├── .github └── FUNDING.yml ├── 4coder_fleury.cpp ├── 4coder_fleury_audio.cpp ├── 4coder_fleury_audio.h ├── 4coder_fleury_base_commands.cpp ├── 4coder_fleury_base_commands.h ├── 4coder_fleury_bindings.cpp ├── 4coder_fleury_bindings.h ├── 4coder_fleury_brace.cpp ├── 4coder_fleury_brace.h ├── 4coder_fleury_calc.cpp ├── 4coder_fleury_calc.h ├── 4coder_fleury_casey.cpp ├── 4coder_fleury_code_peek.cpp ├── 4coder_fleury_code_peek.h ├── 4coder_fleury_colors.cpp ├── 4coder_fleury_colors.h ├── 4coder_fleury_command_server.cpp ├── 4coder_fleury_command_server.h ├── 4coder_fleury_cursor.cpp ├── 4coder_fleury_cursor.h ├── 4coder_fleury_divider_comments.cpp ├── 4coder_fleury_divider_comments.h ├── 4coder_fleury_error_annotations.cpp ├── 4coder_fleury_error_annotations.h ├── 4coder_fleury_hooks.cpp ├── 4coder_fleury_hooks.h ├── 4coder_fleury_index.cpp ├── 4coder_fleury_index.h ├── 4coder_fleury_jai_lexer_gen.cpp ├── 4coder_fleury_lang.cpp ├── 4coder_fleury_lang.h ├── 4coder_fleury_lang_cpp.cpp ├── 4coder_fleury_lang_jai.cpp ├── 4coder_fleury_lang_list.h ├── 4coder_fleury_lang_metadesk.cpp ├── 4coder_fleury_lego.cpp ├── 4coder_fleury_lego.h ├── 4coder_fleury_plot.cpp ├── 4coder_fleury_plot.h ├── 4coder_fleury_plots_demo.cpp ├── 4coder_fleury_pos_context_tooltips.cpp ├── 4coder_fleury_pos_context_tooltips.h ├── 4coder_fleury_power_mode.cpp ├── 4coder_fleury_power_mode.h ├── 4coder_fleury_recent_files.cpp ├── 4coder_fleury_recent_files.h ├── 4coder_fleury_render_helpers.cpp ├── 4coder_fleury_render_helpers.h ├── 4coder_fleury_table_comments.cpp ├── 4coder_fleury_ubiquitous.cpp ├── 4coder_fleury_ubiquitous.h ├── README.md ├── bindings.4coder ├── config.4coder ├── generated ├── 4coder_fleury_lexer_jai.cpp └── 4coder_fleury_lexer_jai.h └── theme-fleury.4coder /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: ryanfleury 2 | -------------------------------------------------------------------------------- /4coder_fleury.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury.cpp -------------------------------------------------------------------------------- /4coder_fleury_audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_audio.cpp -------------------------------------------------------------------------------- /4coder_fleury_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_audio.h -------------------------------------------------------------------------------- /4coder_fleury_base_commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_base_commands.cpp -------------------------------------------------------------------------------- /4coder_fleury_base_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_base_commands.h -------------------------------------------------------------------------------- /4coder_fleury_bindings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_bindings.cpp -------------------------------------------------------------------------------- /4coder_fleury_bindings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_bindings.h -------------------------------------------------------------------------------- /4coder_fleury_brace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_brace.cpp -------------------------------------------------------------------------------- /4coder_fleury_brace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_brace.h -------------------------------------------------------------------------------- /4coder_fleury_calc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_calc.cpp -------------------------------------------------------------------------------- /4coder_fleury_calc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_calc.h -------------------------------------------------------------------------------- /4coder_fleury_casey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_casey.cpp -------------------------------------------------------------------------------- /4coder_fleury_code_peek.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_code_peek.cpp -------------------------------------------------------------------------------- /4coder_fleury_code_peek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_code_peek.h -------------------------------------------------------------------------------- /4coder_fleury_colors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_colors.cpp -------------------------------------------------------------------------------- /4coder_fleury_colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_colors.h -------------------------------------------------------------------------------- /4coder_fleury_command_server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_command_server.cpp -------------------------------------------------------------------------------- /4coder_fleury_command_server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_command_server.h -------------------------------------------------------------------------------- /4coder_fleury_cursor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_cursor.cpp -------------------------------------------------------------------------------- /4coder_fleury_cursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_cursor.h -------------------------------------------------------------------------------- /4coder_fleury_divider_comments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_divider_comments.cpp -------------------------------------------------------------------------------- /4coder_fleury_divider_comments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_divider_comments.h -------------------------------------------------------------------------------- /4coder_fleury_error_annotations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_error_annotations.cpp -------------------------------------------------------------------------------- /4coder_fleury_error_annotations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_error_annotations.h -------------------------------------------------------------------------------- /4coder_fleury_hooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_hooks.cpp -------------------------------------------------------------------------------- /4coder_fleury_hooks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_hooks.h -------------------------------------------------------------------------------- /4coder_fleury_index.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_index.cpp -------------------------------------------------------------------------------- /4coder_fleury_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_index.h -------------------------------------------------------------------------------- /4coder_fleury_jai_lexer_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_jai_lexer_gen.cpp -------------------------------------------------------------------------------- /4coder_fleury_lang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang.cpp -------------------------------------------------------------------------------- /4coder_fleury_lang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang.h -------------------------------------------------------------------------------- /4coder_fleury_lang_cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang_cpp.cpp -------------------------------------------------------------------------------- /4coder_fleury_lang_jai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang_jai.cpp -------------------------------------------------------------------------------- /4coder_fleury_lang_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang_list.h -------------------------------------------------------------------------------- /4coder_fleury_lang_metadesk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lang_metadesk.cpp -------------------------------------------------------------------------------- /4coder_fleury_lego.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lego.cpp -------------------------------------------------------------------------------- /4coder_fleury_lego.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_lego.h -------------------------------------------------------------------------------- /4coder_fleury_plot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_plot.cpp -------------------------------------------------------------------------------- /4coder_fleury_plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_plot.h -------------------------------------------------------------------------------- /4coder_fleury_plots_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_plots_demo.cpp -------------------------------------------------------------------------------- /4coder_fleury_pos_context_tooltips.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_pos_context_tooltips.cpp -------------------------------------------------------------------------------- /4coder_fleury_pos_context_tooltips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_pos_context_tooltips.h -------------------------------------------------------------------------------- /4coder_fleury_power_mode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_power_mode.cpp -------------------------------------------------------------------------------- /4coder_fleury_power_mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_power_mode.h -------------------------------------------------------------------------------- /4coder_fleury_recent_files.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_recent_files.cpp -------------------------------------------------------------------------------- /4coder_fleury_recent_files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_recent_files.h -------------------------------------------------------------------------------- /4coder_fleury_render_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_render_helpers.cpp -------------------------------------------------------------------------------- /4coder_fleury_render_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_render_helpers.h -------------------------------------------------------------------------------- /4coder_fleury_table_comments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_table_comments.cpp -------------------------------------------------------------------------------- /4coder_fleury_ubiquitous.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_ubiquitous.cpp -------------------------------------------------------------------------------- /4coder_fleury_ubiquitous.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/4coder_fleury_ubiquitous.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/README.md -------------------------------------------------------------------------------- /bindings.4coder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/bindings.4coder -------------------------------------------------------------------------------- /config.4coder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/config.4coder -------------------------------------------------------------------------------- /generated/4coder_fleury_lexer_jai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/generated/4coder_fleury_lexer_jai.cpp -------------------------------------------------------------------------------- /generated/4coder_fleury_lexer_jai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/generated/4coder_fleury_lexer_jai.h -------------------------------------------------------------------------------- /theme-fleury.4coder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4coder-archive/4coder_fleury/HEAD/theme-fleury.4coder --------------------------------------------------------------------------------