]> git.lizzy.rs Git - micro.git/history - cmd/micro/view.go
Fix redrawing for splits
[micro.git] / cmd / micro / view.go
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
2016-05-17 Zachary YedidiaMerge pull request #111 from onodera-punpun/fix_jump
2016-05-17 CamilleChange relocate from true to false
2016-05-17 Zachary YedidiaFix capitalization of scrollSpeed option
2016-05-17 Zachary YedidiaMerge pull request #110 from onodera-punpun/indentchar
2016-05-17 Zachary YedidiaMerge pull request #112 from onodera-punpun/customizabl...
2016-05-17 Camille ScholtzAdd scrollspeed option
2016-05-17 Camille ScholtzRename indent-line to indent-char, change default value...
2016-05-17 Camille ScholtzFix jumping in rxvt-unicode when switching focus
2016-05-17 Camille ScholtzAdd indent character option
2016-05-15 Zachary YedidiaMerge
2016-05-15 Zachary YedidiaAdd statusline option
2016-05-14 Zachary YedidiaSimplify IsDirty check
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaAdd linter option
2016-05-05 Zachary YedidiaImproved error parsing and use warnings for golint...
2016-05-05 Zachary YedidiaFix build error
2016-05-05 Zachary YedidiaFix gutter message line counting
2016-05-05 Zachary YedidiaRefine gutter messages and add go build checking to...
2016-05-05 Zachary YedidiaAdd hooks for every action that's bindable
2016-05-05 Zachary YedidiaAdd default plugins, and install go plugin by default
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
2016-05-05 Zachary YedidiaInterface with plugin.lua file
2016-05-05 Zachary YedidiaSmall optimization
2016-05-03 Zachary YedidiaUpdate screenshot and status line
2016-05-02 Zachary YedidiaUse tcell's EventPaste to capture paste from the OS
2016-04-30 Zachary YedidiaRemove unnecessary check for selection
2016-04-30 Zachary YedidiaFix differences between selection with keys and with...
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 'gutter-messages'
2016-04-27 Zachary YedidiaSupport different types of gutter messages
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaSimple support for gutter messages
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-24 Zachary YedidiaUse methods on view instead of functions for bindings
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 aerthgofmt-on-save redone for new bindings
2016-04-24 aerthcut lines into clipboard
2016-04-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions
2016-04-22 Zachary YedidiaFix selection highlighting
2016-04-22 Zachary YedidiaFix elementary mouse issue
2016-04-22 Zachary YedidiaFix horizontal scrolling
2016-04-22 Zachary YedidiaMerge pull request #58 from aerth/toggle-line-numbers
next