Commit Graph

11 Commits

Author SHA1 Message Date
Felix Angell
bcd6e40eaa added simple optimisation to syntax highlighting 2019-06-01 00:53:47 +01:00
Felix Angell
8a91b542e4 update fuzzysearch dep to original repo rather than deleted fork 2019-05-10 12:34:42 +01:00
Felix Angell
d36ac61a74 resized the command palette so that the height is relative to the font size 2019-03-16 19:19:50 +00:00
Felix Angell
55bd38f041 really simple dpi scaling for mac 2019-03-16 19:15:26 +00:00
Felix Angell
412d7dc45a fixed command palette being rendered off centre 2019-03-02 21:16:40 +00:00
Felix Angell
8687f612d4 command palette is now has a hand written lexer
this means that we can 'type check' command palette arguments, e.g. if something should be a string or not, etc.
it uses the same lexer which is used for the syntax highlighting ... let's see how long that lasts.
2019-03-02 20:54:01 +00:00
Felix Angell
1633194c22 fixed oob in command palette command processor 2018-08-09 22:25:56 +01:00
Felix Angell
877e627dcd remove 'command ting' 2018-08-09 22:24:18 +01:00
Felix Angell
9777cb0336 fixed buffer rendering bug
this bug was causing the editor to crash when the command palette is
opened if there are no buffers open.
2018-08-09 22:18:17 +01:00
Felix Angell
4ef2b08405 package cleanups 2018-06-22 23:36:08 +01:00
Felix Angell
ec7e6902f5 major package cleanup 2018-06-22 11:36:52 +01:00