4coder
 
 
 
 
 
 
Go to file
Allen Webster 70cae408d1 stop spamming all the views with the run buffer 2019-04-15 12:43:58 -07:00
4coder_API Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
4coder_generated stop spamming all the views with the run buffer 2019-04-15 12:43:58 -07:00
4coder_lib text layout space conversions 2019-03-31 23:14:31 -07:00
languages
manual
meta Line numbers 2019-02-27 13:14:25 -08:00
opengl
platform_all new animation call n=0 -> immediate animate, n>0 -> try to wait about roughly that many milliseconds 2019-03-30 14:51:56 -07:00
platform_linux
platform_mac Removing all inlines 2019-01-31 05:06:42 -08:00
platform_unix Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
platform_win32 misc fixes 2019-04-08 12:21:04 -07:00
site File Attributes thingy, command line file crash investigated 2019-02-13 15:15:22 -08:00
string
test_input_scripts
themes Fix wombat, fix config problem 2018-10-07 14:50:17 -07:00
windows_scripts
.gitignore Update to .gitignore 2017-11-11 16:36:48 -05:00
4coder_api_transition_30_31.cpp
4coder_api_transition_30_31.h
4coder_api_transition_30_31_helpers.cpp
4coder_auto_indent.cpp More progress shifting off of View_Summary 2019-04-06 14:13:49 -07:00
4coder_auto_indent.h Changed off bool32 int32_t uint32_t; Frame_Info, and Render_Parameters structures 2019-02-26 15:08:42 -08:00
4coder_base_commands.cpp
4coder_base_types.cpp
4coder_base_types.h Buffer_Summary completely shifted into transition files 2019-04-04 19:03:36 -07:00
4coder_buffer_seek_constructors.cpp Changed off bool32 int32_t uint32_t; Frame_Info, and Render_Parameters structures 2019-02-26 15:08:42 -08:00
4coder_build_commands.cpp Finished sectioning away View_Summary 2019-04-07 10:36:24 -07:00
4coder_build_commands.h
4coder_casey_classic.cpp
4coder_clipboard.cpp
4coder_combined_write_commands.cpp
4coder_combined_write_commands.h
4coder_config.cpp Line numbers 2019-02-27 13:14:25 -08:00
4coder_config.h
4coder_config_grammar.txt
4coder_default_bindings.cpp More int32_t uint32_t changes 2019-02-26 15:17:53 -08:00
4coder_default_framework.cpp Finished sectioning away View_Summary 2019-04-07 10:36:24 -07:00
4coder_default_framework.h
4coder_default_framework_variables.cpp More int32_t uint32_t changes 2019-02-26 15:17:53 -08:00
4coder_default_hooks.cpp
4coder_default_include.cpp Remove View_Summary from core API 2019-04-05 14:56:58 -07:00
4coder_experiments.cpp
4coder_fancy.cpp
4coder_fancy.h
4coder_file.h
4coder_font_helper.cpp Buffer_Summary completely shifted into transition files 2019-04-04 19:03:36 -07:00
4coder_function_list.cpp
4coder_function_list.h Changed off bool32 int32_t uint32_t; Frame_Info, and Render_Parameters structures 2019-02-26 15:08:42 -08:00
4coder_hash_functions.cpp text layout space conversions 2019-03-31 23:14:31 -07:00
4coder_helper.cpp
4coder_helper.h
4coder_insertion.cpp Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
4coder_insertion.h
4coder_jump_direct.cpp Fix variable shadowing problems 2019-04-08 13:02:44 -07:00
4coder_jump_lister.cpp Progress towards shifting off View_Summary 2019-04-06 12:40:36 -07:00
4coder_jump_lister.h
4coder_jump_sticky.cpp Fix variable shadowing problems 2019-04-08 13:02:44 -07:00
4coder_jump_sticky.h Progress towards shifting off View_Summary 2019-04-06 12:40:36 -07:00
4coder_jumping.cpp
4coder_lists.cpp
4coder_metadata_generator.cpp
4coder_miblo_numbers.cpp
4coder_os_comp_cracking.h Got rename working on Windows 2017-11-21 16:30:40 -05:00
4coder_project_commands.cpp
4coder_project_commands.h
4coder_remapping_commands.cpp
4coder_scope_commands.cpp
4coder_scope_commands.h Progress towards removing Buffer_Summary 2019-04-04 01:25:16 -07:00
4coder_search.cpp
4coder_search.h
4coder_seek.cpp
4coder_seek.h More int32_t uint32_t changes 2019-02-26 15:17:53 -08:00
4coder_system_command.cpp
4coder_ui_helper.cpp Finished sectioning away View_Summary 2019-04-07 10:36:24 -07:00
4coder_ui_helper.h
4ed.cpp
4ed.h
4ed_api_implementation.cpp
4ed_app_models.h layout handles, looking up cursor values 2019-03-31 17:36:09 -07:00
4ed_app_target.cpp
4ed_buffer.cpp buffer space <-> layout space conversions; on screen range and height in text layout 2019-03-31 23:40:24 -07:00
4ed_buffer.h
4ed_buffer_model.h
4ed_cli.cpp
4ed_cli.h
4ed_code_wrap.cpp Full token type disambiguation of keywords 2019-02-04 17:06:48 -08:00
4ed_code_wrap.h
4ed_command.cpp
4ed_command.h Removal of the old commands system 2019-02-07 20:45:13 -08:00
4ed_cursor_codes.h
4ed_defines.h Moving basically everything to 4coder base types 2019-02-26 15:30:08 -08:00
4ed_dynamic_variables.cpp
4ed_dynamic_variables.h Lister up and running on the entirely custom side system 2019-02-26 11:59:57 -08:00
4ed_edit.cpp Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
4ed_edit.h Fixed batch edit history problem and batch edit abstract mode problem 2019-03-27 20:06:17 -07:00
4ed_file.cpp
4ed_file.h Fix alignment bug in new compute_render_layout system; fixed some misc. bugs 2019-03-31 21:24:13 -07:00
4ed_file_lex.cpp
4ed_file_track.h
4ed_file_track_general.cpp Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
4ed_font.cpp Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
4ed_font.h Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
4ed_font_provider_freetype.cpp
4ed_font_provider_freetype.h
4ed_gui.cpp More int32_t uint32_t changes 2019-02-26 15:17:53 -08:00
4ed_gui.h
4ed_history.cpp
4ed_history.h
4ed_hot_directory.cpp
4ed_hot_directory.h
4ed_layout.cpp
4ed_layout.h Margins, moved file bar, moved query bars 2019-02-26 21:49:35 -08:00
4ed_log.h
4ed_mem.cpp
4ed_memory_bank.cpp
4ed_memory_bank.h
4ed_parse_context.cpp Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
4ed_parse_context.h
4ed_ptr_check.cpp
4ed_ptr_check.h
4ed_render_format.cpp
4ed_render_format.h
4ed_render_target.cpp
4ed_render_target.h 4coder Jamm 2 2019-02-25 15:42:13 -08:00
4ed_system.h new animation call n=0 -> immediate animate, n>0 -> try to wait about roughly that many milliseconds 2019-03-30 14:51:56 -07:00
4ed_text_layout.cpp buffer space <-> layout space conversions; on screen range and height in text layout 2019-03-31 23:40:24 -07:00
4ed_text_layout.h buffer space <-> layout space conversions; on screen range and height in text layout 2019-03-31 23:40:24 -07:00
4ed_translation.cpp
4ed_translation.h
4ed_view.cpp Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
4ed_view.h Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
4ed_view_ui.cpp
4ed_working_set.cpp
4ed_working_set.h
LICENSE.txt License fix 2018-10-06 12:12:06 -07:00
README.txt Cleanup and bug fixes 2018-10-05 18:42:56 -07:00
build.bat
build.sh
build_config_parser_generator.bat
build_metadata.bat
build_metadata.sh
build_optimized.bat
build_site.bat cleaning up lots of build related stuff 2017-07-07 19:54:50 -04:00
build_site.sh
build_string.bat
build_string.sh
build_x86.sh easy to call 32 bit build script for linux-i386 2017-11-12 15:54:46 -05:00
buildsuper_x64.bat treat wrapped line queries as unwrapped if the file/view underlying is unwrapped 2019-03-30 15:21:58 -07:00
buildsuper_x64.sh
buildsuper_x86.bat buildsuper release mode 2019-03-30 15:10:17 -07:00
buildsuper_x86.sh
changes.txt
detect_os.sh
itchio_push_all.bat
itchio_push_all.sh
package.bat
package.sh
project.4coder
release-config.4coder Fix wombat, fix config problem 2018-10-07 14:50:17 -07:00
todo.txt
zip.bat

README.txt

Thank you for contributing to the 4coder project!

To submit bug reports or to request particular features email:
editor@4coder.net

Watch the 4coder.handmade.network blog and @AllenWebster4th twitter for news about 4coder progress.

For documentation, feature lists, and usage tutorial videos go to:
4coder.com