Commit Graph

10 Commits

Author SHA1 Message Date
Felix Angell
4fd7c32860 Configuration setting to highlight current line 2016-11-28 10:34:09 +00:00
Felix Angell
af967a37fb Matching braces setting plus a shoddy caret width setting 2016-11-27 18:06:17 +00:00
Felix Angell
e61fc1de05 Added a default theme for the editor. 2016-11-27 17:21:03 +00:00
Felix Angell
c015673c2b Removed TOML aliases -- it's case insensitive. Added simple theme config 2016-11-27 16:58:12 +00:00
Felix Angell
02da76691e Match pairs setting
This will match {, (, and [. But not angle brackets!
2016-11-27 16:00:32 +00:00
Felix Angell
87f18894c2 Added default toml config; config settings now used; changed default
size
2016-11-27 14:07:05 +00:00
Felix Angell
2676becf66 Icon loading + bug fixes 2016-11-24 09:31:14 +00:00
Felix Angell
d25ba80eb6 Backspace behaviour
If we backspace at cur.x = 0 then the editor will either concat the line with the previous line, or it will pop the line
2016-11-14 11:20:31 +00:00
Felix Angell
225c49442d TOML config loads 2016-11-14 08:14:53 +00:00
Felix Angell
b496fe896c fmt codebase 2016-11-14 07:24:19 +00:00