| Commit | Date | |
|---|---|---|
|
[r4209]
by
david_costanzo
Add logic to not show special variables in the editor's auto-completion list if it were defined by the user. |
2016-09-26 00:55:20 | Tree |
| 2016-09-26 00:50:38 | Tree | |
|
[r4207]
by
david_costanzo
Also remove some Windows-specific code in ledit() with code that compiles on all plaforms (by replacing GetEditorWindow() with one that returns a wxWindow, instead of an HWND) |
2016-09-25 00:02:03 | Tree |
|
[r4206]
by
david_costanzo
Extend the auto-completion logic to include suggesting completions for variable names. |
2016-09-24 23:29:30 | Tree |
|
[r4205]
by
david_costanzo
Update the old SourceForge bug numbers to the new ones (after a SourceForge upgrade each project was given a private numberspace for its bugs). |
2016-09-24 23:11:07 | Tree |
|
[r4204]
by
david_costanzo
Minor cleanup to CLocalizedNode: |
2016-09-24 15:12:54 | Tree |
|
[r4203]
by
david_costanzo
Fix a problem with the AutoComplete popup in the commander input control where, if you pressed the up arrow in the AutoComplete popup, the focus would be given to the history box, instead of moving the selection in the AutoComplete popup. |
2016-09-05 19:35:08 | Tree |
|
[r4202]
by
david_costanzo
Fix a problem with the auto-completion where if it were started just after the " that beings a word or just after the : that being a variable, the suggestions would be for a procedure. |
2016-09-05 18:32:27 | Tree |
|
[r4201]
by
david_costanzo
Fix a problem with the auto completion logic where the case-conversion of the suggestions did not convert any non-ASCII characters (characters with accent marks). This make some of the suggestions look weird in non-English languages, which some characters appearing in the wrong case. |
2016-09-05 14:51:08 | Tree |
| 2016-08-28 02:03:07 | Tree |