]> git.lizzy.rs Git - micro.git/history - cmd/micro/actions.go
Only register double click on equal mouse location
[micro.git] / cmd / micro / actions.go
2017-09-17 Zachary YedidiaOnly register double click on equal mouse location
2017-09-09 Zachary YedidiaMerge pull request #805 from techtonik/patch-2
2017-09-08 Zachary YedidiaEscape regex chars in selections for multicursors
2017-09-04 Zachary YedidiaClear cursors before performing undo or redo
2017-08-24 Zachary YedidiaMerge
2017-08-09 Yannick AFix somes selections issues (#771)
2017-08-09 Zachary YedidiaMerge pull request #776 from tommyshem/syntax-checker
2017-08-08 Zachary YedidiaFix some lint problems
2017-08-03 Zachary YedidiaFix MoveLines when user has a selection
2017-08-03 Zachary YedidiaMerge pull request #767 from yannicka/master
2017-08-03 Zachary YedidiaMerge pull request #758 from r15ch13/scoop
2017-08-03 Yannick ArmandMove current line down/up: cursor stay with moved line
2017-08-02 Zachary YedidiaMerge pull request #764 from yannicka/master
2017-08-01 Yannick ArmandOutdentSelection works on all cases (whatever tabsize...
2017-08-01 Zachary YedidiaMerge pull request #762 from yannicka/master
2017-08-01 Yannick ArmandDisplay number of lines in the JumpLine prompt
2017-08-01 Zachary YedidiaMerge cursors after spawning with mouse
2017-07-15 Zachary YedidiaMerge
2017-07-15 Zachary YedidiaStore visual x when cursor loc moves in certain cases
2017-07-12 Zachary YedidiaMerge pull request #720 from bvaudour/master
2017-07-08 Zachary YedidiaOptimize search
2017-06-18 Zachary YedidiaMerge pull request #679 from alialaee/master
2017-06-18 Zachary YedidiaMerge pull request #700 from Calinou/darcula-tc-colorscheme
2017-06-17 Zachary YedidiaMerge pull request #704 from zyedidia/multiple-cursors
2017-06-17 Zachary YedidiaDeselect with mouse
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
next