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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Any non-detected encoding that was not UTF-8 would cause an error on load since
it was treated as UTF-8.
|
|
Moved C code for saving/restoring state when switching buffers to Lua. Also
added saving of folding state.
|
|
|
|
|
|
|