]> git.lizzy.rs Git - micro.git/history - runtime/plugins
better top
[micro.git] / runtime / plugins /
2017-02-16 Zachary YedidiaMerge pull request #522 from samdmarshall/master
2017-02-16 Zachary YedidiaMerge pull request #520 from samdmarshall/tab-scrolling
2017-02-10 Zachary YedidiaMerge pull request #545 from ta2gch/cpp
2017-02-08 TANIGUCHI Masayaadd c++ linter
2017-02-03 Zachary YedidiaMerge pull request #539 from samdmarshall/nim
2017-01-26 Samantha Marshallfinishing up syntax file
2017-01-26 Samantha Marshalladding nim linter and syntax
2017-01-17 Samantha MarshallAdding additional Python and Objective-C linting (...
2016-12-23 NicolaiMerge remote-tracking branch 'refs/remotes/zyedidia...
2016-12-09 Zachary YedidiaMerge pull request #485 from sirikid/syntax-fix
2016-12-09 Zachary YedidiaUse shell to parse command when using JobStart
2016-11-09 Zachary YedidiaPut linted classfiles in temp directory
2016-11-08 Zachary YedidiaMerge
2016-11-08 Zachary YedidiaAdd default ftoptions plugin to override settings
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-07 Zachary YedidiaMake linter a default plugin once again
2016-10-06 Zachary YedidiaMove linter and go plugins to their own repos
2016-09-26 Florian SundermannMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-25 Zachary YedidiaMerge pull request #377 from onodera-punpun/patch-2
2016-09-25 CamilleAdd ` to autoclose
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
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 YedidiaFix pyflakes linter pattern
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-30 Zachary YedidiaFix problem with linter.onSave calling view.Save
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaPass the view into plugin callbacks
2016-08-25 Zachary YedidiaUpdate plugins for local settings
2016-08-25 Zachary YedidiaMake all filetype names lowercase
2016-08-20 Zachary YedidiaUpdate readme
2016-08-20 Zachary YedidiaGo plugin should disable tabstospaces if the file is go
2016-08-19 Zachary YedidiaFix minor issue with autoclose
2016-08-19 Zachary YedidiaImprove autoclose plugin auto tabbing
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 YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaClean up go plugin
2016-08-16 Zachary YedidiaFix recursive issue with go plugin
2016-08-16 Zachary YedidiaChange plugin callbacks to not only happen when a keybi...
2016-07-24 Zachary YedidiaFix issue with autoclose plugin
2016-06-23 Zachary YedidiaFix issue with autoclose plugin
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaDon't display the tab bar if only one tab is open
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-28 Zachary YedidiaRefactor and clean up
2016-05-14 Zachary YedidiaSimplify IsDirty check
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 YedidiaAdd linter plugin to easily make linters
2016-05-05 Zachary YedidiaImproved error parsing and use warnings for golint...
2016-05-05 Zachary YedidiaHave go plugin create its own options
2016-05-05 Zachary YedidiaRefine gutter messages and add go build checking to...
2016-05-05 Zachary YedidiaAdd default plugins, and install go plugin by default