]> git.lizzy.rs Git - micro.git/history - cmd/micro/micro.go
Merge pull request #1125 from nabeelomer/master
[micro.git] / cmd / micro / micro.go
2016-09-27 Zachary YedidiaMerge pull request #381 from boombuler/logview
2016-09-27 Zachary YedidiaAdd new plugin runtime function
2016-09-26 boombulerremoved testing code
2016-09-26 Florian Sundermannfirst few pm commands
2016-09-26 Florian SundermannMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-24 Zachary YedidiaCheck buffer filetype after loading plugins
2016-09-24 Zachary YedidiaMerge pull request #371 from boombuler/plugins
2016-09-20 Zachary YedidiaMerge pull request #370 from boombuler/snippets_core
2016-09-19 Florian Sundermannfixed loading order
2016-09-19 Florian Sundermannsome additions to the plugin API
2016-09-18 Zachary YedidiaMerge
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-16 Zachary YedidiaAllow plugins to add their own runtime files
2016-09-16 Zachary YedidiaMerge pull request #363 from boombuler/rtfiles
2016-09-15 Florian Sundermannallow plugins to list / read runtime files
2016-09-15 Florian Sundermannsimplified file handling for runtime files
2016-09-14 Zachary YedidiaMerge pull request #359 from boombuler/params
2016-09-14 Zachary YedidiaMerge pull request #354 from boombuler/help
2016-09-14 Zachary YedidiaMerge pull request #356 from boombuler/bug355
2016-09-14 boombulerfixed bug 355
2016-09-13 boombulerLoad help files when needed
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-09 Zachary YedidiaMerge
2016-09-08 Zachary YedidiaMerge pull request #341 from boombuler/bug297
2016-09-08 Zachary YedidiaResize tabs more often
2016-09-08 Florian Sundermannfixes #297
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaAdd Open command for view
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #314 from mame98/master
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 YedidiaFix various infobar bugs
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-09-02 boombulerallow plugins to register autocomplete functions
2016-09-02 Zachary YedidiaAdd support for primary clipboard
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zack SchollSwitched to +LINE,COL
2016-08-30 Zachary YedidiaSwitch splits on mouse *click* not drag
2016-08-30 Zack SchollAdded flag to introduce cursor starting positions
2016-08-29 Zachary YedidiaOpen an empty buffer if user opened a directory
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-28 Zachary YedidiaAdd some more information to -version flag
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 local settings for each buffer
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
2016-08-24 Zachary YedidiaAdd center action to center the view on the cursor
2016-08-24 Zachary YedidiaRelocate on startup
2016-08-21 Zachary YedidiaAdd gruvbox colorscheme
2016-08-21 Zachary YedidiaSmall fix to redraw location
2016-08-19 Zachary YedidiaImprove autoclose plugin auto tabbing
2016-08-18 Zachary YedidiaMake setting options global
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-13 Zachary YedidiaAdd HandleCommand and HandleShellCommand to plugin api
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-07-24 Zachary YedidiaUse my fork of clipboard
2016-07-12 Zachary YedidiaMerge pull request #191 from bvaudour/patch-1
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
next