]> git.lizzy.rs Git - micro.git/history - cmd/micro/view.go
Add comments
[micro.git] / cmd / micro / view.go
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
2017-02-26 Zachary YedidiaUse the new cellview for displaying
2017-02-26 Zachary YedidiaAdd beginning of cellview as well as improved ViewTypes
2017-02-20 Zachary YedidiaResize all tabs on EventResize
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-09 Nicolai SøborgFix: incorrect clipboard w/ CutLine, DeleteLine and...
2017-01-04 Zachary YedidiaMerge pull request #518 from samdmarshall/key-unbinding
2017-01-04 Zachary YedidiaFix gutter coloring for soft wrap
2016-12-26 Zachary YedidiaMerge
2016-12-26 Zachary YedidiaBetter fix for mouse clicking
2016-12-25 Zachary YedidiaMerge pull request #507 from NicolaiSoeborg/master
2016-12-24 Zachary YedidiaFix bug with mouse clicks
2016-12-22 Zachary YedidiaMerge pull request #488 from McSwaggens/removewhitespac...
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-18 Zachary YedidiaMerge pull request #500 from NicolaiSoeborg/patch-1
2016-12-17 Nicolai SøborgFix: mouse clicking with softwrap
2016-12-12 Thomas LE ROUXrefactor(plugin): Enable human-friendly plugin name
2016-12-06 NicolaiMerge remote-tracking branch 'refs/remotes/zyedidia...
2016-12-06 Zachary YedidiaFix string width for different sized tabs v1.1.3
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-29 Zachary YedidiaMake some view vars public
2016-11-29 Zachary YedidiaAllow creating splits at arbitrary indices
2016-11-29 Zachary YedidiaAllow splits to be created in either direction
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-20 Zachary YedidiaFix buffer name problem
2016-11-16 Zachary YedidiaAdd foundation for resizing splits arbitrarily
2016-10-29 Zachary YedidiaMerge pull request #433 from ilius/pr03.python_syntax
2016-10-29 Zachary YedidiaMerge pull request #436 from jncraton/paste-cleanup
2016-10-29 Jon CratonRemoved duplicate paste code for OS-level paste
2016-10-29 Zachary YedidiaMerge
2016-10-29 Zachary YedidiaMerge pull request #435 from jncraton/bottomline-select...
2016-10-28 Jon CratonSearch entire file instead of line 1 to the number...
2016-10-26 Zachary YedidiaFix problem with calculation Bottomline
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-18 Zachary YedidiaCleanup and add more comments
2016-10-13 Zachary YedidiaImprovements for softwrap mouse support
2016-10-13 Zachary YedidiaFix mouse support with soft wrap
2016-10-13 Zachary YedidiaMerge pull request #409 from ilius/pr02.improve_search_...
2016-10-13 Zachary YedidiaFix problem with horizontal scrolling
2016-10-13 Zachary YedidiaFix problem causing hsplits not to display
2016-10-12 Zachary YedidiaAdd docs
2016-10-12 Zachary YedidiaFix glitch with bottomline when softwrap is disabled
2016-10-12 Zachary YedidiaAdd softwrap
2016-10-11 Zachary YedidiaMerge
2016-10-10 Zachary YedidiaMerge v1.1.1
2016-10-10 Zachary YedidiaUse default foreground for empty indent chars
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-28 Zachary YedidiaMinor optimization to tabsize fix
2016-09-28 Zachary YedidiaMerge pull request #387 from boombuler/bug379
2016-09-28 Zachary YedidiaMerge pull request #389 from dsnet/master
2016-09-28 Joe Tsaifix offset calculation for column ruler
next