| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										bin
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										generated
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										languages
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										lexer_generator
									
								
							
						
					
				 | 
				
					
						
							
							lexer with breaks
						
					
				 | 
				2019-10-21 22:53:47 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_app_links_allocator.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_async_tasks.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_async_tasks.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_auto_indent.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_auto_indent.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_base_commands.cpp
							
						
					
				 | 
				
					
						
							
							Removed the very problemsome thing with intersecting layout rectangles in the clip region
						
					
				 | 
				2019-11-12 19:38:17 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_base_types.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_base_types.h
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_buffer_seek_constructors.cpp
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_build_commands.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_build_commands.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_cli_command.cpp
							
						
					
				 | 
				
					
						
							
							Fix scroll/cursor linking (need more generic version though); cleanup access system; remove some unecessary enum types
						
					
				 | 
				2019-10-17 19:54:02 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_clipboard.cpp
							
						
					
				 | 
				
					
						
							
							First pass for keyboard macros
						
					
				 | 
				2019-11-22 14:09:52 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_code_index.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_code_index.h
							
						
					
				 | 
				
					
						
							
							Layout with cool parantheses thing working
						
					
				 | 
				2019-11-04 05:37:45 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_codepoint_map.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_combined_write_commands.cpp
							
						
					
				 | 
				
					
						
							
							Drop down menu word complete
						
					
				 | 
				2019-10-27 21:20:30 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_combined_write_commands.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_command_map.cpp
							
						
					
				 | 
				
					
						
							
							Sending commands to views working; open in other working
						
					
				 | 
				2019-11-06 17:36:30 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_config.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_config.h
							
						
					
				 | 
				
					
						
							
							Finished rendering cleanup; option to have file bars in listers or not
						
					
				 | 
				2019-10-15 21:54:40 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_config_grammar.txt
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_custom.cpp
							
						
					
				 | 
				
					
						
							
							New mapping system looking decent
						
					
				 | 
				2019-10-10 15:57:02 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_bindings.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_colors.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_framework.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_framework.h
							
						
					
				 | 
				
					
						
							
							Virtual whitespace flashing fixed by edit chain in tick callback
						
					
				 | 
				2019-11-04 22:25:19 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_framework_variables.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_hooks.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_default_include.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_delta_rule.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_delta_rule.h
							
						
					
				 | 
				
					
						
							
							Super cool new scrolling contexts applicable to buffers and UIs; cubic scroll!!!
						
					
				 | 
				2019-10-14 20:26:00 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_draw.cpp
							
						
					
				 | 
				
					
						
							
							Removed the very problemsome thing with intersecting layout rectangles in the clip region
						
					
				 | 
				2019-11-12 19:38:17 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_draw.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_eol.cpp
							
						
					
				 | 
				
					
						
							
							Last minute hms fixes (#1)
						
					
				 | 
				2019-11-15 15:33:14 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_events.cpp
							
						
					
				 | 
				
					
						
							
							First pass for keyboard macros
						
					
				 | 
				2019-11-22 14:09:52 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_events.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_fancy.cpp
							
						
					
				 | 
				
					
						
							
							2 slides of the HMS demo tutorial ready
						
					
				 | 
				2019-11-09 11:55:05 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_file.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_file.h
							
						
					
				 | 
				
					
						
							
							Fixing up lexer build and preprocessor parsing logic
						
					
				 | 
				2019-10-01 14:49:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_file_moving.h
							
						
					
				 | 
				
					
						
							
							Package script updated
						
					
				 | 
				2019-11-06 21:58:08 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_font_helper.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_function_list.cpp
							
						
					
				 | 
				
					
						
							
							TIghtene dup the listers a lot a lot more
						
					
				 | 
				2019-10-25 16:33:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_function_list.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_hash_functions.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_helper.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_helper.h
							
						
					
				 | 
				
					
						
							
							View context blocks; async chains
						
					
				 | 
				2019-10-28 18:28:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_insertion.cpp
							
						
					
				 | 
				
					
						
							
							Fix scroll/cursor linking (need more generic version though); cleanup access system; remove some unecessary enum types
						
					
				 | 
				2019-10-17 19:54:02 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_insertion.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jump_lister.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jump_lister.h
							
						
					
				 | 
				
					
						
							
							TIghtene dup the listers a lot a lot more
						
					
				 | 
				2019-10-25 16:33:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jump_sticky.cpp
							
						
					
				 | 
				
					
						
							
							Mostly good async lexing works now
						
					
				 | 
				2019-10-22 00:15:49 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jump_sticky.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jumping.cpp
							
						
					
				 | 
				
					
						
							
							Lots of progress on the profiler; no more infinite recursion in listers
						
					
				 | 
				2019-10-19 18:17:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_jumping.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_keyboard_macro.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_layout.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_layout_rule.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_layout_rule.h
							
						
					
				 | 
				
					
						
							
							Upgraded virtual whitespace layout
						
					
				 | 
				2019-11-10 18:51:37 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_lister_base.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_lister_base.h
							
						
					
				 | 
				
					
						
							
							TIghtene dup the listers a lot a lot more
						
					
				 | 
				2019-10-25 16:33:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_lists.cpp
							
						
					
				 | 
				
					
						
							
							HMS demo mostly ready
						
					
				 | 
				2019-11-10 14:56:03 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_log.cpp
							
						
					
				 | 
				
					
						
							
							Fully transitioned to the new system api linkage
						
					
				 | 
				2019-10-03 10:57:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_log_parser.cpp
							
						
					
				 | 
				
					
						
							
							View context blocks; async chains
						
					
				 | 
				2019-10-28 18:28:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_log_parser.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_malloc_allocator.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_metadata_generator.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_miblo_numbers.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile_inspect.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile_inspect.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile_static_disable.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_profile_static_enable.cpp
							
						
					
				 | 
				
					
						
							
							Progress on batch edit optimizations; core profiling
						
					
				 | 
				2019-10-26 13:48:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_project_commands.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_project_commands.h
							
						
					
				 | 
				
					
						
							
							TIghtene dup the listers a lot a lot more
						
					
				 | 
				2019-10-25 16:33:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_scope_commands.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_scope_commands.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_search.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_search.h
							
						
					
				 | 
				
					
						
							
							Drop down menu word complete
						
					
				 | 
				2019-10-27 21:20:30 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_string_match.cpp
							
						
					
				 | 
				
					
						
							
							Layout with cool parantheses thing working
						
					
				 | 
				2019-11-04 05:37:45 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_string_match.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_stringf.cpp
							
						
					
				 | 
				
					
						
							
							new custom API linkage
						
					
				 | 
				2019-10-04 19:48:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_system_allocator.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_system_helpers.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_system_types.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_table.cpp
							
						
					
				 | 
				
					
						
							
							All obvious memory leaks fixed - except when profiler is enabled  - need to set it to default disabled and fix the inspect ui to still work
						
					
				 | 
				2019-11-21 21:37:11 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_table.h
							
						
					
				 | 
				
					
						
							
							Starting to reorganize build scripts
						
					
				 | 
				2019-10-01 14:07:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_token.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_token.h
							
						
					
				 | 
				
					
						
							
							Upgraded virtual whitespace layout
						
					
				 | 
				2019-11-10 18:51:37 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_tutorial.cpp
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_tutorial.h
							
						
					
				 | 
				
					
						
							
							HMS Demo code fully ready
						
					
				 | 
				2019-11-14 18:36:31 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_types.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								4coder_version.h
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 |