]> git.lizzy.rs Git - micro.git/history - cmd/micro/actions.go
Merge cursors properly
[micro.git] / cmd / micro / actions.go
2017-06-17 Zachary YedidiaMerge cursors properly
2017-06-17 Zachary YedidiaGet undo working properly with multiple cursors
2017-06-15 Zachary YedidiaMake cursor movement automatic on insert + remove
2017-06-13 Zachary YedidiaAdd ability to add cursors with Ctrl-MouseLeft
2017-06-13 Zachary YedidiaAdd comments
2017-06-13 Zachary YedidiaRemove debug messages
2017-06-13 Zachary YedidiaAdd multiple cursor support
2017-06-11 Zachary YedidiaAdd functionality for binding mouse buttons
2017-05-21 Zachary YedidiaAdd suspend for linux only
2017-05-21 Zachary YedidiaTest suspend code
2017-05-17 Zachary YedidiaMerge
2017-05-15 Zachary YedidiaMerge pull request #665 from tommyshem/viewtype-check
2017-05-15 tommycheck viewtype before saving and if scratch is true...
2017-05-14 Zachary YedidiaMerge
2017-05-14 Zachary YedidiaDon't remember path on save if it is invalid
2017-05-05 Zachary YedidiaAdd tabmovement option
2017-05-05 Zachary YedidiaAdd SaveAll command and display + for modified tabs
2017-04-29 Zachary YedidiaMerge pull request #638 from popey/patch-1
2017-04-29 Zachary YedidiaMerge pull request #639 from popey/patch-2
2017-04-29 Zachary YedidiaUse less memory when opening very large files
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-05 Zachary YedidiaFix findNext and findPrevious with certain regexes
2017-03-03 Zachary YedidiaFix block indent selection
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2017-02-21 Zachary YedidiaFix various linter and vet warnings
2017-02-16 Zachary YedidiaMerge pull request #522 from samdmarshall/master
2017-02-16 Zachary YedidiaMerge pull request #520 from samdmarshall/tab-scrolling
2017-01-10 Samantha Marshallonly prompt the user if they can close all buffers...
2017-01-10 Samantha Marshalladding different functionality for closing a tab versus...
2017-01-09 Nicolai SøborgFix: incorrect clipboard w/ CutLine, DeleteLine and...
2016-12-25 Zachary YedidiaMerge pull request #507 from NicolaiSoeborg/master
2016-12-22 Zachary YedidiaMerge
2016-12-22 Zachary YedidiaMerge pull request #488 from McSwaggens/removewhitespac...
2016-12-22 Daniel JonesChanged removewhitespaces setting to keepautoindent
2016-12-22 Zachary YedidiaMerge
2016-12-22 Zachary YedidiaMerge pull request #499 from 10sr/addrmtrailingws
2016-12-22 Zachary YedidiaMerge pull request #489 from november-eleven/refactor...
2016-12-13 Zachary YedidiaMerge pull request #493 from Theodus/tabs
2016-12-13 theodusmove to new tab
2016-12-12 Thomas LE ROUXrefactor(plugin): Enable human-friendly plugin name
2016-12-11 Daniel JonesAdded removewhitespaces setting
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-29 Zachary YedidiaMake tab.CurView public
2016-11-29 Zachary YedidiaActually rename width, height, lockWidth, lockHeight
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-20 Zachary YedidiaFix buffer name problem
2016-11-19 Zachary YedidiaReplace CtrlO with open command
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-18 Zachary YedidiaCleanup and add more comments
2016-10-18 Zachary YedidiaMerge
2016-10-16 Zachary YedidiaMerge pull request #417 from jncraton/outdent-line
2016-10-15 Jon CratonAdded OutdentLine action
2016-10-15 Jon CratonAdded IndentString method on Buffer (#415)
2016-10-15 Zachary YedidiaMerge pull request #416 from jncraton/duplicate-selection
2016-10-15 Jon CratonDuplicateLine now duplicates the current selection...
2016-10-14 Jon CratonRefactored IndentSelection and OutdentSelection to...
2016-10-13 Zachary YedidiaAlways use the selection as search term when using...
2016-10-13 Zachary YedidiaMerge pull request #409 from ilius/pr02.improve_search_...
2016-10-12 Saeed RasooliImprovement: improve Search behaviour, and Escape key...
2016-10-12 Zachary YedidiaMerge
2016-10-12 Zachary YedidiaMerge pull request #407 from ilius/pr01.move_up_down
2016-10-12 Saeed RasooliFeature: add MoveLinesUp (Alt + Up) and MoveLinesDown...
2016-10-11 Zachary YedidiaMerge
2016-10-11 Zachary YedidiaFix tabstop sizing with mix of tabs and spaces
2016-10-05 Zachary YedidiaMerge pull request #378 from boombuler/pm
2016-10-04 Zachary YedidiaAdd 'Unsplit' action and VSplit and HSplit actions
2016-09-27 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-27 Zachary YedidiaMerge pull request #381 from boombuler/logview
2016-09-26 boombulerpossibility to show a log view
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-08 Zachary YedidiaMerge pull request #341 from boombuler/bug297
2016-09-08 Zachary YedidiaAdd SaveAs action and command
2016-09-08 Zachary YedidiaMerge pull request #338 from akkatracker/patch-1
2016-09-08 Matthew Brenerits --> it's in actions.go comment
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
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-06 Zachary YedidiaAdd support for macros
2016-09-06 Zachary YedidiaMake unsaved changes prompt more clear
2016-09-05 Zachary YedidiaMerge
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-05 Zachary YedidiaDeselect for CursorStart
2016-09-05 Zachary YedidiaCopy to primary clipboard for any change in selection
2016-09-04 Zachary YedidiaMerge pull request #299 from skovsgaard/add-lfe
2016-09-04 Zachary YedidiaMerge pull request #302 from tanuck/align-tabs-with...
2016-09-04 James TancockCorrect the number of spaces to add when a tab is inser...
2016-09-02 Zachary YedidiaAdd support for primary clipboard
2016-09-02 Florian Sundermannallow command parameters to be quoted
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 NickolayMerge pull request #1 from zyedidia/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaUnselect for cursor movement actions
next