Allen Webster
|
fae0bc1222
|
Cleanup; removed 4coder_utf8 library; rewrote win32 u8 <-> u16 layer
|
2019-10-01 13:04:45 -07:00 |
Allen Webster
|
6705bc8de5
|
Dead file cleanup
|
2019-10-01 12:14:09 -07:00 |
Allen Webster
|
10b02e2bc4
|
Fix disappearing cursor when using seek blank line commands.
|
2019-10-01 12:12:34 -07:00 |
Allen Webster
|
a69e4e5c3c
|
The end of 4coder_experiments.cpp
|
2019-10-01 12:04:15 -07:00 |
Allen Webster
|
20f50d2ba3
|
Token sniping fix
|
2019-10-01 11:56:32 -07:00 |
Allen Webster
|
c47270702a
|
Thread context now introduced to 4coder in ALL layers (booya!) :)
|
2019-09-30 19:06:21 -07:00 |
Allen Webster
|
342ba26d29
|
Note
|
2019-09-29 21:51:53 -07:00 |
Allen Webster
|
1952de45be
|
Fixed token relexing
|
2019-09-29 21:27:16 -07:00 |
Allen Webster
|
fd253eece9
|
fix the token coloring in preprocessor body
|
2019-09-29 20:05:16 -07:00 |
Allen Webster
|
6d2a12dd9d
|
Fix scope commands
|
2019-09-29 19:49:49 -07:00 |
Allen Webster
|
1d1ae13d82
|
WEIRD PROBLEM NOT SURE WHERE IT CAME FROM fix
|
2019-09-29 19:05:34 -07:00 |
Allen Webster
|
4640349de8
|
Basics of relex are now in place
|
2019-09-28 19:13:46 -07:00 |
Allen Webster
|
7c495a160d
|
Token coloring in immediate mode; C++
|
2019-09-28 16:56:34 -07:00 |
Allen Webster
|
9ad2de95c2
|
Token coloring in immediate mode
|
2019-09-28 16:45:50 -07:00 |
Allen Webster
|
c254ca750f
|
token based commands are all either recovered or discarded
|
2019-09-28 16:29:54 -07:00 |
Allen Webster
|
89063990a2
|
get token array helper
|
2019-09-27 17:53:58 -07:00 |
Allen Webster
|
783d4cc147
|
beta ready DPI handling
|
2019-09-27 17:49:59 -07:00 |
Allen Webster
|
da9d1235b4
|
CR characters absorbed into LF characters
|
2019-09-27 17:07:37 -07:00 |
Allen Webster
|
36d9e899ae
|
4coder now building with new lexer
|
2019-09-27 16:56:05 -07:00 |
Allen Webster
|
4b5d4f9a37
|
Variable shadowing fix
|
2019-09-26 23:02:17 -07:00 |
Allen Webster
|
ef02e75dc8
|
new lexer
|
2019-09-26 20:52:29 -07:00 |
Allen Webster
|
c9fe9175f6
|
Lex Gen Main; C++ Lexer Model
|
2019-09-04 11:26:51 -07:00 |
Allen Webster
|
8bd7c2fd67
|
Token transition in progress
|
2019-09-03 22:31:35 -07:00 |
Allen Webster
|
352cb27b73
|
Face* instead of Face_ID as much as possible; Preferred X works again
|
2019-09-02 14:32:52 -07:00 |
Allen Webster
|
aaec0cc3c8
|
Character positioning by line relative layout iteration
|
2019-09-02 11:59:36 -07:00 |
Allen Webster
|
1346813108
|
Render frame elements OVER the text and highlight elements
|
2019-08-23 18:52:01 -07:00 |
Allen Webster
|
8f8ad47f4e
|
Log grapher wrapped up, more flexible key matching in listers, i64 in markers
|
2019-08-23 18:34:42 -07:00 |
Allen Webster
|
5f46a7611c
|
Fix init memory bug
|
2019-08-16 08:21:32 -07:00 |
Allen Webster
|
6d7deff11e
|
Removing shared scratch, passing in scratch on all system calls
|
2019-08-16 08:01:17 -07:00 |
Allen Webster
|
98da59b05c
|
MERGE
|
2019-08-15 19:55:02 -07:00 |
Allen Webster
|
9efc4fb2e3
|
LOG
|
2019-08-15 19:54:06 -07:00 |
Allen Webster
|
5846c63a28
|
VIew render hook
|
2019-08-15 19:53:11 -07:00 |
Allen Webster
|
a69f9e81c3
|
Fix bug in file endhook
|
2019-08-13 12:37:25 -07:00 |
Allen Webster
|
dd49fa68fd
|
Byte Advance
|
2019-08-13 12:34:13 -07:00 |
Allen Webster
|
b9e5d2d49f
|
Finished external modification hook
|
2019-08-13 11:54:15 -07:00 |
Allen Webster
|
ac04842f97
|
New file change notification system
|
2019-08-12 21:19:02 -07:00 |
Allen Webster
|
422d67c41f
|
Finished the merge of models and app_vars
|
2019-08-12 17:57:25 -07:00 |
Allen Webster
|
c59da8e163
|
Restored touch order iteration of buffers
|
2019-08-12 17:51:27 -07:00 |
Allen Webster
|
742163f8c0
|
Fixed some bugs in new working set
|
2019-08-12 10:40:02 -07:00 |
Allen Webster
|
8064f780af
|
New working set implementation
|
2019-08-12 02:16:04 -07:00 |
Allen Webster
|
62d8c4bae0
|
Fixed bug in file list API when given invalid path
|
2019-08-12 01:10:29 -07:00 |
Allen Webster
|
f227481461
|
Fixed wrong parameter name problem
|
2019-08-05 14:10:50 -07:00 |
Allen Webster
|
2f6b9744bd
|
Eliminated old file change notification system; replaced OS layer job system with OS layer thread wrappers; moved coroutine implementation from OS layer to core
|
2019-08-03 22:36:13 -07:00 |
Allen Webster
|
d4db77b3fb
|
New file listing API
|
2019-08-03 17:49:40 -07:00 |
Allen Webster
|
2b28efa3bf
|
Immediate Mode error highlighting -- everything is now in I.M.
|
2019-08-03 14:18:40 -07:00 |
Allen Webster
|
b998317bda
|
isearch highlight implemented in I.M. rendering, fixes to enclosures
|
2019-08-02 13:07:08 -07:00 |
Allen Webster
|
053cc15f1a
|
Done for the day
|
2019-07-31 20:29:43 -07:00 |
Allen Webster
|
e60f115ebe
|
Remove all markers visual code
|
2019-07-31 20:28:43 -07:00 |
Allen Webster
|
1f81120343
|
New text coloring system setup
|
2019-07-31 20:16:53 -07:00 |
Allen Webster
|
2e0992fdd3
|
extended text layouts to easily get character and line rectangles
|
2019-07-31 19:13:36 -07:00 |