]> git.lizzy.rs Git - micro.git/history - cmd/micro/micro.go
Fix draw ordering
[micro.git] / cmd / micro / micro.go
2016-07-11 Zachary YedidiaFix draw ordering
2016-07-10 Zachary YedidiaAdd some lines back
2016-07-10 Zachary YedidiaAdd some more comments
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-02 Zachary YedidiaAdd the ability to close splits and change splits using...
2016-07-02 Zachary YedidiaFix redrawing for splits
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaOnly copy messages if there is a mouse left click ...
2016-06-19 Zachary YedidiaFix mouse controls
2016-06-17 Zachary YedidiaClicking on messages will copy them to the clipboard
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-09 Zachary YedidiaFix cursor line in true color colorschemes
2016-06-08 Zachary YedidiaFix resizing of tabs opened with the command line
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaMake tabs respond to mouse events
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-08 Zachary YedidiaTab bar and support for opening multiple files
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-05-31 Zachary YedidiaScreen redraw optimization
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-28 Zachary YedidiaAdd history navigation with up and down arrows
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-28 Zachary YedidiaRefactor and clean up
2016-05-27 CamilleFix typo
2016-05-27 Camille ScholtzRemove undo options, make stackundo default behavior
2016-05-24 Camille Scholtzmake undothresthold a setting (part 2)
2016-05-24 Camille Scholtzmake undothresthold a setting
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaAdd linter option
2016-05-05 Zachary YedidiaAdd automatic linting for Go, Python, C, D, Java, Javas...
2016-05-05 Zachary YedidiaHave go plugin create its own options
2016-05-05 Zachary YedidiaLoad plugins from ~/.config/micro/plugins
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
2016-05-05 Zachary YedidiaInterface with plugin.lua file
2016-05-01 Zachary YedidiaUse hash for savedText instead of full string
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaImprove help text and move to its own file
2016-04-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaSet encoding fallback to ASCII
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaMuch improved terminal mode (Ctrl-b)
2016-04-19 Zachary YedidiaMerge pull request #44 from aerth/fork1
2016-04-19 Zachary YedidiaAdd OpenBuffer() function to View
2016-04-19 Zachary YedidiaUse a buffer for help screen
2016-04-19 Zachary YedidiaAdd -version option
2016-04-19 Zachary YedidiaAdd option to save and quit
2016-04-19 Zachary YedidiaMerge pull request #32 from aerth/fork
2016-04-19 aerthBoss mode
2016-04-18 Zachary YedidiaAdd support for other encodings
2016-04-18 Zachary YedidiaChange the help binding to Ctrl-g from Ctrl-h
2016-04-18 Zachary YedidiaMore comments and a slight optimization for syntax...
2016-04-18 Zachary YedidiaAutomatically create ~/.config or if it does not exist
2016-04-18 Zachary YedidiaUse XDG_CONFIG_HOME for configuration directory
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file