]> git.lizzy.rs Git - micro.git/history - cmd/micro/actions.go
Minor optimizations
[micro.git] / cmd / micro / actions.go
2018-01-29 Zachary YedidiaMinor optimizations
2018-01-19 Zachary YedidiaMerge
2018-01-18 Zachary YedidiaMerge pull request #999 from sum01/create_parents
2018-01-18 Zachary YedidiaSupport line:col in JumpLine
2018-01-17 Zachary YedidiaFix minor autoindent issue
2018-01-17 Zachary YedidiaMerge pull request #998 from JoshuaRLi/select-line...
2018-01-16 Joshua Liimplemented select line as an Action
2018-01-07 Zachary YedidiaAdd JumpToMatchingBrace action
2018-01-06 Zachary YedidiaFix minor issue with indent/outdent selection
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2018-01-04 Zachary YedidiaAdd more comments
2017-12-28 Zachary YedidiaMerge
2017-12-28 Zachary YedidiaMerge pull request #942 from motet-a/javascript-syntax
2017-12-28 Zachary YedidiaMerge pull request #960 from nitsakh/insert-issue
2017-12-19 Nitish SakhawalkarUpdating to make overwrite mode as an action
2017-12-03 Zachary YedidiaFix ViewType refactor
2017-11-24 Zachary YedidiaFix autocomplete behavior for empty args
2017-11-22 Zachary YedidiaImprove cmdbar parsing and add -l replace flag
2017-11-21 Zachary YedidiaImplement retab command
2017-11-19 Zachary YedidiaMerge pull request #891 from pranavraja/master
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-11-18 Zachary YedidiaMerge pull request #847 from sotpapathe/octave_support
2017-10-21 Zachary YedidiaMerge
2017-10-21 Zachary YedidiaAdd savehistory option
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-03 Zachary YedidiaMerge
2017-10-03 Zachary YedidiaAdd nano-style key menu option
2017-10-03 Nitish SakhawalkarImplementation of Paragraph Feature
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
next