]> git.lizzy.rs Git - micro.git/history - cmd/micro/cursor.go
Start refactor
[micro.git] / cmd / micro / cursor.go
2019-12-25 Zachary YedidiaStart refactor
2018-12-10 Zachary YedidiaMerge pull request #1242 from dwwmmn/dwwmmn-erl
2018-08-25 Zachary YedidiaMerge pull request #1166 from rexy712/master
2018-08-25 rexy712Fixed UpN Cursor functionality to properly handle movin...
2018-07-02 Zachary YedidiaMerge pull request #1135 from whilei/gofmt-2018-Jun...
2018-06-16 iaall: gofmt
2018-04-28 Zachary YedidiaMerge
2018-04-21 Zachary YedidiaMerge pull request #1085 from jtolds/themes
2018-04-08 Zachary YedidiaMerge pull request #1084 from jtolds/master
2018-04-05 JT Oliohome toggles between start of line and start of text
2018-01-07 Zachary YedidiaAdd JumpToMatchingBrace action
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2017-11-24 Zachary YedidiaMinor comment improvement
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-09-15 Zachary YedidiaFix moving to end of line on cursor down v1.3.2
2017-09-07 Zachary YedidiaFix UpN if proposedY < 0
2017-08-24 Zachary YedidiaMerge
2017-08-09 Yannick ACursor move at the first char when Up on the first...
2017-07-15 Zachary YedidiaMerge
2017-07-15 Zachary YedidiaStore visual x when cursor loc moves in certain cases
2017-06-20 Zachary YedidiaMerge pull request #710 from HeavyHorst/master
2017-06-20 Rene Kaufmannfixed a panic when a line is cut out(strg+k) and the...
2017-06-18 Zachary YedidiaMerge
2017-06-18 Zachary YedidiaCheck bounds on LastVisualX
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 YedidiaGet undo working properly with multiple cursors
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
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-08 Zachary YedidiaAdd option to disable use of a the primary clipboard v1.1.4
2017-01-09 Nicolai SøborgFix: incorrect clipboard w/ CutLine, DeleteLine and...
2016-11-12 Zachary YedidiaFix rare out of bounds error with selections
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-09-11 Zachary YedidiaRevert "Improve performance for very long lines"
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-10 Zachary YedidiaMerge
2016-09-10 Zachary YedidiaImprove performance for very long lines
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaFix some issues with mouse selection copying
2016-09-05 Zachary YedidiaFix recursive function
2016-09-05 Zachary YedidiaCopy to primary clipboard for any change in selection
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-20 Zachary YedidiaSlight additional improvement to word movement
2016-08-20 Zachary YedidiaImprove cursor word movement
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-06-01 Zachary YedidiaSmall improvement to line selection
2016-05-31 Zachary YedidiaMerge
2016-05-31 Zachary YedidiaMerge pull request #150 from jtolds/master
2016-05-31 JT OldsAdd CursorPageUp and CursorPageDown actions
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-29 Zachary YedidiaAdd persistent undo as the option
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-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-24 Zachary YedidiaDo a bounds check for charpos function
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-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-05 Zachary YedidiaSmall optimization
2016-05-04 Zachary YedidiaOptimization for buffer text
2016-04-30 Zachary YedidiaFix differences between selection with keys and with...
2016-04-30 Zachary YedidiaMerge
2016-04-30 Zachary YedidiaIf a setting is not defined, use the default, not the...
2016-04-30 Zachary YedidiaFix selection bugs
2016-04-30 Zachary YedidiaMerge pull request #87 from aerth/bindings-help
2016-04-30 Zachary YedidiaUse a map for settings instead of a struct
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaImprove word movement behavior
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-27 Zachary YedidiaMinor cleanup
2016-04-26 Zachary YedidiaCorrect word movement behavior
2016-04-26 Zachary YedidiaImprove WordRight and WordLeft bindings
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-24 Zachary YedidiaRelocate cursor on reOpen()
2016-04-24 Zachary YedidiaMerge pull request #71 from aerth/gofmt-2
2016-04-24 Zachary YedidiaMerge pull request #70 from aerth/cut-lines2
2016-04-24 aerthcut lines into clipboard
2016-04-23 Zachary YedidiaFix SelectLine
2016-04-21 Zachary YedidiaFix windows binary links
2016-04-21 Zachary YedidiaSet last visual x after SetLoc is called
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file