4coder/custom
Allen Webster afb493e2ec real basic fixups for fusion behavior 2020-05-12 06:19:03 -07:00
..
bin
generated real basic fixups for fusion behavior 2020-05-12 06:19:03 -07:00
languages Added single line backslashed lines to lexer 2020-05-01 21:26:06 -07:00
lexer_generator
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 default_tab_width in config.4coder 2020-05-01 20:59:36 -07:00
4coder_auto_indent.h
4coder_base_commands.cpp point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
4coder_base_types.cpp Undo fade out 2020-05-03 08:00:28 -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 Simplify fade range code; make it update with buffer edits 2020-05-01 12:28:36 -07:00
4coder_clipboard.h Clipboard now implemented as a custom layer feature; API transition mechanism established for deprecating old clipboard API without immediately breaking existing code for anyone 2020-02-08 17:34:35 -08:00
4coder_code_index.cpp More scratch fixes 2020-03-11 20:59:44 -07:00
4coder_code_index.h
4coder_code_index_listers.cpp point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
4coder_codepoint_map.cpp default_tab_width in config.4coder 2020-05-01 20:59:36 -07:00
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 PLATFORM LAYER FEATURE: Win32 implementation. set_key_mode determines whether to return physical key codes or language translated key codes 2020-05-09 08:03:10 -07:00
4coder_config.h PLATFORM LAYER FEATURE: Win32 implementation. set_key_mode determines whether to return physical key codes or language translated key codes 2020-05-09 08:03:10 -07:00
4coder_config_grammar.txt
4coder_custom.cpp
4coder_default_bindings.cpp Okay back to the old text stuff for now :( Let's fix scroll feel by multiplying in the screen scale factor? Why not right? 2020-05-01 18:31:28 -07:00
4coder_default_colors.cpp Tweaks to fusion 2020-05-11 06:54:06 -07:00
4coder_default_colors.h
4coder_default_framework.cpp point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
4coder_default_framework.h point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
4coder_default_framework_variables.cpp point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
4coder_default_hooks.cpp point stack - jump to definition - fusion 2020-05-10 08:00:50 -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 point stack - jump to definition - fusion 2020-05-10 08:00:50 -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 Lexer bug for a few new line situations 2020-05-01 20:41:42 -07:00
4coder_draw.h
4coder_eol.cpp
4coder_events.cpp Simplified get_next_input to get_next_input_raw; introduced dead key flag on key stroke events; introduced helper for iterating text events attached to a key stroke 2020-05-09 14:01:23 -07:00
4coder_events.h Simplified get_next_input to get_next_input_raw; introduced dead key flag on key stroke events; introduced helper for iterating text events attached to a key stroke 2020-05-09 14:01:23 -07:00
4coder_examples.cpp Simplified get_next_input to get_next_input_raw; introduced dead key flag on key stroke events; introduced helper for iterating text events attached to a key stroke 2020-05-09 14:01:23 -07: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
4coder_font_helper.cpp
4coder_function_list.cpp Function list printing format fix 2020-05-09 08:40:44 -07:00
4coder_function_list.h
4coder_hash_functions.cpp
4coder_helper.cpp real basic fixups for fusion behavior 2020-05-12 06:19:03 -07: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 Keep the lister text field's right side in view 2020-05-03 06:07:27 -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 point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
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 Quick fix for thread handle leak; project parse crash bug fix 2020-05-01 07:38:57 -07:00
4coder_project_commands.h
4coder_scope_commands.cpp
4coder_scope_commands.h
4coder_search.cpp real basic fixups for fusion behavior 2020-05-12 06:19:03 -07:00
4coder_search.h Arbitrary text rotation in immediate mode text draw 2020-05-09 09:55:01 -07:00
4coder_string_match.cpp
4coder_string_match.h
4coder_stringf.cpp
4coder_system_allocator.cpp
4coder_system_helpers.cpp
4coder_system_types.h PLATFORM LAYER FEATURE: Win32 implementation. set_key_mode determines whether to return physical key codes or language translated key codes 2020-05-09 08:03:10 -07:00
4coder_table.cpp enable_output_wrapping config option 2020-05-01 14:04:57 -07:00
4coder_table.h
4coder_token.cpp
4coder_token.h
4coder_tutorial.cpp
4coder_tutorial.h
4coder_types.h Arbitrary text rotation in immediate mode text draw 2020-05-09 09:55:01 -07:00
4coder_version.h 4.1.5 version number change - time to try to package 2020-05-08 07:24:37 -07:00