]> git.lizzy.rs Git - micro.git/history - cmd/micro/cellview.go
Optimize the memory usage for syntax highlighting
[micro.git] / cmd / micro / cellview.go
2017-03-21 Zachary YedidiaOptimize the memory usage for syntax highlighting
2017-03-20 Zachary YedidiaUse bytes for highlight groups
2017-03-13 Zachary YedidiaFix some small glitches with cursor positioning
2017-02-26 Zachary YedidiaMinor fix to tab size
2017-02-26 Zachary YedidiaImprove horizontal scrolling
2017-02-26 Zachary YedidiaDon't highlight if syntax is off
2017-02-26 Zachary YedidiaDraw tab characters correctly
2017-02-26 Zachary YedidiaStore highlighting matches in each line
2017-02-26 Zachary YedidiaFix tab size
2017-02-26 Zachary YedidiaStart implementing syntax highlighting optimizations
2017-02-26 Zachary YedidiaStore states in linearray
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2017-02-26 Zachary YedidiaImprove drawing
2017-02-26 Zachary YedidiaAdd gutter message drawing and better cursor locating
2017-02-26 Zachary YedidiaCalculate line number offset
2017-02-26 Zachary YedidiaUse the new cellview for displaying
2017-02-26 Zachary YedidiaAdd beginning of cellview as well as improved ViewTypes