]> git.lizzy.rs Git - micro.git/history - cmd/micro/command.go
Fix: mouse clicking with softwrap
[micro.git] / cmd / micro / command.go
2016-12-13 Zachary YedidiaMerge pull request #493 from Theodus/tabs
2016-12-13 theodusmove to new tab
2016-11-29 Zachary YedidiaUse io.Readers to read files more efficiently
2016-11-29 Zachary YedidiaMerge pull request #449 from 10sr/jobSpawn
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-19 Zachary YedidiaReplace CtrlO with open command
2016-11-18 Zachary YedidiaAdd cd and pwd commands to change the working dir
2016-10-29 Zachary YedidiaMerge
2016-10-24 Zachary YedidiaAdd 'plugin available' command
2016-10-21 Zachary YedidiaAdd reload command
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-18 Zachary YedidiaCleanup and add more comments
2016-10-14 Zachary YedidiaMore fixes to search and replace
2016-10-13 Zachary YedidiaFix problem with regexes in search and replace
2016-10-06 Zachary YedidiaImprove plugin manager error feedback
2016-10-05 Zachary YedidiaAdd more descriptive error messages for plugin installa...
2016-10-05 Zachary YedidiaMerge pull request #378 from boombuler/pm
2016-10-01 boombulernew command `plugin list`
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-28 boombulerimproved plugin search
2016-09-28 boombulerautocomplete plugin commands
2016-09-28 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-28 Zachary YedidiaMerge pull request #384 from boombuler/logview
2016-09-27 boombulersimple plugin search
2016-09-27 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-27 Zachary YedidiaHSplit log, and update docs
2016-09-27 Zachary YedidiaMerge pull request #381 from boombuler/logview
2016-09-26 boombulerpossibility to show a log view
2016-09-26 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-26 Florian Sundermannfirst few pm commands
2016-09-18 Zachary YedidiaMerge
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'
next