4coder/custom
Allen Webster 5561704e2e Notepad-like mode crash bug fixes 2020-05-01 06:52:22 -07:00
..
bin New keycodes; linux one time code execution; close file handle in save function 2020-03-03 18:44:25 -08:00
generated Changed some stuff before, don't know what; fixed mac flags 2020-05-01 05:26:22 -07:00
languages Only compute line indentation info at necessary points in the auto-indent routine 2020-01-11 15:45:28 -08:00
lexer_generator Lexer generator logic problem, leaving emit ptr in wrong location after output chunk ends 2020-02-01 18:30:23 -08:00
4coder_app_links_allocator.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_async_tasks.cpp
4coder_async_tasks.h
4coder_auto_indent.cpp Notepad-like mode crash bug fixes 2020-05-01 06:52:22 -07:00
4coder_auto_indent.h
4coder_base_commands.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_base_types.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_base_types.h New better arena management 2020-03-11 16:22:37 -07:00
4coder_buffer_seek_constructors.cpp
4coder_build_commands.cpp
4coder_build_commands.h
4coder_cli_command.cpp
4coder_clipboard.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_clipboard.h
4coder_code_index.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_code_index.h
4coder_code_index_listers.cpp
4coder_codepoint_map.cpp
4coder_combined_write_commands.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_combined_write_commands.h
4coder_command_map.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_command_map.h New better arena management 2020-03-11 16:22:37 -07:00
4coder_config.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_config.h
4coder_config_grammar.txt
4coder_custom.cpp
4coder_default_bindings.cpp Changed some stuff before, don't know what; fixed mac flags 2020-05-01 05:26:22 -07:00
4coder_default_colors.cpp Normal count type in Color_Table 2020-03-07 14:54:52 -08:00
4coder_default_colors.h
4coder_default_framework.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_default_framework.h
4coder_default_framework_variables.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_default_hooks.cpp Date_Time type; formatting function for Date_Time; System API for getting Date_Time UTC, and converting UTC to local time; Implementation in Windows 2020-03-11 03:33:54 -07:00
4coder_default_include.cpp Changed some stuff before, don't know what; fixed mac flags 2020-05-01 05:26:22 -07:00
4coder_default_map.cpp Bindings only do strict-matching now so ordering is less important and less confusing 2020-03-09 21:05:45 -07:00
4coder_delta_rule.cpp
4coder_delta_rule.h
4coder_doc_commands.cpp
4coder_doc_content_types.cpp
4coder_doc_content_types.h
4coder_docs.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_draw.cpp Line number performance fix 2020-05-01 06:31:44 -07:00
4coder_draw.h
4coder_eol.cpp
4coder_events.cpp
4coder_events.h Checking global map in isearch and query_user_general so that basic global commands still work in that context 2020-02-29 17:21:37 -08:00
4coder_examples.cpp Fix compilation on windows 2020-03-03 12:25:04 -08:00
4coder_fancy.cpp Line number performance fix 2020-05-01 06:31:44 -07:00
4coder_file.cpp
4coder_file.h
4coder_file_moving.h Cleaning up package script output 2020-03-01 13:29:32 -08:00
4coder_font_helper.cpp
4coder_function_list.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_function_list.h
4coder_hash_functions.cpp
4coder_helper.cpp New examples code 2020-02-29 22:34:38 -08:00
4coder_helper.h
4coder_insertion.cpp
4coder_insertion.h
4coder_jump_lister.cpp
4coder_jump_lister.h
4coder_jump_sticky.cpp
4coder_jump_sticky.h
4coder_jumping.cpp
4coder_jumping.h
4coder_keyboard_macro.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_layout.cpp
4coder_layout_rule.cpp
4coder_layout_rule.h
4coder_lister_base.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_lister_base.h
4coder_lists.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_log.cpp
4coder_log_parser.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_log_parser.h
4coder_mac_map.cpp
4coder_malloc_allocator.cpp
4coder_metadata_generator.cpp
4coder_miblo_numbers.cpp
4coder_profile.cpp
4coder_profile.h
4coder_profile_inspect.cpp
4coder_profile_inspect.h
4coder_profile_static_disable.cpp
4coder_profile_static_enable.cpp
4coder_project_commands.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_project_commands.h
4coder_scope_commands.cpp
4coder_scope_commands.h
4coder_search.cpp New better arena management 2020-03-11 16:22:37 -07:00
4coder_search.h
4coder_string_match.cpp
4coder_string_match.h
4coder_stringf.cpp Date_Time type; formatting function for Date_Time; System API for getting Date_Time UTC, and converting UTC to local time; Implementation in Windows 2020-03-11 03:33:54 -07:00
4coder_system_allocator.cpp
4coder_system_helpers.cpp
4coder_system_types.h
4coder_table.cpp
4coder_table.h
4coder_token.cpp
4coder_token.h
4coder_tutorial.cpp
4coder_tutorial.h
4coder_types.h Normal count type in Color_Table 2020-03-07 14:54:52 -08:00
4coder_version.h Version number 4.1.4 2020-03-10 14:19:23 -07:00