4coder_API
New hook for edited files::
2019-01-31 04:38:24 -08:00
4coder_generated
Finished cleanup of old token streaming stuff
2019-02-01 16:58:44 -08:00
4coder_lib
Removing all inlines
2019-01-31 05:06:42 -08:00
languages
Removing all inlines
2019-01-31 05:06:42 -08:00
manual
Updated various mac things
2018-10-06 08:49:13 -07:00
meta
Removing all inlines
2019-01-31 05:06:42 -08:00
opengl
Removing all inlines
2019-01-31 05:06:42 -08:00
platform_all
Removing all inlines
2019-01-31 05:06:42 -08:00
platform_linux
Fix indentation bug from force emiting first character on each line
2018-12-17 15:50:18 -08:00
platform_mac
Removing all inlines
2019-01-31 05:06:42 -08:00
platform_unix
…
platform_win32
Merge casey changes
2019-01-25 13:03:52 -08:00
site
updated site generator
2018-12-18 18:30:00 -08:00
string
Removing all inlines
2019-01-31 05:06:42 -08:00
test_input_scripts
…
themes
Fix wombat, fix config problem
2018-10-07 14:50:17 -07:00
windows_scripts
adding VS 2015 to vcvarsall finder
2017-07-03 13:33:38 -04:00
.gitignore
…
4coder_auto_indent.cpp
…
4coder_auto_indent.h
Aggressive reorganization of the default custom layer
2018-05-09 00:10:07 -07:00
4coder_base_commands.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4coder_buffer_seek_constructors.cpp
…
4coder_build_commands.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_build_commands.h
Aggressive reorganization of the default custom layer
2018-05-09 00:10:07 -07:00
4coder_casey.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4coder_clipboard.cpp
…
4coder_combined_write_commands.cpp
Comment line toggle
2018-12-17 21:14:56 -08:00
4coder_combined_write_commands.h
Setup basics for visible markers, fixed some stability issues
2018-09-17 11:47:06 -07:00
4coder_config.cpp
Switch to relying on string_push and string_push_copy everywhere
2018-11-29 12:55:53 -08:00
4coder_config.h
4.0.29 Major new features
2018-09-30 05:14:47 -07:00
4coder_config_grammar.txt
…
4coder_default_bindings.cpp
…
4coder_default_framework.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_default_framework.h
…
4coder_default_framework_variables.cpp
…
4coder_default_hooks.cpp
Never post edit notes for messages buffer
2019-01-31 04:56:58 -08:00
4coder_default_include.cpp
Push string/push string copy in string library
2018-11-27 20:36:09 -08:00
4coder_experiments.cpp
alt + hjkl movement system
2018-11-27 10:50:39 -08:00
4coder_file.h
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_font_helper.cpp
…
4coder_function_list.cpp
Finished cleanup of old token streaming stuff
2019-02-01 16:58:44 -08:00
4coder_function_list.h
Sped up function lister
2018-12-09 17:31:30 -08:00
4coder_helper.cpp
Finished cleanup of old token streaming stuff
2019-02-01 16:58:44 -08:00
4coder_helper.h
Finished cleanup of old token streaming stuff
2019-02-01 16:58:44 -08:00
4coder_jump_direct.cpp
…
4coder_jump_lister.cpp
Fixed file/buffer lister crashes for very long lists, fixed kill buffer on dirty buffer bug
2018-12-16 18:07:49 -08:00
4coder_jump_lister.h
Command lister, Jump lister, Function lister
2018-09-15 16:48:02 -07:00
4coder_jump_sticky.cpp
…
4coder_jump_sticky.h
…
4coder_jumping.cpp
Fixed jumping parsing for 'notes
2018-11-29 14:14:56 -08:00
4coder_lists.cpp
Fixed the one_past_last masking thing
2018-12-18 17:32:20 -08:00
4coder_metadata_generator.cpp
…
4coder_miblo_numbers.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_os_comp_cracking.h
…
4coder_project_commands.cpp
Sped up function lister
2018-12-09 17:31:30 -08:00
4coder_project_commands.h
…
4coder_remapping_commands.cpp
…
4coder_scope_commands.cpp
Finished cleanup of old token streaming stuff
2019-02-01 16:58:44 -08:00
4coder_scope_commands.h
begining rewrite of token iteration
2019-02-01 14:50:33 -08:00
4coder_search.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_search.h
…
4coder_seek.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_seek.h
Cleanup and bug fixes
2018-10-05 18:42:56 -07:00
4coder_system_command.cpp
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
4coder_ui_helper.cpp
Fixes: scope highlight scrolled right, ignore render items off the screen, scientific notation parsing with +
2018-12-16 20:31:04 -08:00
4coder_ui_helper.h
Fixed file/buffer lister crashes for very long lists, fixed kill buffer on dirty buffer bug
2018-12-16 18:07:49 -08:00
4ed.cpp
New hook for edited files::
2019-01-31 04:38:24 -08:00
4ed.h
Optimized win32 file track node lookups
2018-12-17 17:56:21 -08:00
4ed_api_implementation.cpp
Everything now works on the new token iteration system
2019-02-01 16:23:48 -08:00
4ed_app_models.h
New hook for edited files::
2019-01-31 04:38:24 -08:00
4ed_app_target.cpp
Push string/push string copy in string library
2018-11-27 20:36:09 -08:00
4ed_buffer.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_buffer.h
Progress towards lexing situation
2019-01-28 21:36:17 -08:00
4ed_buffer_model.h
…
4ed_cli.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_cli.h
…
4ed_code_wrap.cpp
…
4ed_code_wrap.h
…
4ed_command.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_command.h
Rewrite of 4ed_api_implementation to use Models instead of Command_Data
2018-11-18 11:47:28 -08:00
4ed_cursor_codes.h
…
4ed_defines.h
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_dynamic_variables.cpp
…
4ed_dynamic_variables.h
…
4ed_edit.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_file.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_file.h
Never post edit notes for messages buffer
2019-01-31 04:56:58 -08:00
4ed_file_lex.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_file_track.h
…
4ed_file_track_general.cpp
…
4ed_font.cpp
…
4ed_font.h
…
4ed_font_provider_freetype.cpp
…
4ed_font_provider_freetype.h
…
4ed_gui.cpp
GUI removed completely, new UI API implementation in place, old UI commands stripped and need to be replaced
2018-07-13 18:13:05 -07:00
4ed_gui.h
…
4ed_hash_functions.cpp
Linux packaging fixes 4.0.29
2018-10-06 12:04:45 -07:00
4ed_hot_directory.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_hot_directory.h
…
4ed_layout.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_layout.h
…
4ed_linked_node_macros.h
New hook for edited files::
2019-01-31 04:38:24 -08:00
4ed_log.h
…
4ed_math.h
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_mem.cpp
…
4ed_parse_context.cpp
…
4ed_parse_context.h
…
4ed_ptr_check.cpp
…
4ed_ptr_check.h
…
4ed_render_format.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_render_format.h
Merge casey changes
2019-01-25 13:03:52 -08:00
4ed_render_target.cpp
…
4ed_render_target.h
…
4ed_style.h
Eliminated style generation
2018-11-27 09:56:42 -08:00
4ed_system.h
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_translation.cpp
…
4ed_translation.h
…
4ed_undo.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_undo.h
…
4ed_view.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_view.h
…
4ed_view_ui.cpp
Remove style struct, focus on enum and array
2018-11-27 07:21:10 -08:00
4ed_working_set.cpp
Removing all inlines
2019-01-31 05:06:42 -08:00
4ed_working_set.h
Never post edit notes for messages buffer
2019-01-31 04:56:58 -08:00
LICENSE.txt
…
README.txt
…
build.bat
Merge casey changes
2019-01-25 13:03:52 -08:00
build.sh
…
build_config_parser_generator.bat
…
build_metadata.bat
…
build_metadata.sh
…
build_optimized.bat
Merge casey changes
2019-01-25 13:03:52 -08:00
build_site.bat
cleaning up lots of build related stuff
2017-07-07 19:54:50 -04:00
build_site.sh
…
build_string.bat
DS_Store BE GONE
2017-07-10 09:49:45 -04:00
build_string.sh
…
build_x86.sh
…
buildsuper_x64.bat
Merge casey changes
2019-01-25 13:03:52 -08:00
buildsuper_x64.sh
Fixing the filename and line number data in the command metadata
2018-06-22 13:59:21 -07:00
buildsuper_x86.bat
…
buildsuper_x86.sh
Fixing the filename and line number data in the command metadata
2018-06-22 13:59:21 -07:00
changes.txt
Changes updated, list all functions all buffers bound
2018-12-18 17:25:30 -08:00
detect_os.sh
included unix in mac
2017-06-30 17:33:30 -04:00
itchio_push_all.bat
itchio pushers
2017-11-16 10:21:05 -05:00
itchio_push_all.sh
Recover push all sh
2018-10-06 12:40:14 -07:00
package.bat
…
package.sh
…
project.4coder
…
release-config.4coder
Fix wombat, fix config problem
2018-10-07 14:50:17 -07:00
todo.txt
Changes updated, list all functions all buffers bound
2018-12-18 17:25:30 -08:00
zip.bat
…