]> git.lizzy.rs Git - micro.git/history - cmd/micro/view.go
Code optimisation (#1117)
[micro.git] / cmd / micro / view.go
2018-05-13 JT Olioa few miscellaneous fixes and improvements (#1105)
2018-02-02 Zachary YedidiaOpen at line syntax with filename:line:col
2018-02-02 Zachary YedidiaUse current view for every action
2018-02-02 Zachary YedidiaFix minor issue with autoscroll
2018-01-22 Zachary YedidiaMake onViewOpen and onBufferOpen the same
2018-01-21 Zachary YedidiaExpose emulator functions and support output
2018-01-21 Zachary YedidiaChange HandleShellCommand backend
2018-01-19 Zachary YedidiaMerge
2018-01-19 Zachary YedidiaClean up terminal emulator a bit
2018-01-08 Zachary YedidiaAdd onBufferOpen plugin callback
2018-01-08 Zachary YedidiaAdd GetMouseClickLocation to view
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2018-01-06 Zachary YedidiaAdd support for selection and copy in terminal
2018-01-06 Zachary YedidiaMerge
2018-01-06 Zachary YedidiaClean up terminal a bit and wait before closing
2018-01-05 Zachary YedidiaFix windows errors
2018-01-04 Zachary YedidiaInitial support for terminal within micro
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-18 Nitish SakhawalkarChanges to add support for Insert Key Press
2017-12-03 Zachary YedidiaFix ViewType refactor
2017-12-03 Zachary YedidiaMerge
2017-12-03 Zachary YedidiaMake ViewType fields public
2017-12-03 Zachary YedidiaAllow plugins to create view types
2017-11-29 Zachary YedidiaAdd `raw` command to view raw terminal esc codes
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-11-06 Zachary YedidiaAdd a scroll bar option
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-17 Zachary YedidiaMerge branch 'master' into ft
2017-10-15 Zachary YedidiaMerge
2017-10-15 Zachary YedidiaMerge pull request #890 from Jipok/patch-1
2017-10-15 Zachary YedidiaMerge pull request #880 from onodera-punpun/consistent
2017-10-11 Camille ScholtzMake settings capitalization consistent
2017-10-06 Zachary YedidiaSupport binding raw escapes codes
2017-10-04 Zachary YedidiaMerge pull request #858 from andreaTP/scalaSyntax
2017-10-04 Zachary YedidiaFix save and quit prompt
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-01 Zachary YedidiaFix some golint warnings
2017-09-24 Zachary YedidiaOnly replace '~' with home if at start of path
2017-09-18 Zachary YedidiaAdd option for very accurate dirty flag
2017-09-17 Zachary YedidiaOnly register double click on equal mouse location
2017-09-04 Zachary YedidiaClear cursors before performing undo or redo
2017-09-02 Zachary YedidiaMerge pull request #796 from tommyshem/remove-offset
2017-09-02 tommyadd missing offset to current highlighting line. Fix...
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 YedidiaUse terminal cursor for the base cursor
2017-06-13 Zachary YedidiaAdd multiple cursor support
2017-06-12 Zachary YedidiaProperly show end of line selection
2017-06-12 Zachary YedidiaAllow binding runes to actions
2017-06-11 Zachary YedidiaAdd functionality for binding mouse buttons
2017-06-04 Zachary YedidiaMerge
2017-06-03 Zachary YedidiaMerge pull request #683 from yursan9/appstream
2017-05-29 TommyCheck for readonly on viewtype and if true do not let...
2017-05-28 Zachary YedidiaFix boolean logic order for hiding cursor
2017-05-14 Zachary YedidiaMerge
2017-05-14 Zachary YedidiaDon't remember path on save if it is invalid
2017-05-10 TommyCaps lock issue#658 (#659)
2017-05-09 Zachary YedidiaAllow upper case in 'Save changes' prompt
2017-05-05 Zachary YedidiaDisallow view switching during a search
2017-05-05 Zachary YedidiaProperly draw split divider
2017-05-03 Zachary YedidiaIf softwrap is on the leftcol must be 0
2017-04-29 Zachary YedidiaAdd termtitle option and move autoclose utf8 code
2017-04-29 Collin WarrenReadded title setting. ( As per the tcell pull. ) ...
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-04-28 Zachary YedidiaMerge
2017-04-28 Zachary YedidiaDifferentiate between help buffers and log buffers
2017-04-18 Zachary YedidiaFix colorcolumn being ignored
2017-04-15 Zachary YedidiaMerge pull request #621 from aerth/patch-1
2017-04-14 Zachary YedidiaMerge
2017-04-14 Zachary YedidiaDon't draw cursorline at cursor position
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-26 Zachary YedidiaFix small softwrap bug
2017-03-22 Zachary YedidiaFix another issue with horizontal scrolling
2017-03-22 Zachary YedidiaImprove performance on long lines
2017-03-13 Zachary YedidiaFix some small glitches with cursor positioning
2017-03-09 Zachary YedidiaCheck if file is dir before opening
2017-03-09 Zachary YedidiaFix split divider style
2017-03-03 CaptainMcClellanAdded theming to the Vsplit divider. (#578)
2017-03-03 Zachary YedidiaRevert "Added title setting (Requires tcell pull!)...
2017-03-02 CaptainMcClellanAdded title setting (Requires tcell pull!) and optimize...
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-26 Zachary YedidiaMinor fixes
2017-02-26 Zachary YedidiaRemove old view code
2017-02-26 Zachary YedidiaStart implementing syntax highlighting optimizations
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
next