Commit Graph

237 Commits (de41152df1dd27da4929eed8f72f669b8178480e)

Author SHA1 Message Date
Allen Webster 4f579180c1 Woops screwed it up 2020-05-01 11:58:24 -07:00
Allen Webster 63edacbd16 Clean all lines request 2020-05-01 11:49:40 -07:00
Allen Webster 4606393aad Notepad like mode scrolling fix 2020-05-01 11:33:30 -07:00
Allen Webster 63bfed7ab1 Quick fix for thread handle leak; project parse crash bug fix 2020-05-01 07:38:57 -07:00
Allen Webster b53df35fcb Changed some stuff before, don't know what; fixed mac flags 2020-05-01 05:26:22 -07:00
Yuval Dolev 7ed42ab516 Updated the macOS platform layer's keycode lookup table to supper the new keycodes. 2020-03-14 01:16:54 +02:00
Allen Webster ca9f1d8f1c Arena fixup and Date_Time implementation for Linux 2020-03-12 21:26:46 -07:00
Allen Webster eb298a6fdc Mac fixup of arenas; implementation of Date_Time 2020-03-12 21:17:43 -07:00
Allen Webster 9aba7ab19f More scratch fixes 2020-03-11 20:59:44 -07:00
Allen Webster 6089c87b20 Fix an important scratch bug 2020-03-11 20:35:52 -07:00
Allen Webster 73fdc838f1 New better arena management 2020-03-11 16:22:37 -07:00
Allen Webster 7b77702492 Merge whatevs 2020-03-11 03:34:35 -07:00
Allen Webster 4f2e59ff77 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-11 03:34:07 -07:00
Allen Webster 8849f6ce8c Date_Time type; formatting function for Date_Time; System API for getting Date_Time UTC, and converting UTC to local time; Implementation in Windows 2020-03-11 03:33:54 -07:00
Allen Webster c15a79b84b Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-11 00:37:32 -07:00
Allen Webster 48da9e3c64 Fix critical bug with core mouse modifiers; better behavior for binding lookup, strict matches first, then first loose match 2020-03-11 00:23:46 -07:00
Allen Webster ea460749a5 Linux push scripts fix (again?) 2020-03-10 15:03:41 -07:00
Allen Webster 7387be0a22 Linux push script 2020-03-10 14:44:39 -07:00
Allen Webster be3895b90f Not sure what I changed 2020-03-07 14:53:33 -08:00
Allen Webster 61b3341743 Added win32 keycodes for numpad and extension 2020-03-03 23:43:20 -08:00
Allen Webster 7933ec6bc9 New keycodes; linux one time code execution; close file handle in save function 2020-03-03 18:44:25 -08:00
Allen Webster 0a29e6df6a More robust footer panel manipulator functions 2020-03-03 16:57:40 -08:00
Allen Webster e1698bd28a Fix compilation on windows 2020-03-03 12:25:04 -08:00
Allen Webster 2ee9d05bd2 New examples code 2020-02-29 22:34:38 -08:00
Allen Webster e231293acf Checking global map in isearch and query_user_general so that basic global commands still work in that context 2020-02-29 17:21:37 -08:00
Allen Webster b0bbd3e2e3 Fix lister state overwriting problem with call-stack managed lister stack 2020-02-29 15:38:38 -08:00
Allen Webster 6d24fa6f29 Use mac smooth scroll values 2020-02-29 13:35:52 -08:00
Allen Webster 69d18fd898 Setup 4coder_examples.cpp; got rid of test_double_backspace 2020-02-28 17:36:36 -08:00
Allen Webster f74365392c Update mac clipboard immplementation 2020-02-28 13:53:10 -08:00
Allen Webster 2992e62306 Setup cool new opengl funcs 2020-02-19 20:11:18 -08:00
Allen Webster 1cf579902f Reorganization in the custom layer to make independent custom layers easier to build 2020-02-15 12:33:18 -08:00
Allen Webster 2a255b8ad9 Fix intricate async token reading; clean all lines overworking 2020-02-09 02:22:35 -08:00
Allen Webster fe9ed4fe79 Merge 2020-02-08 18:04:23 -08:00
Allen Webster f53f840f28 Misc work on things 2020-02-08 18:03:54 -08:00
Allen Webster 4a697c9880 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
Allen Webster 4d4294f2aa project deep copy bug fix 2020-02-07 18:22:14 -08:00
Allen Webster 9f2c279d8e set_face_size commands 2020-02-07 18:04:22 -08:00
Allen Webster 06aec5df47 Lots of issues updated 2020-02-07 16:50:35 -08:00
Allen Webster a1f82f094b Lots of miscellaneous issues today 2020-02-05 21:44:03 -08:00
Allen Webster 5fa6570f33 Lexer generator logic problem, leaving emit ptr in wrong location after output chunk ends 2020-02-01 18:30:23 -08:00
Allen Webster 7eb66774f8 optimized and improved implementation of clean_all_lines 2020-02-01 18:20:55 -08:00
Allen Webster 25cf9b1d7a More correct indentation reading, reducing over-working on auto-indentation and removing layout jumping around 2020-02-01 17:37:44 -08:00
Allen Webster 52d56fba1c Get the correct column on blank linkes of CRLF files 2020-02-01 17:07:13 -08:00
Allen Webster d9e196eda8 Fixed double declaration of scratch 2020-01-31 13:23:40 -08:00
Allen Webster a268055da7 Added check to file change checker that detects file deletion; updated changes.txt 2020-01-30 21:33:36 -08:00
Allen Webster 2b4b8f37ac Merge 2020-01-30 21:22:49 -08:00
Allen Webster 18f7f6e67a Put all OSes on the same command execution rule in build commands 2020-01-30 21:13:11 -08:00
Allen Webster d12c4aa2e6 Hacky fix for the signal step breaking on the non-main thread 2020-01-30 21:02:18 -08:00
Allen Webster 88e6186192 Added load_theme_current_buffer command and updated changes.txt 2020-01-26 21:24:26 -08:00
Allen Webster 797e05a3a2 Fix paste crash when view is not editable 2020-01-26 19:36:02 -08:00
Allen Webster 9dd79d5957 Fix drive letter problem; add unkillable setting 2020-01-26 18:27:38 -08:00
Allen Webster 3e729e5d37 Various fixes from the issues list 2020-01-23 13:39:47 -08:00
Allen Webster 7ba15fed20 Site update 2020-01-22 14:01:42 -08:00
Allen Webster 73da715644 Working on new Mac bindings; binding map written, but config switch not ready yet 2020-01-19 10:30:37 -08:00
Allen Webster 9e72096bdf Merged macos platform layer branch into master; building on windows 2020-01-16 18:26:19 -08:00
Yuval Dolev b6f6663727 Added a key mapping for the equal key. 2020-01-17 00:49:08 +02:00
Allen Webster 0bbafd636e Fixed random crashes and misbehaviors 2020-01-15 10:42:02 -08:00
Allen Webster 4a8febcdde Fade ranges added to default rendering rules; fixed crash on bad font path 2020-01-15 10:14:17 -08:00
Allen Webster d0937976d7 Added folder creation logic to interactive_new and interactive_open 2020-01-14 15:39:32 -08:00
Allen Webster 2865860b24 Create folders from interactive_open_or_new 2020-01-14 15:35:14 -08:00
Allen Webster f8297dc036 Fixed paren-statement interaction in indentation logic 2020-01-11 17:20:40 -08:00
Allen Webster 8e390db03c Optimizing auto-indent scanning logic 2020-01-11 16:27:34 -08:00
Allen Webster f1dd78f32a Only compute line indentation info at necessary points in the auto-indent routine 2020-01-11 15:45:28 -08:00
Allen Webster 76735e6f01 Change file name bug fixed 2020-01-09 17:56:01 -08:00
Allen Webster 13ee76effe Added hard exit API; fixed exit menus 2020-01-02 14:37:01 -08:00
Yuval Dolev da150cd322 Merged mac_4ed.cpp into mac_4ed.mm so now we have only 1 main file for the macOS platform layer. 2019-12-27 23:59:59 +02:00
Allen Webster eb1bf82bec Finished API extension for padded layout rectangles giving more reliable xy navigation commands 2019-12-26 21:20:19 -08:00
Allen Webster 0a5f6d51f6 removing dead min/max macros 2019-12-26 17:12:13 -08:00
Yuval Dolev e3e5f857ea Added empty implementations of all the system api functions to mac_4ed_functions.cpp 2019-12-24 22:31:24 +02:00
Yuval Dolev 42f06f0eec Added clang compiler support. The macOS platform now uses clang instead of gcc as its compiler. 2019-12-24 02:46:58 +02:00
Allen Webster 19effd6b0c Updated theme files; jump lister for function lists fixed 2019-12-23 09:15:18 -08:00
Yuval Dolev 9f518de27b Build system is now working for macOS. 2019-12-22 23:43:36 +02:00
Allen Webster 4817510c5d Final type fixups; package and build stuff straightened out 2019-12-17 19:38:08 -08:00
Allen Webster 27a2a45f59 Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
Allen Webster 75c1d8e9c0 Fix invisible backslash problem 2019-12-16 16:55:01 -08:00
Allen Webster 471aaaacf9 Dealing with parse infinite loops 2019-12-16 12:40:30 -08:00
Allen Webster b6fc044538 Progress on type documentation 2019-12-15 22:56:13 -08:00
Allen Webster c9a01fbe0e Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
Allen Webster 6993c3c0d5 Code index types 2019-12-13 15:36:28 -08:00
Allen Webster a05db7f075 Site render up and running 2019-12-12 21:02:40 -08:00
Allen Webster 18dc4cb8fd Built in docs running 2019-12-12 16:03:21 -08:00
Allen Webster 74adc4782f Finished documentation, beginning to organize to acquire doc content at run time 2019-12-10 10:46:12 -08:00
Allen Webster 8e9fbbbba6 Lots of documentation written 2019-12-07 18:53:01 -08:00
Allen Webster 79e9cfcf96 Command reverse lookup 2019-12-03 11:35:41 -08:00
Allen Webster dbb2671bd0 New color scheme system up and running with dynamic meta-allocated-ids, arrays of colors in each slot, and full custom layer control 2019-11-25 22:09:31 -08:00
Allen Webster c681ce5f7b Fixed issue with rewrite loc id allocator whatevers 2019-11-25 19:16:03 -08:00
Allen Webster f7b6c0a0b1 metadata for ids not in use before; fixed 2019-11-25 12:32:02 -08:00
Allen Webster f1ddbc2cc8 Added metaprogram for custom ids to make them much easier to declare and integrate 2019-11-24 15:13:51 -08:00
Allen Webster ebb1e96706 keyboard macro fixups 2019-11-22 17:40:07 -08:00
Allen Webster c772acb00a First pass for keyboard macros 2019-11-22 14:09:52 -08:00
Allen Webster 295cb0d0a6 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
Allen Webster d2bdcab494 Token pair null pointer crash fixed 2019-11-18 10:13:21 -08:00
Allen Webster ef6d66a516 Last minute hms fixes (#1) 2019-11-15 15:33:14 -08:00
Allen Webster 688b4e2083 HMS Demo code fully ready 2019-11-14 18:36:31 -08:00
Allen Webster 89850a106e Removed the very problemsome thing with intersecting layout rectangles in the clip region 2019-11-12 19:38:17 -08:00
Allen Webster 82d90d6f66 Fix the issue where the virtual whitespace is wrong when the line has no leading whitespace 2019-11-11 11:19:20 -08:00
Allen Webster c4664e8ed5 Upgraded virtual whitespace layout 2019-11-10 18:51:37 -08:00
Allen Webster b5e3812014 HMS demo mostly ready 2019-11-10 14:56:03 -08:00
Allen Webster bf47b2cb09 6 slides ready; virtual whitespace toggle hacked in for nowsies 2019-11-09 14:41:18 -08:00
Allen Webster 9129e5898b 2 slides of the HMS demo tutorial ready 2019-11-09 11:55:05 -08:00