~quadrispro/codelite/trunk

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
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
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|
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-U
delete_line_end|Edit|Delete to Line End|
delete_line_start|Edit|Delete to Line Start|
delete_line|Edit|Delete Line|Ctrl-L
to_lower|Edit|Make Lowercase|
to_upper |Edit|Make Uppercase|
transpose_lines|Edit|Transpose Lines|Ctrl-T
wxID_SELECTALL|Edit|Select All|Ctrl-A
match_brace|Edit|Match Brace|Ctrl-E
select_to_brace|Edit|Select to Brace|Ctrl-Shift-E
complete_word|Edit|Complete Word|Ctrl-SPACE
function_call_tip|Edit|Display Function Calltip|Ctrl-Shift-SPACE
convert_eol_win|Edit|Convert to Windows Format|Ctrl-Shift-W
convert_eol_unix|Edit|Convert to Unix Format|Ctrl-Shift-U
convert_eol_mac|Edit|Convert to Mac Format|Ctrl-Shift-M
word_wrap|View|Word Wrap|
toggle_fold|View|Toggle Current Fold|Alt-RIGHT
fold_all|View|Toggle All Folds|Ctrl-Alt-RIGHT
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
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-Alt-O
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
23500|View::View As|C++|
23501|View::View As|Diff|
23502|View::View As|Java|
23503|View::View As|Lua|
23504|View::View As|Makefile|
23505|View::View As|Perl|
23506|View::View As|Properties|
23507|View::View As|Script|
23508|View::View As|Text|
23509|View::View As|XML|
find_in_files|Search|Find In Files...|Ctrl-Shift-F
wxID_FIND|Search|Find...|Ctrl-F
wxID_REPLACE|Search|Replace...|Ctrl-H
find_next|Search|Find Next|F3
find_next_at_caret|Search|Find Word At Caret|Ctrl-F3
find_previous_at_caret|Search|Find Word At Caret Backward|Ctrl-Shift-F3
incremental_search|Search|Incremental Search|Ctrl-K
find_previous|Search|Find Previous|Shift-F3
find_resource|Search|Find Resource...|Ctrl-Shift-R
find_type|Search|Find Type...|Ctrl-Shift-T
find_symbol|Search|Quick Outline...|Ctrl-Shift-O
goto_definition|Search|Find Symbol|Ctrl-D
goto_previous_definition|Search|Go To Previous Location|Ctrl-P
wxID_BACKWARD|Search|Navigate Backward|Ctrl-Shift-K
wxID_FORWARD|Search|Navigate Forward|Ctrl-K
goto_linenumber|Search|Go To...|Ctrl-G
toggle_bookmark|Search|Toggle Bookmark|Ctrl-B
next_bookmark|Search|Next Bookmark|F2
previous_bookmark|Search|Previous Bookmark|Shift-F2
removeall_bookmarks|Search|Remove All Bookmarks|
new_workspace|Workspace|Create New Workspace...|
switch_to_workspace|Workspace|Switch to Workspace...|
close_workspace|Workspace|Close Workspace|
reload_workspace|Workspace|Reload Workspace|
import_from_msvs|Workspace|Import MS Visual Studio Solution File...|
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_error|Build|Next Build Error|F4
start_debugger|Debug|Start/Continue Debugger|F5
restart_debugger|Debug|Restart Debugger|Ctrl-Shift-F5
attach_debugger|Debug|Attach to process...|
pause_debugger|Debug|Pause debugger|
stop_debugger|Debug|Stop debugger|Shift-F5
dbg_stepin|Debug|Step Into|F11
dbg_next|Debug|Next|F10
dbg_stepout|Debug|Step Out|Shift-F11
show_cursor|Debug|Show Cursor|
insert_breakpoint|Debug|Toggle Breakpoint|F9
quick_debug|Debug|Quick Debug...|
create_ext_database|Tags|Create external tags database...|
open_ext_database|Tags|Attach external tags database...|
close_ext_database|Tags|Close external tags database|
manage_tags|Tags|Manage external tags databases...|
manage_plugins|Plugins|Manage Plugins...|
format_source|Plugins::Source Code Formatter|Format Current Source|Ctrl-I
formatter_options|Plugins::Source Code Formatter|Options...|
cscope_find_symbol|Plugins::cscope|Find this C symbol|Ctrl-0
cscope_functions_calling_this_function|Plugins::cscope|Find functions called by this function|Ctrl-2
cscope_functions_called_by_this_function|Plugins::cscope|Find functions calling this function|Ctrl-3
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|Editor...|Alt-O
synatx_highlight|Settings|Syntax Highlight...|
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|
insert_doxy_comment|C++::Code Generation / Refactoring|Insert Doxygen Comment|Ctrl-Shift-D
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_function|C++::Code Generation / Refactoring|Rename Symbol...|Ctrl-Shift-H
comment_selection|C++|Comment Selection|Ctrl-Shift-C
comment_line|C++|Toggle Line Comment|Ctrl-Shift-P
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|Ctrl-Shift-G