|
|
@ -316,7 +316,7 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(click_set_cursor_if_lbutton, 0), false, "click_set_cursor_if_lbutton", 27, "If the mouse left button is pressed, sets the cursor position to the mouse position.", 84, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 378 },
|
|
|
|
{ PROC_LINKS(click_set_cursor_if_lbutton, 0), false, "click_set_cursor_if_lbutton", 27, "If the mouse left button is pressed, sets the cursor position to the mouse position.", 84, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 378 },
|
|
|
|
{ PROC_LINKS(click_set_mark, 0), false, "click_set_mark", 14, "Sets the mark position to the mouse position.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 391 },
|
|
|
|
{ PROC_LINKS(click_set_mark, 0), false, "click_set_mark", 14, "Sets the mark position to the mouse position.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 391 },
|
|
|
|
{ PROC_LINKS(clipboard_record_clip, 0), false, "clipboard_record_clip", 21, "In response to a new clipboard contents events, saves the new clip onto the clipboard history", 93, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 7 },
|
|
|
|
{ PROC_LINKS(clipboard_record_clip, 0), false, "clipboard_record_clip", 21, "In response to a new clipboard contents events, saves the new clip onto the clipboard history", 93, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 7 },
|
|
|
|
{ PROC_LINKS(close_all_code, 0), false, "close_all_code", 14, "Closes any buffer with a filename ending with an extension configured to be recognized as a code file type.", 107, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 829 },
|
|
|
|
{ PROC_LINKS(close_all_code, 0), false, "close_all_code", 14, "Closes any buffer with a filename ending with an extension configured to be recognized as a code file type.", 107, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 835 },
|
|
|
|
{ PROC_LINKS(close_build_panel, 0), false, "close_build_panel", 17, "If the special build panel is open, closes it.", 46, "C:\\projects\\4coder_gs\\code\\custom\\4coder_build_commands.cpp", 59, 175 },
|
|
|
|
{ PROC_LINKS(close_build_panel, 0), false, "close_build_panel", 17, "If the special build panel is open, closes it.", 46, "C:\\projects\\4coder_gs\\code\\custom\\4coder_build_commands.cpp", 59, 175 },
|
|
|
|
{ PROC_LINKS(close_panel, 0), false, "close_panel", 11, "Closes the currently active panel if it is not the only panel open.", 67, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 809 },
|
|
|
|
{ PROC_LINKS(close_panel, 0), false, "close_panel", 11, "Closes the currently active panel if it is not the only panel open.", 67, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 809 },
|
|
|
|
{ PROC_LINKS(command_documentation, 0), true, "command_documentation", 21, "Prompts the user to select a command then loads a doc buffer for that item", 74, "C:\\projects\\4coder_gs\\code\\custom\\4coder_docs.cpp", 49, 190 },
|
|
|
|
{ PROC_LINKS(command_documentation, 0), true, "command_documentation", 21, "Prompts the user to select a command then loads a doc buffer for that item", 74, "C:\\projects\\4coder_gs\\code\\custom\\4coder_docs.cpp", 49, 190 },
|
|
|
@ -346,7 +346,7 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(execute_any_cli, 0), false, "execute_any_cli", 15, "Queries for an output buffer name and system command, runs the system command as a CLI and prints the output to the specified buffer.", 133, "C:\\projects\\4coder_gs\\code\\custom\\4coder_cli_command.cpp", 56, 22 },
|
|
|
|
{ PROC_LINKS(execute_any_cli, 0), false, "execute_any_cli", 15, "Queries for an output buffer name and system command, runs the system command as a CLI and prints the output to the specified buffer.", 133, "C:\\projects\\4coder_gs\\code\\custom\\4coder_cli_command.cpp", 56, 22 },
|
|
|
|
{ PROC_LINKS(execute_previous_cli, 0), false, "execute_previous_cli", 20, "If the command execute_any_cli has already been used, this will execute a CLI reusing the most recent buffer name and command.", 126, "C:\\projects\\4coder_gs\\code\\custom\\4coder_cli_command.cpp", 56, 7 },
|
|
|
|
{ PROC_LINKS(execute_previous_cli, 0), false, "execute_previous_cli", 20, "If the command execute_any_cli has already been used, this will execute a CLI reusing the most recent buffer name and command.", 126, "C:\\projects\\4coder_gs\\code\\custom\\4coder_cli_command.cpp", 56, 7 },
|
|
|
|
{ PROC_LINKS(exit_4coder, 0), false, "exit_4coder", 11, "Attempts to close 4coder.", 25, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 981 },
|
|
|
|
{ PROC_LINKS(exit_4coder, 0), false, "exit_4coder", 11, "Attempts to close 4coder.", 25, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 981 },
|
|
|
|
{ PROC_LINKS(go_to_user_directory, 0), false, "go_to_user_directory", 20, "Go to the 4coder user directory", 31, "C:\\projects\\4coder_gs\\code\\custom\\4coder_config.cpp", 51, 1655 },
|
|
|
|
{ PROC_LINKS(go_to_user_directory, 0), false, "go_to_user_directory", 20, "Go to the 4coder user directory", 31, "C:\\projects\\4coder_gs\\code\\custom\\4coder_config.cpp", 51, 1661 },
|
|
|
|
{ PROC_LINKS(goto_beginning_of_file, 0), false, "goto_beginning_of_file", 22, "Sets the cursor to the beginning of the file.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_helper.cpp", 51, 2258 },
|
|
|
|
{ PROC_LINKS(goto_beginning_of_file, 0), false, "goto_beginning_of_file", 22, "Sets the cursor to the beginning of the file.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_helper.cpp", 51, 2258 },
|
|
|
|
{ PROC_LINKS(goto_end_of_file, 0), false, "goto_end_of_file", 16, "Sets the cursor to the end of the file.", 39, "C:\\projects\\4coder_gs\\code\\custom\\4coder_helper.cpp", 51, 2266 },
|
|
|
|
{ PROC_LINKS(goto_end_of_file, 0), false, "goto_end_of_file", 16, "Sets the cursor to the end of the file.", 39, "C:\\projects\\4coder_gs\\code\\custom\\4coder_helper.cpp", 51, 2266 },
|
|
|
|
{ PROC_LINKS(goto_first_jump, 0), false, "goto_first_jump", 15, "If a buffer containing jump locations has been locked in, goes to the first jump in the buffer.", 95, "C:\\projects\\4coder_gs\\code\\custom\\4coder_jump_sticky.cpp", 56, 525 },
|
|
|
|
{ PROC_LINKS(goto_first_jump, 0), false, "goto_first_jump", 15, "If a buffer containing jump locations has been locked in, goes to the first jump in the buffer.", 95, "C:\\projects\\4coder_gs\\code\\custom\\4coder_jump_sticky.cpp", 56, 525 },
|
|
|
@ -394,8 +394,8 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(list_all_substring_locations, 0), false, "list_all_substring_locations", 28, "Queries the user for a string and lists all case-sensitive substring matches found in all open buffers.", 103, "C:\\projects\\4coder_gs\\code\\custom\\4coder_search.cpp", 51, 174 },
|
|
|
|
{ PROC_LINKS(list_all_substring_locations, 0), false, "list_all_substring_locations", 28, "Queries the user for a string and lists all case-sensitive substring matches found in all open buffers.", 103, "C:\\projects\\4coder_gs\\code\\custom\\4coder_search.cpp", 51, 174 },
|
|
|
|
{ PROC_LINKS(list_all_substring_locations_case_insensitive, 0), false, "list_all_substring_locations_case_insensitive", 45, "Queries the user for a string and lists all case-insensitive substring matches found in all open buffers.", 105, "C:\\projects\\4coder_gs\\code\\custom\\4coder_search.cpp", 51, 186 },
|
|
|
|
{ PROC_LINKS(list_all_substring_locations_case_insensitive, 0), false, "list_all_substring_locations_case_insensitive", 45, "Queries the user for a string and lists all case-insensitive substring matches found in all open buffers.", 105, "C:\\projects\\4coder_gs\\code\\custom\\4coder_search.cpp", 51, 186 },
|
|
|
|
{ PROC_LINKS(lister_search_all, 0), true, "lister_search_all", 17, "Runs a search lister on all code indices of the project", 55, "C:\\projects\\4coder_gs\\code\\custom\\4coder_code_index_listers.cpp", 63, 176 },
|
|
|
|
{ PROC_LINKS(lister_search_all, 0), true, "lister_search_all", 17, "Runs a search lister on all code indices of the project", 55, "C:\\projects\\4coder_gs\\code\\custom\\4coder_code_index_listers.cpp", 63, 176 },
|
|
|
|
{ PROC_LINKS(load_project, 0), false, "load_project", 12, "Looks for a project.4coder file in the current directory and tries to load it. Looks in parent directories until a project file is found or there are no more parents.", 167, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 856 },
|
|
|
|
{ PROC_LINKS(load_project, 0), false, "load_project", 12, "Looks for a project.4coder file in the current directory and tries to load it. Looks in parent directories until a project file is found or there are no more parents.", 167, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 862 },
|
|
|
|
{ PROC_LINKS(load_theme_current_buffer, 0), false, "load_theme_current_buffer", 25, "Parse the current buffer as a theme file and add the theme to the theme list. If the buffer has a .4coder postfix in it's name, it is removed when the name is saved.", 165, "C:\\projects\\4coder_gs\\code\\custom\\4coder_config.cpp", 51, 1611 },
|
|
|
|
{ PROC_LINKS(load_theme_current_buffer, 0), false, "load_theme_current_buffer", 25, "Parse the current buffer as a theme file and add the theme to the theme list. If the buffer has a .4coder postfix in it's name, it is removed when the name is saved.", 165, "C:\\projects\\4coder_gs\\code\\custom\\4coder_config.cpp", 51, 1617 },
|
|
|
|
{ PROC_LINKS(load_themes_default_folder, 0), false, "load_themes_default_folder", 26, "Loads all the theme files in the default theme folder.", 54, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 535 },
|
|
|
|
{ PROC_LINKS(load_themes_default_folder, 0), false, "load_themes_default_folder", 26, "Loads all the theme files in the default theme folder.", 54, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 535 },
|
|
|
|
{ PROC_LINKS(load_themes_hot_directory, 0), false, "load_themes_hot_directory", 25, "Loads all the theme files in the current hot directory.", 55, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 554 },
|
|
|
|
{ PROC_LINKS(load_themes_hot_directory, 0), false, "load_themes_hot_directory", 25, "Loads all the theme files in the current hot directory.", 55, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 554 },
|
|
|
|
{ PROC_LINKS(make_directory_query, 0), false, "make_directory_query", 20, "Queries the user for a name and creates a new directory with the given name.", 76, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1630 },
|
|
|
|
{ PROC_LINKS(make_directory_query, 0), false, "make_directory_query", 20, "Queries the user for a name and creates a new directory with the given name.", 76, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1630 },
|
|
|
@ -435,8 +435,8 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(multi_paste, 0), false, "multi_paste", 11, "Paste multiple entries from the clipboard at once", 49, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 229 },
|
|
|
|
{ PROC_LINKS(multi_paste, 0), false, "multi_paste", 11, "Paste multiple entries from the clipboard at once", 49, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 229 },
|
|
|
|
{ PROC_LINKS(multi_paste_interactive, 0), false, "multi_paste_interactive", 23, "Paste multiple lines from the clipboard history, controlled with arrow keys", 75, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 371 },
|
|
|
|
{ PROC_LINKS(multi_paste_interactive, 0), false, "multi_paste_interactive", 23, "Paste multiple lines from the clipboard history, controlled with arrow keys", 75, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 371 },
|
|
|
|
{ PROC_LINKS(multi_paste_interactive_quick, 0), false, "multi_paste_interactive_quick", 29, "Paste multiple lines from the clipboard history, controlled by inputing the number of lines to paste", 100, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 380 },
|
|
|
|
{ PROC_LINKS(multi_paste_interactive_quick, 0), false, "multi_paste_interactive_quick", 29, "Paste multiple lines from the clipboard history, controlled by inputing the number of lines to paste", 100, "C:\\projects\\4coder_gs\\code\\custom\\4coder_clipboard.cpp", 54, 380 },
|
|
|
|
{ PROC_LINKS(open_all_code, 0), false, "open_all_code", 13, "Open all code in the current directory. File types are determined by extensions. An extension is considered code based on the extensions specified in 4coder.config.", 164, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 838 },
|
|
|
|
{ PROC_LINKS(open_all_code, 0), false, "open_all_code", 13, "Open all code in the current directory. File types are determined by extensions. An extension is considered code based on the extensions specified in 4coder.config.", 164, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 844 },
|
|
|
|
{ PROC_LINKS(open_all_code_recursive, 0), false, "open_all_code_recursive", 23, "Works as open_all_code but also runs in all subdirectories.", 59, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 847 },
|
|
|
|
{ PROC_LINKS(open_all_code_recursive, 0), false, "open_all_code_recursive", 23, "Works as open_all_code but also runs in all subdirectories.", 59, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 853 },
|
|
|
|
{ PROC_LINKS(open_file_in_quotes, 0), false, "open_file_in_quotes", 19, "Reads a filename from surrounding '\"' characters and attempts to open the corresponding file.", 94, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1736 },
|
|
|
|
{ PROC_LINKS(open_file_in_quotes, 0), false, "open_file_in_quotes", 19, "Reads a filename from surrounding '\"' characters and attempts to open the corresponding file.", 94, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1736 },
|
|
|
|
{ PROC_LINKS(open_in_other, 0), false, "open_in_other", 13, "Interactively opens a file in the other panel.", 46, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 2219 },
|
|
|
|
{ PROC_LINKS(open_in_other, 0), false, "open_in_other", 13, "Interactively opens a file in the other panel.", 46, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 2219 },
|
|
|
|
{ PROC_LINKS(open_long_braces, 0), false, "open_long_braces", 16, "At the cursor, insert a '{' and '}' separated by a blank line.", 62, "C:\\projects\\4coder_gs\\code\\custom\\4coder_combined_write_commands.cpp", 68, 46 },
|
|
|
|
{ PROC_LINKS(open_long_braces, 0), false, "open_long_braces", 16, "At the cursor, insert a '{' and '}' separated by a blank line.", 62, "C:\\projects\\4coder_gs\\code\\custom\\4coder_combined_write_commands.cpp", 68, 46 },
|
|
|
@ -457,26 +457,26 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(profile_disable, 0), false, "profile_disable", 15, "Prevent 4coder's self profiler from gathering new profiling information.", 72, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile.cpp", 52, 219 },
|
|
|
|
{ PROC_LINKS(profile_disable, 0), false, "profile_disable", 15, "Prevent 4coder's self profiler from gathering new profiling information.", 72, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile.cpp", 52, 219 },
|
|
|
|
{ PROC_LINKS(profile_enable, 0), false, "profile_enable", 14, "Allow 4coder's self profiler to gather new profiling information.", 65, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile.cpp", 52, 212 },
|
|
|
|
{ PROC_LINKS(profile_enable, 0), false, "profile_enable", 14, "Allow 4coder's self profiler to gather new profiling information.", 65, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile.cpp", 52, 212 },
|
|
|
|
{ PROC_LINKS(profile_inspect, 0), true, "profile_inspect", 15, "Inspect all currently collected profiling information in 4coder's self profiler.", 80, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile_inspect.cpp", 60, 886 },
|
|
|
|
{ PROC_LINKS(profile_inspect, 0), true, "profile_inspect", 15, "Inspect all currently collected profiling information in 4coder's self profiler.", 80, "C:\\projects\\4coder_gs\\code\\custom\\4coder_profile_inspect.cpp", 60, 886 },
|
|
|
|
{ PROC_LINKS(project_command_F1, 0), false, "project_command_F1", 18, "Run the command with index 1", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1084 },
|
|
|
|
{ PROC_LINKS(project_command_F1, 0), false, "project_command_F1", 18, "Run the command with index 1", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1090 },
|
|
|
|
{ PROC_LINKS(project_command_F10, 0), false, "project_command_F10", 19, "Run the command with index 10", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1138 },
|
|
|
|
{ PROC_LINKS(project_command_F10, 0), false, "project_command_F10", 19, "Run the command with index 10", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1144 },
|
|
|
|
{ PROC_LINKS(project_command_F11, 0), false, "project_command_F11", 19, "Run the command with index 11", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1144 },
|
|
|
|
{ PROC_LINKS(project_command_F11, 0), false, "project_command_F11", 19, "Run the command with index 11", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1150 },
|
|
|
|
{ PROC_LINKS(project_command_F12, 0), false, "project_command_F12", 19, "Run the command with index 12", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1150 },
|
|
|
|
{ PROC_LINKS(project_command_F12, 0), false, "project_command_F12", 19, "Run the command with index 12", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1156 },
|
|
|
|
{ PROC_LINKS(project_command_F13, 0), false, "project_command_F13", 19, "Run the command with index 13", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1156 },
|
|
|
|
{ PROC_LINKS(project_command_F13, 0), false, "project_command_F13", 19, "Run the command with index 13", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1162 },
|
|
|
|
{ PROC_LINKS(project_command_F14, 0), false, "project_command_F14", 19, "Run the command with index 14", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1162 },
|
|
|
|
{ PROC_LINKS(project_command_F14, 0), false, "project_command_F14", 19, "Run the command with index 14", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1168 },
|
|
|
|
{ PROC_LINKS(project_command_F15, 0), false, "project_command_F15", 19, "Run the command with index 15", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1168 },
|
|
|
|
{ PROC_LINKS(project_command_F15, 0), false, "project_command_F15", 19, "Run the command with index 15", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1174 },
|
|
|
|
{ PROC_LINKS(project_command_F16, 0), false, "project_command_F16", 19, "Run the command with index 16", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1174 },
|
|
|
|
{ PROC_LINKS(project_command_F16, 0), false, "project_command_F16", 19, "Run the command with index 16", 29, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1180 },
|
|
|
|
{ PROC_LINKS(project_command_F2, 0), false, "project_command_F2", 18, "Run the command with index 2", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1090 },
|
|
|
|
{ PROC_LINKS(project_command_F2, 0), false, "project_command_F2", 18, "Run the command with index 2", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1096 },
|
|
|
|
{ PROC_LINKS(project_command_F3, 0), false, "project_command_F3", 18, "Run the command with index 3", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1096 },
|
|
|
|
{ PROC_LINKS(project_command_F3, 0), false, "project_command_F3", 18, "Run the command with index 3", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1102 },
|
|
|
|
{ PROC_LINKS(project_command_F4, 0), false, "project_command_F4", 18, "Run the command with index 4", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1102 },
|
|
|
|
{ PROC_LINKS(project_command_F4, 0), false, "project_command_F4", 18, "Run the command with index 4", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1108 },
|
|
|
|
{ PROC_LINKS(project_command_F5, 0), false, "project_command_F5", 18, "Run the command with index 5", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1108 },
|
|
|
|
{ PROC_LINKS(project_command_F5, 0), false, "project_command_F5", 18, "Run the command with index 5", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1114 },
|
|
|
|
{ PROC_LINKS(project_command_F6, 0), false, "project_command_F6", 18, "Run the command with index 6", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1114 },
|
|
|
|
{ PROC_LINKS(project_command_F6, 0), false, "project_command_F6", 18, "Run the command with index 6", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1120 },
|
|
|
|
{ PROC_LINKS(project_command_F7, 0), false, "project_command_F7", 18, "Run the command with index 7", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1120 },
|
|
|
|
{ PROC_LINKS(project_command_F7, 0), false, "project_command_F7", 18, "Run the command with index 7", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1126 },
|
|
|
|
{ PROC_LINKS(project_command_F8, 0), false, "project_command_F8", 18, "Run the command with index 8", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1126 },
|
|
|
|
{ PROC_LINKS(project_command_F8, 0), false, "project_command_F8", 18, "Run the command with index 8", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1132 },
|
|
|
|
{ PROC_LINKS(project_command_F9, 0), false, "project_command_F9", 18, "Run the command with index 9", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1132 },
|
|
|
|
{ PROC_LINKS(project_command_F9, 0), false, "project_command_F9", 18, "Run the command with index 9", 28, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1138 },
|
|
|
|
{ PROC_LINKS(project_command_lister, 0), false, "project_command_lister", 22, "Open a lister of all commands in the currently loaded project.", 62, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1036 },
|
|
|
|
{ PROC_LINKS(project_command_lister, 0), false, "project_command_lister", 22, "Open a lister of all commands in the currently loaded project.", 62, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1042 },
|
|
|
|
{ PROC_LINKS(project_fkey_command, 0), false, "project_fkey_command", 20, "Run an 'fkey command' configured in a project.4coder file. Determines the index of the 'fkey command' by which function key or numeric key was pressed to trigger the command.", 175, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 974 },
|
|
|
|
{ PROC_LINKS(project_fkey_command, 0), false, "project_fkey_command", 20, "Run an 'fkey command' configured in a project.4coder file. Determines the index of the 'fkey command' by which function key or numeric key was pressed to trigger the command.", 175, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 980 },
|
|
|
|
{ PROC_LINKS(project_go_to_root_directory, 0), false, "project_go_to_root_directory", 28, "Changes 4coder's hot directory to the root directory of the currently loaded project. With no loaded project nothing hapepns.", 125, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1000 },
|
|
|
|
{ PROC_LINKS(project_go_to_root_directory, 0), false, "project_go_to_root_directory", 28, "Changes 4coder's hot directory to the root directory of the currently loaded project. With no loaded project nothing hapepns.", 125, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1006 },
|
|
|
|
{ PROC_LINKS(project_reprint, 0), false, "project_reprint", 15, "Prints the current project to the file it was loaded from; prints in the most recent project file version", 105, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1046 },
|
|
|
|
{ PROC_LINKS(project_reprint, 0), false, "project_reprint", 15, "Prints the current project to the file it was loaded from; prints in the most recent project file version", 105, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1052 },
|
|
|
|
{ PROC_LINKS(query_replace, 0), false, "query_replace", 13, "Queries the user for two strings, and incrementally replaces every occurence of the first string with the second string.", 120, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1417 },
|
|
|
|
{ PROC_LINKS(query_replace, 0), false, "query_replace", 13, "Queries the user for two strings, and incrementally replaces every occurence of the first string with the second string.", 120, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1417 },
|
|
|
|
{ PROC_LINKS(query_replace_identifier, 0), false, "query_replace_identifier", 24, "Queries the user for a string, and incrementally replace every occurence of the word or token found at the cursor with the specified string.", 140, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1438 },
|
|
|
|
{ PROC_LINKS(query_replace_identifier, 0), false, "query_replace_identifier", 24, "Queries the user for a string, and incrementally replace every occurence of the word or token found at the cursor with the specified string.", 140, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1438 },
|
|
|
|
{ PROC_LINKS(query_replace_selection, 0), false, "query_replace_selection", 23, "Queries the user for a string, and incrementally replace every occurence of the string found in the selected range with the specified string.", 141, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1454 },
|
|
|
|
{ PROC_LINKS(query_replace_selection, 0), false, "query_replace_selection", 23, "Queries the user for a string, and incrementally replace every occurence of the string found in the selected range with the specified string.", 141, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 1454 },
|
|
|
@ -515,10 +515,10 @@ static Command_Metadata fcoder_metacmd_table[269] = {
|
|
|
|
{ PROC_LINKS(set_mark, 0), false, "set_mark", 8, "Sets the mark to the current position of the cursor.", 52, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 115 },
|
|
|
|
{ PROC_LINKS(set_mark, 0), false, "set_mark", 8, "Sets the mark to the current position of the cursor.", 52, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 115 },
|
|
|
|
{ PROC_LINKS(set_mode_to_notepad_like, 0), false, "set_mode_to_notepad_like", 24, "Sets the edit mode to Notepad like.", 35, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 499 },
|
|
|
|
{ PROC_LINKS(set_mode_to_notepad_like, 0), false, "set_mode_to_notepad_like", 24, "Sets the edit mode to Notepad like.", 35, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 499 },
|
|
|
|
{ PROC_LINKS(set_mode_to_original, 0), false, "set_mode_to_original", 20, "Sets the edit mode to 4coder original.", 38, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 493 },
|
|
|
|
{ PROC_LINKS(set_mode_to_original, 0), false, "set_mode_to_original", 20, "Sets the edit mode to 4coder original.", 38, "C:\\projects\\4coder_gs\\code\\custom\\4coder_default_framework.cpp", 62, 493 },
|
|
|
|
{ PROC_LINKS(setup_build_bat, 0), false, "setup_build_bat", 15, "Queries the user for several configuration options and initializes a new build batch script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1018 },
|
|
|
|
{ PROC_LINKS(setup_build_bat, 0), false, "setup_build_bat", 15, "Queries the user for several configuration options and initializes a new build batch script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1024 },
|
|
|
|
{ PROC_LINKS(setup_build_bat_and_sh, 0), false, "setup_build_bat_and_sh", 22, "Queries the user for several configuration options and initializes a new build batch script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1030 },
|
|
|
|
{ PROC_LINKS(setup_build_bat_and_sh, 0), false, "setup_build_bat_and_sh", 22, "Queries the user for several configuration options and initializes a new build batch script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1036 },
|
|
|
|
{ PROC_LINKS(setup_build_sh, 0), false, "setup_build_sh", 14, "Queries the user for several configuration options and initializes a new build shell script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1024 },
|
|
|
|
{ PROC_LINKS(setup_build_sh, 0), false, "setup_build_sh", 14, "Queries the user for several configuration options and initializes a new build shell script.", 92, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1030 },
|
|
|
|
{ PROC_LINKS(setup_new_project, 0), false, "setup_new_project", 17, "Queries the user for several configuration options and initializes a new 4coder project with build scripts for every OS.", 120, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1011 },
|
|
|
|
{ PROC_LINKS(setup_new_project, 0), false, "setup_new_project", 17, "Queries the user for several configuration options and initializes a new 4coder project with build scripts for every OS.", 120, "C:\\projects\\4coder_gs\\code\\custom\\4coder_project_commands.cpp", 61, 1017 },
|
|
|
|
{ PROC_LINKS(show_filebar, 0), false, "show_filebar", 12, "Sets the current view to show it's filebar.", 43, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 832 },
|
|
|
|
{ PROC_LINKS(show_filebar, 0), false, "show_filebar", 12, "Sets the current view to show it's filebar.", 43, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 832 },
|
|
|
|
{ PROC_LINKS(show_scrollbar, 0), false, "show_scrollbar", 14, "Sets the current view to show it's scrollbar.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 818 },
|
|
|
|
{ PROC_LINKS(show_scrollbar, 0), false, "show_scrollbar", 14, "Sets the current view to show it's scrollbar.", 45, "C:\\projects\\4coder_gs\\code\\custom\\4coder_base_commands.cpp", 58, 818 },
|
|
|
|
{ PROC_LINKS(show_the_log_graph, 0), true, "show_the_log_graph", 18, "Parses *log* and displays the 'log graph' UI", 44, "C:\\projects\\4coder_gs\\code\\custom\\4coder_log_parser.cpp", 55, 991 },
|
|
|
|
{ PROC_LINKS(show_the_log_graph, 0), true, "show_the_log_graph", 18, "Parses *log* and displays the 'log graph' UI", 44, "C:\\projects\\4coder_gs\\code\\custom\\4coder_log_parser.cpp", 55, 991 },
|
|
|
|