]> git.lizzy.rs Git - micro.git/history - cmd/micro/command.go
Add function to load runtime files from a directory for a plugin
[micro.git] / cmd / micro / command.go
2016-09-16 Zachary YedidiaAdd function to load runtime files from a directory...
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
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-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-10 Zachary YedidiaOptimize search and replace a lot
2016-09-09 Zachary YedidiaAdd eval command
2016-09-08 Zachary YedidiaMerge pull request #341 from boombuler/bug297
2016-09-08 Zachary YedidiaAdd SaveAs action and command
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge
2016-09-06 Zachary YedidiaHave HandleShellCommand return the stdout
2016-09-06 Zachary YedidiaMerge branch 'boombuler-params'
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 #299 from skovsgaard/add-lfe
2016-09-04 Zachary YedidiaMerge pull request #298 from boombuler/bug269
2016-09-04 boombulerexit conditional replace if no match is left
2016-09-03 Zachary YedidiaMerge pull request #286 from boombuler/bug269
2016-09-03 boombulerfixes conditional replace
2016-09-03 boombulerremoved obsolete replace command preparations
2016-09-02 Florian Sundermannallow command parameters to be quoted
2016-08-29 Zachary YedidiaAdd show command to show the value of an option
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/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-20 Zachary YedidiaGo plugin should disable tabstospaces if the file is go
2016-08-18 Zachary YedidiaMake setting options global
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaAdd much better autocompletion for commands
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-07-24 Zachary YedidiaAdd tab command to open a file in a new tab
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 YedidiaAdd horizontal splits
2016-07-02 Zachary YedidiaQuick first try at vertical splits
2016-06-30 Zachary YedidiaMerge pull request #189 from onodera-punpun/sudosave
2016-06-28 Zachary YedidiaFix replace cursor relocation
2016-06-28 Zachary YedidiaMerge pull request #186 from onodera-punpun/replaced
2016-06-28 Camille Scholtzcommand.go: Simplify and prettify replace feedback
2016-06-28 Camille Scholtzcommand.go: Add some feedback to replace
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 YedidiaReplace rope with lineArray
2016-05-30 Zachary YedidiaAdd support for user-created commands
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-28 Zachary YedidiaAllow users to insert \t and \n in replace commands
2016-05-28 Zachary YedidiaRematch every time a replacement is made
2016-05-28 Zachary YedidiaRefactor and clean up
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-20 Camille Scholtzsimplify scrollmargins
2016-05-20 Camille ScholtzAdd scrollmargin option, rename scrollSpeed to scrollsp...
2016-05-20 Camille ScholtzAdd padding to relocate func (fixes weird scrolling...
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-04 Zachary YedidiaOptimization for buffer text
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-24 Zachary YedidiaUse methods on view instead of functions for bindings
2016-04-24 Zachary YedidiaAdd check flag for search and replace
2016-04-24 Zachary YedidiaFix terminal mode panic
2016-04-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaFix build error
2016-04-20 Zachary YedidiaMerge
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 aerthstdout and stderr buffers for command execution
2016-04-19 Zachary YedidiaAdd option to save and quit
2016-04-19 Zachary YedidiaMerge pull request #32 from aerth/fork
2016-04-19 aerthshell command output is held in buffer until completion
2016-04-19 aerthboss mode: Single line output stays in messenger, multi...
2016-04-19 aerthDisplay nonblank output on full screen
2016-04-19 aerthBoss mode
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file