Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added gui.set_theme() and gui.select_theme() theming utilities.
All new light and dark themes. Moved old classic themes to the wiki.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Brian Schott.
|
|
|
|
|
|
|
|
|
|
|
|
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values;
'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no
longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()';
Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments
changed to make more sense.
|
|
|
|
|
|
|
|
|
|
|
|
The Option+Letter combination produces locale-dependent characters so it cannot
be used reliably.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows 7 eats Control+Alt+Tab and Ctrl+Alt+Shift+Tab.
|
|
'c' is now Control and 'm' is Command.
|
|
Replace/Replace All is destructive so it should not be easily accessible where
it can be mistakenly pressed.
|
|
Contributed by Brian Schott.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Robert Gieseke for the idea and prototype code.
|
|
|
|
|
|
|
|
|
|
|