]> git.lizzy.rs Git - micro.git/history - cmd/micro/lineArray.go
Add support for switching between crlf and lf
[micro.git] / cmd / micro / lineArray.go
2017-08-24 Zachary YedidiaAdd support for switching between crlf and lf
2017-08-08 Zachary YedidiaFix some lint problems
2017-05-05 Zachary YedidiaDisallow view switching during a search
2017-04-29 Zachary YedidiaMerge pull request #638 from popey/patch-1
2017-04-29 Zachary YedidiaMerge pull request #639 from popey/patch-2
2017-04-29 Zachary YedidiaUse less memory when opening very large files
2017-03-29 Zachary YedidiaRead extra new line
2017-03-27 Zachary YedidiaProperly handle files that don't end with newlines
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-26 Zachary YedidiaRead one line for empty strings
2017-03-26 Zachary YedidiaOptimize how files are read into the buffer
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-26 Zachary YedidiaAdd more syntax files and include syntax highlighter...
2017-02-26 Zachary YedidiaFix newline state
2017-02-26 Zachary YedidiaStore highlighting matches in each line
2017-02-26 Zachary YedidiaStart implementing syntax highlighting optimizations
2017-02-26 Zachary YedidiaStore states in linearray
2017-02-21 Zachary YedidiaFix various linter and vet warnings
2016-11-29 Zachary YedidiaUse io.Readers to read files more efficiently
2016-10-12 Saeed RasooliImprovement: move MoveLinesUp and MoveLinesDown to...
2016-10-12 Saeed RasooliFeature: add MoveLinesUp (Alt + Up) and MoveLinesDown...
2016-07-10 Zachary YedidiaAdd some more comments
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-08 Zachary YedidiaFix multiline remove in lineArray
2016-06-07 Zachary YedidiaReplace rope with lineArray