ide, compiler: Fixed parameters auto-completion issue
authorJerome St-Louis <jerome@ecere.com>
Thu, 2 May 2013 10:34:58 +0000 (06:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 2 May 2013 10:34:58 +0000 (06:34 -0400)
commitbbb293eaa9b13d2d0824c18d0e9c79ca4c8df72b
treeda3b7a5ef53f875e50dddf55ca94c063b3d28aa0
parentb25bc6e3f1e494e3a15b89c196fb125ab18538a4
ide, compiler: Fixed parameters auto-completion issue
- Tweaks in light of recent prioritization of public methods (pass16)
- Took out (inCompiler) check for setting memberType (caused pass16 code to be executed)
- Fixed parameters code when dealing with methods
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/libec/src/pass15.ec
compiler/libec/src/pass16.ec
ide/src/designer/CodeEditor.ec
ide/src/designer/findParams.ec