]> git.lizzy.rs Git - micro.git/history - cmd/micro/cellview.go
Update readme
[micro.git] / cmd / micro / cellview.go
2018-12-10 Zachary YedidiaMerge pull request #1242 from dwwmmn/dwwmmn-erl
2018-05-13 JT Olioa few miscellaneous fixes and improvements (#1105)
2018-04-28 Zachary YedidiaFix matchbraceleft option
2018-03-30 Zachary YedidiaMerge
2018-03-19 Zachary YedidiaMerge pull request #1054 from jtolds/master
2018-02-28 JT Oldsallow optionally brace matching with the closing brace...
2018-01-29 Zachary YedidiaMinor optimizations
2018-01-20 Zachary YedidiaImprove unicode softwrap drawing
2018-01-19 Zachary YedidiaMerge
2018-01-14 Zachary YedidiaDon't use indentchar style if disabled
2018-01-08 Zachary YedidiaDon't brace highlight with selection
2018-01-07 Zachary YedidiaAdd JumpToMatchingBrace action
2018-01-07 Zachary YedidiaAdd brace highlighting
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2017-11-23 Zachary YedidiaCheck width before drawing cellview
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-05-14 Zachary YedidiaMerge
2017-05-13 Zachary YedidiaMerge pull request #661 from aerth/indentchar
2017-05-12 aerthuse space for indentchar if empty, fixes #660
2017-05-05 Zachary YedidiaFix rare problem with tabs and horizontal scrolling
2017-05-02 Zachary YedidiaOptimize memory usage for loading syntax files
2017-04-22 Zachary YedidiaMerge pull request #585 from samdmarshall/add-yaml...
2017-04-22 Zachary YedidiaFix issue with cursorline
2017-04-21 Zachary YedidiaFix crash if tabs extend past view width
2017-03-28 GeigerCounterMerge branch 'master' of https://github.com/zyedidia...
2017-03-27 Zachary YedidiaBetter unicode support in highlight
2017-03-27 Zachary YedidiaMerge
2017-03-27 Zachary YedidiaFix indent char styling
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-25 Zachary YedidiaFix possible overflow error
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
2017-03-22 Zachary YedidiaFix another issue with horizontal scrolling
2017-03-22 Zachary YedidiaImprove performance on long lines
2017-03-21 Zachary YedidiaFix small bug
2017-03-21 Zachary YedidiaSupport rule precedence just like the old format
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