Age | Commit message (Collapse) | Author |
|
|
|
|
|
D-specific key commands would have the prefix 'keys.d', which would never allow
the 'd' key to be pressed.
|
|
|
|
|
|
|
|
|
|
Changed goto_buffer key command to be more standard.
Explicitly defined undo, redo, etc. key commands so they can be changed by
users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CocoaDialog supports this, but gcocoadialog is used now.
|
|
|
|
|
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
|
|
Moved C code for saving/restoring state when switching buffers to Lua. Also
added saving of folding state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can open, save, and convert between different character encodings now.
|
|
|
|
Added 'textadept.iconv' function to interface with GLib's g_convert() and set
global _CHARSET to be the platform's filename encoding/code page.
|
|
|