1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
new_file|File|New File|Ctrl-N
open_file|File|Open File...|Ctrl-O
refresh_file|File|Reload File|Ctrl-R
save_file|File|Save File|Ctrl-S
duplicate_tab|File|Duplicate Tab|
save_file_as|File|Save As...|Ctrl-Shift-S
save_all|File|Save all files|
close_file|File|Close|Ctrl-W
wxID_CLOSE_ALL|File|Close All|
wxID_PRINT|File|Print...|Ctrl-P
load_last_session|File|Load last session on restart|
exit_app|File|Exit|Alt-X
wxID_UNDO|Edit|Undo|Ctrl-Z
wxID_REDO|Edit|Redo|Ctrl-Y
wxID_CUT|Edit|Cut|Ctrl-X
wxID_COPY|Edit|Copy|Ctrl-C
wxID_PASTE|Edit|Paste|Ctrl-V
wxID_DUPLICATE|Edit|Duplicate Selection / Line|Ctrl-D
delete_line_end|Edit|Delete to Line End|
delete_line_start|Edit|Delete to Line Start|
delete_line|Edit|Delete Line|Ctrl-L
copy_line|Edit|Copy Line|
cut_line|Edit|Cut Line|
to_lower|Edit|Make Lowercase|Ctrl-U
to_upper|Edit|Make Uppercase|Ctrl-Shift-U
insert_doxy_comment|Edit|Insert Comment Block|Ctrl-Shift-D
comment_line|Edit|Comment Line|Ctrl-/
comment_selection|Edit|Comment Selection|Ctrl-Shift-/
transpose_lines|Edit|Transpose Lines|Ctrl-T
move_line_up|Edit|Move Line Up|Ctrl-Shift-UP
move_line_down|Edit|Move Line Down|Ctrl-Shift-DOWN
convert_indent_to_tabs|Edit|Convert Indentation to Tabs|
convert_indent_to_spaces|Edit|Convert Indentation to Spaces|
center_line_roll|Edit|Center Line in Editor|
wxID_SELECTALL|Edit|Select All|Ctrl-A
match_brace|Edit|Match Brace|Ctrl-]
select_to_brace|Edit|Select to Brace|Ctrl-Shift-E
complete_word|Edit|Code Complete|Ctrl-SPACE
simple_word_completion|Edit|Complete Word|Ctrl-ENTER
function_call_tip|Edit|Display Function Calltip|Ctrl-Shift-SPACE
convert_eol_win|Edit|Convert to Windows Format|
convert_eol_unix|Edit|Convert to Unix Format|
trim_trailing|Edit|Trim Trailing Spaces|
selection_to_multi_caret|Edit|selection_to_multi_caret|Ctrl-Shift-L
word_wrap|View|Word Wrap|
toggle_fold|View|Toggle Current Fold|Alt-RIGHT
fold_all|View|Toggle All Folds|
fold_topmost_in_selection|View|Toggle All Topmost Folds in Selection|
fold_all_in_selection|View|Toggle Every Fold in Selection|
display_eol|View|Display EOL|
whitepsace_invisible|View::Show Whitespace|Invisible|Alt-F1
whitepsace_always|View::Show Whitespace|Show Always|Alt-F2
whitespace_visiable_after_indent|View::Show Whitespace|Visible After First Indent|Alt-F3
next_tab|View|Next tab|Ctrl-Alt-RIGHT
prev_tab|View|Previous tab|Ctrl-Alt-LEFT
full_screen|View|Full Screen...|Alt-M
view_welcome_page|View|Show Welcome Page|
view_welcome_page_at_startup|View|Load Welcome Page at Startup|
output_pane|View|Output Pane|Ctrl-`
workspace_pane|View|Workspace Pane|Ctrl-Alt-W
debugger_pane|View|Debugger Pane|Ctrl-Alt-D
show_nav_toolbar|View|Navigation Bar|Ctrl-Alt-N
show_std_toolbar|View::Toolbars|Standard ToolBar|
show_search_toolbar|View::Toolbars|Search ToolBar|
show_build_toolbar|View::Toolbars|Build ToolBar|
show_debug_toolbar|View::Toolbars|Debug ToolBar|
toggle_panes|View|Toggle All Panes|Ctrl-M
distraction_free_mode|View|Toggle Minimal View|Ctrl-F11
find_in_files|Search::Find In Files|Find In Files...|Ctrl-Shift-F
wxID_FIND|Search::Find and Replace|Find...|Ctrl-F
ID_QUICK_ADD_NEXT|Search::Find and Replace|Quick Add Next|Ctrl-K
ID_QUICK_FIND_ALL|Search::Find and Replace|Quick Find All|Ctrl-Shift-K
wxID_REPLACE|Search::Find and Replace|Replace...|Ctrl-H
find_next|Search::Find and Replace|Find Next|F3
find_next_at_caret|Search::Find and Replace|Find Word At Caret|
find_previous_at_caret|Search::Find and Replace|Find Word At Caret Backward|
grep_current_file|Search|Grep Selection in the Current File|Ctrl-Shift-G
grep_current_workspace|Search|Grep Selection in the Workspace|
next_fif_match|Search::Find In Files|Go to Next 'Find In File' Match|F8
previous_fif_match|Search::Find In Files|Go to Previous 'Find In File' Match|Ctrl-F8
ID_GOTO_ANYTHING|Search|Goto Anything|Ctrl-Shift-P
find_previous|Search|Find Previous|Shift-F3
find_resource|Search|Find Resource...|Ctrl-Shift-R
find_symbol|Search|Quick Outline...|Ctrl-Shift-O
goto_definition|Search|Find Symbol|Alt-G
goto_previous_definition|Search::Go To|Go To Previous Location|Ctrl-P
wxID_BACKWARD|Search::Go To|Navigate Backward|Ctrl-,
wxID_FORWARD|Search::Go To|Navigate Forward|Ctrl-.
goto_linenumber|Search::Go To|Go To Line...|Ctrl-G
toggle_bookmark|Search::Bookmarks|Toggle Bookmark|Ctrl-B
next_bookmark|Search::Bookmarks|Next Bookmark|F2
previous_bookmark|Search::Bookmarks|Previous Bookmark|Shift-F2
removeall_bookmarks|Search::Bookmarks|Remove All Bookmarks|
removeall_current_bookmarks|Search::Bookmarks|Remove All Currently-Active Bookmarks|
new_workspace|Workspace|New Workspace...|
switch_to_workspace|Workspace|Open Workspace...|
close_workspace|Workspace|Close Workspace|
reload_workspace|Workspace|Reload Workspace|
local_workspace_settings|Workspace|Workspace Settings...|
local_workspace_prefs|Workspace|Workspace Editor Preferences...|
import_from_msvs|Workspace|Import MS Visual Studio Solution File...|
project_properties|Workspace|Open Active Project Settings...|Alt-F7
new_project|Workspace|Create New Project|
add_project|Workspace|Add an Existing Project|
configuration_manager|Build|Configuration Manager...|
batch_build|Build|Batch Build...|
execute_no_debug|Build|Run|Ctrl-F5
stop_executed_program|Build|Stop|
build_active_project|Build|Build Project|F7
build_workspace|Build|Build Workspace|Ctrl-Shift-B
rebuild_workspace|Build|Rebuild Workspace|
clean_workspace|Build|Clean Workspace|
compile_active_file|Build|Compile Current File|Ctrl-F7
clean_active_project|Build|Clean Project|
stop_active_project_build|Build|Stop Build|
rebuild_active_project|Build|Rebuild Project|
build_n_run_active_project|Build|Build and Run Project|Ctrl-F9
next_build_error|Build|Next Build Error|F4
start_debugger|Debugger|Start/Continue Debugger|F5
restart_debugger|Debugger|Restart Debugger|Ctrl-Shift-F5
attach_debugger|Debugger|Attach to process...|
pause_debugger|Debugger|Pause debugger|
stop_debugger|Debugger|Stop debugger|Shift-F5
dbg_stepin|Debugger|Step Into|F11
dbg_stepout|Debugger|Step Out|Shift-F11
dbg_stepi|Debugger|Step Into Instruction|
dbg_next|Debugger|Next|F10
dbg_nexti|Debugger|Next Instruction|Ctrl-F10
show_cursor|Debugger|Show Cursor|
dbg_run_to_cursor|Debugger|Run to Caret Line|
dbg_jump_cursor|Debugger|Jump to Caret Line|
insert_breakpoint|Debugger|Toggle Breakpoint|F9
disable_all_breakpoints|Debugger|Disable All Breakpoints|
enable_all_breakpoints|Debugger|Enable All Breakpoints|
delete_all_breakpoints|Debugger|Delete All Breakpoints|
quick_debug|Debugger|Quick Debug...|
manage_plugins|Plugins|Manage Plugins...|
format_source|Plugins::Source Code Formatter|Format Current Source|Ctrl-I
formatter_options|Plugins::Source Code Formatter|Options...|
svn_options|Plugins::Subversion|Options...|
copyrights_options|Plugins::Copyright|Insert Copyright Block|
insert_copyrights|Plugins::Copyright|Batch Insert of Copyright Block|
batch_insert_copyrights|Plugins::Copyright|Settings...|
options|Settings|Global Editor Preferences...|Alt-O
synatx_highlight|Settings|Syntax Highlight & Fonts...|
configure_accelerators|Settings|Configure accelerators...|
add_envvar|Settings|Environment Variables...|Ctrl-Shift-V
advance_settings|Settings|Build Settings...|
debuger_settings|Settings|Debugger Settings...|
tags_options|Settings|Tags Options...|
about|Help|About...|
swap_files|C++|Swap Header/Implementation file|F12
find_decl|C++|Goto Declaration|
find_impl|C++|Goto Implementation|
go_to_function_start|C++::Search|Goto Begining of Current Function|
go_to_next_function|C++::Search|Goto Begining of Next Function|
find_references|C++::Search|Find References...|
sync_signatures|C++::Code Generation / Refactoring|Synchronize Signatures...|
setters_getters|C++::Code Generation / Refactoring|Generate Setters/Getters...|
move_impl|C++::Code Generation / Refactoring|Move Function Implementation to...|
add_impl|C++::Code Generation / Refactoring|Add Function Implementation...|
rename_symbol|C++::Code Generation / Refactoring|Rename Symbol...|Ctrl-Shift-H
rename_local_variable|C++::Code Generation / Refactoring|Rename Local Variable...|
add_multi_impl|C++::Code Generation / Refactoring|Implement all Un-implemented Functions...|
add_virtual_impl|C++::Code Generation / Refactoring|Implement inherited virtual Functions...|
add_pure_virtual_impl|C++::Code Generation / Refactoring|Implement inherited pure virtual Functions...|
add_include_file|C++|Add Include File|Ctrl-Shift-I
insert_breakpoint|C++|Toggle Breakpoint|F9
toggle_bookmark|C++|Toggle Bookmark|Ctrl-B
retag_file|C++|Re-Tag File|
select_next|Search|Select Next Occurrence|Ctrl-F3
select_previous|Search|Select Previous Occurrence|Ctrl-Shift-F3
hide_status_bar|View|Show Status Bar|
hide_tool_bar|View|Show ToolBar|
unittestpp_new_simple_test|Plugins::UnitTest++|Create new test...|
unittestpp_new_class_test|Plugins::UnitTest++|Create tests for class...|
mark_project_as_ut|Plugins::UnitTest++|Mark this project as UnitTest++ project|
run_unit_tests|Plugins::UnitTest++|Run Project as UnitTest++ and report|
|