]> git.lizzy.rs Git - micro.git/history - cmd/micro/buffer.go
Code optimisation (#1117)
[micro.git] / cmd / micro / buffer.go
2016-09-10 Zachary YedidiaAllow a buffer to be opened simultaneously
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-04 Zachary YedidiaMerge pull request #298 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #286 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #282 from boombuler/windows
2016-09-03 Zachary YedidiaMerge pull request #292 from devoncarew/fix_typo
2016-09-03 Zachary YedidiaMerge pull request #293 from devoncarew/add_dart
2016-09-03 Zachary YedidiaAllow overwriting options with flags
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zack SchollSwitched to +LINE,COL
2016-08-30 Zachary YedidiaMerge
2016-08-30 Zachary YedidiaCheck for filetype after saving an untitled buffer
2016-08-30 Zack SchollAdded flag to introduce cursor starting positions
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-26 Zachary YedidiaAdd support for making buffer local options in settings...
2016-08-25 Zachary YedidiaUpdate plugins for local settings
2016-08-25 Zachary YedidiaAdd support for local or global only settings
2016-08-25 Zachary YedidiaAdd filetype as an option
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
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