]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-08-17 Zachary YedidiaUpdate runtime.go
2016-08-17 Zachary YedidiaAdd more documentation
2016-08-17 Zachary YedidiaAdd more explanation for colors.md
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 YedidiaClean up go plugin
2016-08-16 Zachary YedidiaFix recursive issue with go plugin
2016-08-16 Zachary YedidiaChange plugin callbacks to not only happen when a keybi...
2016-08-16 Zachary YedidiaRebind Home and End to StartOfLine and EndOfLine
2016-08-15 Camille ScholtzAdd colored current line number option
2016-08-14 Zachary YedidiaUser plugins should replace default plugins
2016-08-14 Zachary YedidiaSyntax highlighting optimization
2016-08-13 Zachary YedidiaAdd HandleCommand and HandleShellCommand to plugin api
2016-08-11 Zachary YedidiaMinor update
2016-08-11 Zachary YedidiaSet parents correctly on split nodes
2016-08-11 Zachary YedidiaSmall fix to splits
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd ability to delete splits
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-08-10 Zachary YedidiaRemove current implementation of splits
2016-08-08 Zachary YedidiaSmall fix to OutdentSelection
2016-08-08 Zachary YedidiaBind OutdentSelection to ShiftTab (Backtab)
2016-08-07 Zachary YedidiaBindings for IndentSelection and OutdentSelection
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-08-02 Zachary YedidiaRemove backspace prompt cancelation
2016-07-30 Zachary YedidiaAdd gololang to pre installed syntax files
2016-07-30 Zachary YedidiaMerge pull request #200 from k33g/wip-golo-syntax
2016-07-30 Philippe CharrièreTo only use the colorscheme groups
2016-07-30 Philippe CharrièreAdd Gololang support
2016-07-24 Zachary YedidiaUse file completion for command mode
2016-07-24 Zachary YedidiaAdd tab command to open a file in a new tab
2016-07-24 Zachary YedidiaFix issue with autoclose plugin
2016-07-24 Zachary YedidiaUse my fork of clipboard
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-15 Zachary YedidiaHighlight plist as XML
2016-07-14 Zachary YedidiaRecompile runtime.go
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-13 Zachary YedidiaMerge pull request #193 from timon999/master
2016-07-13 Timon BöhlerChanged Python syntax file to use Go's regex for matchi...
2016-07-12 Zachary YedidiaUpdate runtime and syntax file listing
2016-07-12 Zachary YedidiaMerge pull request #191 from bvaudour/patch-1
2016-07-12 Benjamin VAUDOURUpdate of lilypond.micro
2016-07-11 Zachary YedidiaFix draw ordering
2016-07-11 Zachary YedidiaRewrite view display function
2016-07-11 Benjamin VAUDOURAdd lilypond syntax (http://lilypond.org/)
2016-07-10 Zachary YedidiaSeparate bindings and actions into two files
2016-07-10 Zachary YedidiaAdd some lines back
2016-07-10 Zachary YedidiaAdd some more comments
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-09 Zachary YedidiaAdd documentation for splits
2016-07-09 Zachary YedidiaFix small glitch with splits
2016-07-06 Zachary YedidiaMerge pull request #190 from onodera-punpun/patch-1
2016-07-06 Camillefish.micro: Add missing command, use constat.string
2016-07-05 Zachary YedidiaFix extra line being added with odd heights
2016-07-05 Zachary YedidiaChange default colorscheme to monokai
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-30 Zachary YedidiaMerge pull request #189 from onodera-punpun/sudosave
2016-06-30 Camille Scholtzbindings:go: Only display saved message if actually...
2016-06-29 Zachary YedidiaWrap around when using NextTab and PreviousTab
2016-06-29 Zachary YedidiaFix JumpLine range
2016-06-28 Zachary YedidiaFix replace cursor relocation
2016-06-28 Zachary YedidiaMerge pull request #186 from onodera-punpun/replaced
2016-06-28 Camille Scholtzcommand.go: Simplify and prettify replace feedback
2016-06-28 Camille Scholtzcommand.go: Add some feedback to replace
2016-06-25 Zachary YedidiaAdd string group to syntax files
2016-06-25 Zachary YedidiaAdd feedback to save with sudo
2016-06-23 Zachary YedidiaAdd new colorschemes to runtime
2016-06-23 Zachary YedidiaMerge pull request #180 from Calinou/monokai-colorscheme
2016-06-23 Zachary YedidiaMerge pull request #181 from Calinou/atom-dark-colorscheme
2016-06-23 Zachary YedidiaMerge pull request #182 from Calinou/gdscript-syntax
2016-06-23 Hugo LocurcioAdd GDScript syntax file
2016-06-23 Hugo LocurcioAdd Atom Dark colorscheme
2016-06-23 Hugo LocurcioAdd a Monokai colorscheme
2016-06-23 Zachary YedidiaFix issue with autoclose plugin
2016-06-22 Zachary YedidiaColorscheme group inheritance
2016-06-22 Zachary YedidiaUpdate README.md
2016-06-22 Zachary YedidiaUpdate README.md
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaAdd onRune(r string) callback for plugins
2016-06-21 Zachary YedidiaOnly copy messages if there is a mouse left click ...
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-19 Zachary YedidiaFix mouse controls
2016-06-17 Zachary YedidiaClicking on messages will copy them to the clipboard
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-12 Zachary YedidiaUpdate windows binary name to .zip
2016-06-12 Zachary YedidiaUpdate readme
2016-06-12 Zachary YedidiaAdd nightly release script
2016-06-11 Zachary YedidiaAlso allow ModShift to be on for windows terminals
next