Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This doesn't have any affect under Linux, but it might under Windows.
|
|
|
|
|
|
|
|
- also updated the translation include files. ready for translation.
|
|
Before the searched results scrolled into view as the first visible line.
This doesn't give the developer much context to work with.
|
|
searching.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there is no text in the line, no need to process it further.
|
|
|
|
|
|
|
|
|
|
micro optimization.
|
|
|
|
* We don't support the TAB character yet, just the insertion of spaces
equal to a set width.
* Also included the dbugintf unit so we can use the fpGUI Debug Server
to help debug our IDE.
|
|
|
|
|
|
The above mentioned method called CreateWnd() twice, thus causing a memory
leak. Now CreateWnd() is simply called once in the constructor.
|
|
The code is more human readable now.
|
|
|
|
|
|
|
|
|
|
Removed the hard-coded 32-bit file extension.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will systematically be implemented.
|
|
|
|
|
|
|
|
We incorrectly set the consumed variable, and called inherited
unnecessarily. This is now improved.
|
|
Before the menu only used to process the Alt+<key> events for the
mainmenu bar (top level menus). Now we recursively run through all menu
items looking for a hotkey match.
|