diff options
-rw-r--r-- | CHANGELOG.md | 20 | ||||
-rw-r--r-- | FAQ.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/manual.md | 2 | ||||
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/keys.lua | 4 | ||||
-rw-r--r-- | modules/textadept/menu.lua | 2 |
8 files changed, 18 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9a34c8..89683816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3427,7 +3427,7 @@ Bugfixes: Changes: * Added `make install` and `make uninstall` rules for optional installation. -* Updated manual with ncurses key commands. +* Updated manual with ncurses key bindings. * Consolidated `_M.textadept.bookmarks.add()` and `_M.textadept.bookmarks.remove()` into [`_M.textadept.bookmarks.toggle()`][]. * Updated manual images. @@ -4015,11 +4015,11 @@ Changes: + Added [`view.buffer`][] field. + Renamed `gui.check_focused_buffer()` to `buffer:check_global()`. + [`view:goto_buffer()`][] and [`gui.goto_view()`] arguments make sense now. - (May require changes to custom key commands.) + (May require changes to custom key bindings.) * Directory is remembered in file chooser dialog after open or save as. * Added language-specific [context menu][] support. * Use [LuaCoco][] patch for Lua 5.1.4. -* Use lexer at the caret for key commands and snippets. +* Use lexer at the caret for key bindings and snippets. * Added `selected` and `monospaced-font` options for dropdown and textbox dialogs, respectively. * Updated to [Scintilla][] 2.29. @@ -4072,7 +4072,7 @@ Bugfixes: Changes: * Added Russian translation. -* Changed some key commands from 4.0 beta 2. +* Changed some key bindings from 4.0 beta 2. * Do not hide the statusbar when the command entry has focus. [3 to 4 migration guide]: manual.html#Textadept.3.to.4 @@ -4166,7 +4166,7 @@ Changes: [`_m.textadept.editing.STRIP_WHITESPACE_ON_SAVE`][]. * Renamed `_m.textadept.editing.select_scope()` to `_m.textadept.editing.select_style()`. -* *Completely new set of key commands.* +* *Completely new set of key bindings.* * Scintilla: translucent RGBA images can be used in margins and autocompletion and user lists. * Scintilla: added new `buffer.INDIC_DOTBOX` indicator. @@ -4390,7 +4390,7 @@ Changes: patterns. * `Ctrl+T, V` (`Apple+T, V` on Mac OSX) keychain for toggling whitespace, wrap, etc. is now `Ctrl+Shift+B` (`Apple+Shift+B`). -* Key commands and menu definition syntax changed. +* Key bindings and menu definition syntax changed. * Snapopen allows for multiple-selection. * [`gui.print()`][] handles `nil` and non-string arguments properly. * Officially supported modules have their own [repositories][] and are available @@ -5055,7 +5055,7 @@ Changes: * Added Dot and JSON lexers. * Search [`_USERHOME`][] in addition to [`_HOME`][] for themes. * Added command line switch for not loading/saving session. -* Modified key commands to be more key-layout agnostic. +* Modified key bindings to be more key-layout agnostic. * Added `reset_before` and `reset_after` events while `textadept.reset()` is being run. * Reload current lexer module after `textadept.reset()`. @@ -5110,7 +5110,7 @@ Bugfixes: Changes: * Refactored `modules/textadept/lsnippets.lua`. -* Updated key commands. +* Updated key bindings. * Allow PM modules in the `~/.textadept` user directory. * Added [`style_whitespace`][] to [lexers][] for custom styles. * Added standard `F3` key command for "Find Next" for Windows/Linux. @@ -5254,7 +5254,7 @@ Bugfixes: Updates: -* Added key commands and menu items to navigate "Find in Files" list. +* Added key bindings and menu items to navigate "Find in Files" list. * The `recent_files` popup list behaves better. * Attempt to preserve existing EOL mode for opened files. * Add drag-and-dropped directories to the PM browser list. @@ -5546,7 +5546,7 @@ Bugfixes: Updates: -* Added user-friendly key commands and menus. +* Added user-friendly key bindings and menus. * Added 43 more lexers. * Moved block-comment commands from language modules to `textadept.editing` module. @@ -113,7 +113,7 @@ The curses version does not support feature _x_ the GUI version does. Is this a bug? **A:** -Maybe. Some terminals do not recognize certain key commands like `Shift+Arrow` +Maybe. Some terminals do not recognize certain key sequences like `Shift+Arrow` for making selections. Linux's virtual terminals (the ones accessible with `Ctrl+Alt+FunctionKey`) are an example. GNOME Terminal, LXTerminal and XTerm seem to work fine. rxvt and rxvt-unicode do not work out of the box, but may be @@ -15,7 +15,7 @@ speed or succumbing to code bloat and featuritis. * Self-contained executable -- no installation necessary. * Entirely keyboard driven. * Unlimited split views. -* Support for over 80 programming languages. +* Support for over 100 programming languages. * Powerful snippets and key commands. * Code autocompletion and API lookup. * Unparalleled extensibility. diff --git a/doc/index.html b/doc/index.html index 2bcebf5b..2bef811f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -162,7 +162,7 @@ extensibility without sacrificing speed or succumbing to code bloat and featuritis. The editor gives you complete control over the entire application using the Lua programming language. Everything - from moving the caret to changing menus and key commands on-the-fly + from moving the caret to changing menus and key bindings on-the-fly to handling core events is possible. Its potential is vast. </p> </div> diff --git a/doc/manual.md b/doc/manual.md index a0025131..e3104107 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -58,7 +58,7 @@ beginning, the editor's features came later. Most of Textadept's internals use Lua, from syntax highlighting to opening and saving files to searching and replacing and more. Textadept gives you complete control over the entire application using Lua. Everything from moving the caret to changing menus and -key commands on-the-fly to handling core events is possible. Its potential is +key bindings on-the-fly to handling core events is possible. Its potential is vast.  @@ -346,7 +346,7 @@ end, 1) -- Sets default properties for a Scintilla window. events.connect(events.VIEW_NEW, function() local buffer, view = _G.buffer, _G.view - -- Allow redefinitions of these Scintilla key commands. + -- Allow redefinitions of these Scintilla key bindings. local ctrl_keys = { '[', ']', '/', '\\', 'Z', 'Y', 'X', 'C', 'V', 'A', 'L', 'T', 'D', 'U' } diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 70b5ca19..938cb0af 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -4,8 +4,8 @@ local M = {} --[[ This comment is for LuaDoc. --- --- Defines key commands for Textadept. --- This set of key commands is pretty standard among other text editors, at +-- Defines key bindings for Textadept. +-- This set of key bindings is pretty standard among other text editors, at -- least for basic editing commands and movements. -- -- ## Key Bindings diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 4702ecbc..c61c8e81 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -414,7 +414,7 @@ local function get_gdk_key(key_seq) end -- Creates a menu suitable for `ui.menu()` from the menu table format. --- Also assigns key commands. +-- Also assigns key bindings. -- @param menu The menu to create a GTK menu from. -- @param contextmenu Flag indicating whether or not the menu is a context menu. -- If so, menu_id offset is 1000. The default value is `false`. |