]> git.lizzy.rs Git - micro.git/history - cmd/micro/view.go
Copy to primary clipboard for any change in selection
[micro.git] / cmd / micro / view.go
2016-09-05 Zachary YedidiaCopy to primary clipboard for any change in selection
2016-09-02 Zachary YedidiaCopy to primary clipboard on mouse selection
2016-09-02 Zachary YedidiaAdd support for primary clipboard
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaAdd infobar option to disable the message line
2016-08-31 Zachary YedidiaMerge pull request #259 from handicraftsman/master
2016-08-31 Zachary YedidiaUse text from the paste event, not the clipboard
2016-08-29 Zachary YedidiaHave CanClose use single letters for responses
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaPass the view into plugin callbacks
2016-08-25 Zachary YedidiaUpdate plugins for local settings
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-25 Zachary YedidiaMinor fixes and update runtime
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
2016-08-24 Zachary YedidiaRelocate on startup
2016-08-23 Zachary YedidiaAuto indent on paste
2016-08-22 Zachary YedidiaFix gutter message overwriting a prompt
2016-08-20 Zachary YedidiaUpdate readme
2016-08-18 Zachary YedidiaFix some issues with unicode handling
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaDon't open a new split if help is already open
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMinor fix to current line num style
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaChange plugin callbacks to not only happen when a keybi...
2016-08-15 Camille ScholtzAdd colored current line number option
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-08-10 Zachary YedidiaRemove current implementation of splits
2016-07-23 Zachary YedidiaFix small horizontal scrolling glitch
2016-07-20 Zachary YedidiaRehighlight a split as soon as it is opened
2016-07-15 Zachary YedidiaAdd separator characters between splits
2016-07-14 Zachary YedidiaAdd preAction plugin callbacks which can return false...
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-12 Zachary YedidiaMerge pull request #191 from bvaudour/patch-1
2016-07-11 Zachary YedidiaRewrite view display function
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-09 Zachary YedidiaFix small glitch with splits
2016-07-05 Zachary YedidiaFix extra line being added with odd heights
2016-07-02 Zachary YedidiaAdd binding to move to next split (default binding...
2016-07-02 Zachary YedidiaAdd the ability to close splits and change splits using...
2016-07-02 Zachary YedidiaFix tabbar offset with splits
2016-07-02 Zachary YedidiaMake sure splits can't draw in other splits
2016-07-02 Zachary YedidiaAdd horizontal splits
2016-07-02 Zachary YedidiaFix redrawing for splits
2016-07-02 Zachary YedidiaQuick first try at vertical splits
2016-06-21 Zachary YedidiaAdd onRune(r string) callback for plugins
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-11 Zachary YedidiaAlso allow ModShift to be on for windows terminals
2016-06-09 Zachary YedidiaFix cursor line in true color colorschemes
2016-06-09 Zachary YedidiaAdd file completion to OpenFile (CtrlO) with tab
2016-06-09 Zachary YedidiaFix mouse coordinates when tabbar is open
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaResize the view correctly when there is only one tab...
2016-06-08 Zachary YedidiaDon't display the tab bar if only one tab is open
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-08 Zachary YedidiaTab bar and support for opening multiple files
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-06-04 Zachary YedidiaFix redraw bug
2016-06-02 Zachary YedidiaDon't display cursorline if there is a selection
2016-06-02 Zachary YedidiaMerge
2016-06-02 Zachary YedidiaMerge pull request #154 from jtolds/master
2016-06-02 JT Oldschainable actions and flexible modifiers
2016-06-01 Zachary YedidiaSmall improvement to line selection
2016-06-01 Zachary YedidiaAdd cursorline option
2016-06-01 Zachary YedidiaMerge pull request #153 from aerth/simplify-go-get
2016-06-01 Zachary YedidiaFix redraw glitch
2016-05-31 Zachary YedidiaMerge
2016-05-31 Zachary YedidiaFix redraw glitch
2016-05-31 Zachary YedidiaScreen redraw optimization
2016-05-30 Zachary YedidiaFix bug with on reopen
2016-05-30 Zachary YedidiaRefactor ReOpen function
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-28 Zachary YedidiaAdd history navigation with up and down arrows
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-28 Zachary YedidiaRefactor and clean up
2016-05-23 Zachary YedidiaFix crash
2016-05-22 Zachary YedidiaImprove the scrollmargin behavior at the end of the...
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-22 Zachary YedidiaAdd ability to bind alt keys
2016-05-22 Zachary YedidiaStore cursor and eventhandler in buffer instead of...
2016-05-20 Camille Scholtzsimplify scrollmargins
2016-05-20 Camille ScholtzMove scrollmargin declaration
2016-05-20 Camille ScholtzAdd scrollmargin option, rename scrollSpeed to scrollsp...
2016-05-20 Camille ScholtzAdd padding to relocate func (fixes weird scrolling...
2016-05-20 Camille ScholtzAdd a bit of "padding" to relocate
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
2016-05-20 Zachary YedidiaUse the new and updated version of tcell
2016-05-18 Zachary YedidiaFix selection graphics for indentchar
2016-05-17 Zachary YedidiaRemove some unnecessary code
next