6f64d7c12efixups from wednesday's stream
Allen Webster
2016-10-14 17:21:17 -0400
c86d2dc9c6added rule for continued statements
Allen Webster
2016-10-10 18:09:46 -0400
94c624a505tweaks to the existing wrap rules
Allen Webster
2016-10-10 16:47:09 -0400
7ac01f5918loosened up the buffer creation API
Allen Webster
2016-10-08 16:20:49 -0400
a9ee84547ccode wrapping appears to work entirely
Allen Webster
2016-10-06 21:55:44 -0400
2e341edd41fixed a lot of bugs in the token smart wrapping system, still more to fix
Allen Webster
2016-10-06 19:27:23 -0400
9a4609c8d5setup the basis for the token smart wrap rule
Allen Webster
2016-10-06 17:29:04 -0400
2053d0df47minor cleanup of the code presentation stuff
Allen Webster
2016-10-05 21:38:08 -0400
39699b2d9fwrapped up the unification of the virtual whitespace parsing system, switched to allowing the virtual whitespace to be toggled
Allen Webster
2016-10-05 02:08:23 -0400
ce1a53d67ffirst setup of code formatting
Allen Webster
2016-09-30 20:33:13 -0400
5dee37296cexample of basic word level wrapping
Allen Webster
2016-09-29 15:39:47 -0400
40d9aebd64driving wrap positions through a metadata system
Allen Webster
2016-09-29 14:29:00 -0400
7d31bb986darbitrary line wrapping working
Allen Webster
2016-09-28 21:07:14 -0400
0b2d781ce1clean up the memory for all the new metadata systems
Allen Webster
2016-09-27 23:32:35 -0400
0d587c8fe2switched indent array to using wrap_line, driving all systems through the wrapped indents array
Allen Webster
2016-09-27 16:28:59 -0400
8f8806f86dadded a wrap_line index to the cursors, switch the dialogical wrap APIs to using wrap_line instead of pos, for identifying wrap positions
Allen Webster
2016-09-27 15:33:44 -0400
ab4bdaf535switched wrap measurement to indexes instead of y values
Allen Webster
2016-09-27 14:51:58 -0400
b54e11bc97driving all virtual whitespace through an indents array
Allen Webster
2016-09-27 11:16:46 -0400
980cb9e477dialectic API for line wrap measurements
Allen Webster
2016-09-27 00:41:59 -0400
3cfb743a12added remeasuring for character starts; fixed issue with inserting characters at the beginning of a line
Allen Webster
2016-09-25 15:25:27 -0400
0da0013df6basic apparent character positioning working
Allen Webster
2016-09-24 20:13:24 -0400
7b66fad3b8fixed dumb whitespace merge problem
Allen Webster
2016-09-24 17:26:37 -0400
45ed69c9f0Fixed nasty crashing bug in the 4.0.11 branch
Allen Webster
2016-09-24 16:58:05 -0400
249c6f5e4aintroduced first pass version of character start measuring
Allen Webster
2016-09-24 13:25:11 -0400
79b1590ff0quick patch for 4.0.11 users with big files
Allen Webster
2016-09-24 11:37:49 -0400
fcd6f703b4fixed line counting bug
Allen Webster
2016-09-24 11:26:36 -0400
ac2a3ffb6dpart of the way towards adding an apparent-character positioning system, need the metadata for it now
Allen Webster
2016-09-24 02:17:06 -0400
df5535cc87basic navigation kinda works most of the time
Allen Webster
2016-09-23 20:18:27 -0400
da7a09ca0drendering with virtual whitespace skips whitespace on first line correctly now
Allen Webster
2016-09-23 19:36:35 -0400
a29af32a42partially added line_shifting to the cursor seeking system
Allen Webster
2016-09-23 19:25:06 -0400
5be1cd9588collapsed all view seeks down to one function so the seek struct can be passed straight through. fixed a bug with the seek bounds checking.
Allen Webster
2016-09-23 17:24:27 -0400
ab207cf8f0fix the fucking stupid merge conflicts that are totally stupid and avoidable
Allen Webster
2016-09-23 16:29:43 -0400
fbbb50b105merge pre-commit
Allen Webster
2016-09-23 16:02:58 -0400
d714bd5ee4listing all locations of an identifier; added token start/end range to the get_token_index call for situations that don't need deep token reading
Allen Webster
2016-09-23 13:50:55 -0400
7dee6e880cmore fine tuned control over autocomplete in new
Allen Webster
2016-09-23 12:59:04 -0400
e5d1d71175cursor seeking types all collapsed down to one function
Allen Webster
2016-09-23 00:56:47 -0400
6a4e401a56the cursor seek is pretty cleaned up and ready for an interactive API
Allen Webster
2016-09-22 22:50:02 -0400
e2bb11ad8dfixed cursor seek control flow so that the step is just in one spot again
Allen Webster
2016-09-22 22:30:29 -0400
28b6132be5switched to better streaming API
Allen Webster
2016-09-22 21:57:28 -0400
b84dcf03d7whitespace virtualization started
Allen Webster
2016-09-22 20:03:47 -0400
93d738240bimplemented standard wrap remeasuring rule
Allen Webster
2016-09-22 17:25:52 -0400
50f719dc4cfix cursor positions when a file's wraps are remeasured.
Allen Webster
2016-09-22 15:01:50 -0400
a5768e457cmoved line wrapping rules 100 to buffer datastructures
Allen Webster
2016-09-21 20:01:12 -0400
69699db27aremoved widths from buffers
Allen Webster
2016-09-21 18:45:43 -0400
582faa4bdfnew wrap rule; cleaning up some init stuff
Allen Webster
2016-09-21 18:34:19 -0400
3947255b00compiling in windows; building lexer library docs
Allen Webster
2016-09-21 09:07:08 -0400
33407c2258now only writing buffer render items if they fall in the clip range of the view.
Allen Webster
2016-09-20 16:02:41 -0400
1e8bea250earbitrary wrap positions with commands for adjusting and horizontal navigation
Allen Webster
2016-09-20 15:48:02 -0400
1b03a6a2beadded clparams to app step on linux; got the lexer API working with a fixed with tb
Allen Webster
2016-09-20 14:10:05 -0400
b9536768f7basics of navigation now work, now need to deal with finding a better line wrapping rule
Allen Webster
2016-09-19 22:52:35 -0400
9bf48efd83more buffer rendering cleanup
Allen Webster
2016-09-19 21:57:25 -0400
7531353153documentation for relex system, and some cleanup on buffer rendering
Allen Webster
2016-09-19 20:51:28 -0400
7d081dd7f5removed the completely unused backify loop system
Allen Webster
2016-09-19 15:50:43 -0400
1a987c6781fixed bug with the parallel lexing routine not using the gap buffer
Allen Webster
2016-09-19 10:41:11 -0400
6d2589d149rendering all bytes
Allen Webster
2016-09-18 23:29:40 -0400
803f486973passing the command line parameters to the application
Allen Webster
2016-09-18 22:49:25 -0400
b4d1a2205dcleared out old buffer code
Allen Webster
2016-09-18 11:30:19 -0400
c551c081a7now officially running through the gap buffer with 100 of features working!!!!
Allen Webster
2016-09-18 11:24:43 -0400
3a7f4db69erelex API allows starting from any chunk, fixed null check bug
Allen Webster
2016-09-18 10:41:15 -0400
6168528c0ecleaned up the relex API, in theory it handles chunks now
Allen Webster
2016-09-18 09:09:43 -0400
3bd8fd5147name hiding problem fixed, new version number
Allen Webster
2016-09-17 10:04:41 -0400
7c8cbc4943fixing nonsense
Allen Webster
2016-09-16 21:56:28 -0400