]> git.lizzy.rs Git - micro.git/history - cmd/micro/buffer.go
Move cursor with search selection
[micro.git] / cmd / micro / buffer.go
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-10 Zachary YedidiaAdd some more comments
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-07 Zachary YedidiaAdd more descriptive error message if there is an error...
2016-06-07 Zachary YedidiaFix glitch with undo
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-02 Zachary YedidiaMerge
2016-06-02 Zachary YedidiaAdd simple way to save with sudo if you forgot to open...
2016-05-31 Zachary YedidiaAllow changes from external programs to be undone
2016-05-30 Zachary YedidiaFix bug with on reopen
2016-05-30 Zachary YedidiaRefactor ReOpen function
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-29 Zachary YedidiaAdd persistent undo as the option
2016-05-28 Zachary YedidiaMerge
2016-05-28 Zachary YedidiaAdd `savecursor` option
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-22 Zachary YedidiaStore cursor and eventhandler in buffer instead of...
2016-05-17 Zachary YedidiaFix small bug in Remove function in buffer
2016-05-15 Zachary YedidiaMerge
2016-05-15 Zachary YedidiaMerge pull request #102 from icybolts/saving-fix
2016-05-15 Dante Swiftsaving now resets buffer IsModified to false
2016-05-14 Zachary YedidiaSimplify IsDirty check
2016-05-07 Zachary YedidiaUse rope substring instead of report
2016-05-06 Zachary YedidiaAdd the text member back.
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
2016-05-05 Zachary YedidiaSmall optimization
2016-05-04 Zachary YedidiaOptimization for buffer text
2016-05-01 Zachary YedidiaUse hash for savedText instead of full string
2016-04-20 Zachary YedidiaRemove unused syntax highlighting code and optimize...
2016-04-18 Zachary YedidiaFix IsDirty
2016-04-18 Zachary YedidiaOptimization for IsDirty()
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file