Skip to content

Commit

Permalink
SciTE: Ctrl+Alt+I changed to Ctrl+Alt+B to avoid conflict with
Browse files Browse the repository at this point in the history
       SciTE 2.20 incremental search
  • Loading branch information
davidm committed Aug 12, 2010
1 parent 63fa1af commit 429f360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.txt
Expand Up @@ -51,7 +51,7 @@ Example:

== Installation in SciTE ==

Install SciTE version. Version 2.12 works (older versions might not work).
Install SciTE version. Version 2.12 and 2.20 work (older versions might not work).

First install http://lua-users.org/wiki/SciteExtMan .

Expand Down Expand Up @@ -134,6 +134,8 @@ Peter Odding for VIM editor support [2]
SciTE: autocomplete functions arguments when cursor after '('
core: fix signatures for os/debug libraries
core/SciTE: display function argument list or helpinfo for variables
SciTE: Ctrl+Alt+I changed to Ctrl+Alt+B to avoid conflict with
SciTE 2.20 incremental search

20100810
SciTE: improved "inspect variable" command, supports browsing nested tables.
Expand Down
2 changes: 1 addition & 1 deletion luainspectlib/luainspect/scite.lua
Expand Up @@ -1177,7 +1177,7 @@ function M.install()
scite_Command("Rename all instances of selected variable|*luainspect_rename_selected_variable $(1)|*.lua|Ctrl+Alt+R")
scite_Command("Go to definition of selected variable|luainspect_goto_definition|*.lua|Ctrl+Alt+D")
scite_Command("Show all variable uses|luainspect_show_all_variable_uses|*.lua|Ctrl+Alt+U")
scite_Command("Inspect table contents|luainspect_inspect_variable_contents|*.lua|Ctrl+Alt+I")
scite_Command("Inspect table contents|luainspect_inspect_variable_contents|*.lua|Ctrl+Alt+B")
scite_Command("Select current statement, block or comment|luainspect_select_statementblockcomment|*.lua|Ctrl+Alt+S")
scite_Command("Force full reinspection of all code|luainspect_force_reinspect|*.lua|Ctrl+Alt+Z")
scite_Command("Goto previous statement|luainspect_goto_previous_statement|*.lua|Ctrl+Alt+Up")
Expand Down

0 comments on commit 429f360

Please sign in to comment.