Age | Commit message (Collapse) | Author |
|
CDK would reset locale settings so autocomplete lists would not sort correctly.
|
|
|
|
|
|
|
|
Otherwise, if 'Esc' is pressed twice rapidly, it is stored in the queue.
|
|
|
|
Even though the implementation uses a new `MODIFIED` event, it is left
undocumented because it will likely never be a full implementation of
SCN_MODIFIED.
|
|
Thanks to Gilles for pointing out that I left this part out of his patch.
|
|
Sometimes the converted text will not fit into its allocated buffer.
|
|
|
|
|
|
|
|
Added 256x256 icon and updated screenshots.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is
not built.
|
|
|
|
|
|
|
|
|
|
Also updated to Scintilla 3.2.1.
|
|
|
|
|
|
|
|
|
|
|
|
CDK appears to have a bug in that it cannot register an 'Enter' keypress if
KEY_TAB is bound. Compensate by binding KEY_ENTER to run the command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since Textadept is not multi-threaded, there no need for font locking. This was
never available in Windows anyway with no issues being reported.
|
|
|
|
|
|
|
|
|
|
|
|
|