]> git.lizzy.rs Git - micro.git/history - internal
Add micro icon and desktop file to release zips
[micro.git] / internal /
2020-07-06 Zachary YedidiaMerge
2020-07-05 Zachary YedidiaImprove comment plugin
2020-07-05 Zachary YedidiaImprove multicursor clipboard
2020-07-05 Zachary YedidiaAdd clipboard support for multicursors
2020-07-05 Zachary YedidiaFix reading clipboard internally for OSC52
2020-07-05 Zachary YedidiaDon't set fastdirty base if modified
2020-07-05 Zachary YedidiaUpdate runtime
2020-07-05 Zachary YedidiaMerge
2020-07-05 Zachary YedidiaAdd support for copy-paste via OSC 52
2020-07-04 Zachary YedidiaFix escape not exiting prompt
2020-07-04 Zachary YedidiaRebind escape to clear info and deselect
2020-07-02 Zachary YedidiaUse tcell's CanDisplay instead of Go's IsPrint
2020-07-02 Zachary YedidiaImprove php string highlighting
2020-06-30 Utkarsh GuptaDrop unnecessary Ftoa and FtoaWithDigits function ...
2020-06-28 Zachary YedidiaAdd a lock for plugins to use if using async code
2020-06-27 Zachary YedidiaFix path escaping on Windows
2020-06-27 Zachary YedidiaMerge
2020-06-26 Ryan WestlundImprove Haskell syntax highlighting (#1745)
2020-06-24 Zachary YedidiaUpdate plugin documentation v2.0.6
2020-06-24 Zachary YedidiaAdd more functions to customize status bar
2020-06-24 Zachary YedidiaSupport month and day names in crontab syntax
2020-06-24 Zachary YedidiaUse boundaries in cron syntax rules
2020-06-23 Zachary YedidiaAdd Search function to BufPane
2020-06-23 Zachary YedidiaDon't delete user settings if a parse error occurs
2020-06-23 Zachary YedidiaTreat CRLF as LF when inserting text
2020-06-22 Zachary YedidiaImprove backup system
2020-06-21 Zachary YedidiaPersist plugin options correctly
2020-06-20 Zachary YedidiaAdd simulation screen tests
2020-06-20 Zachary YedidiaFix backspace on Windows
2020-06-18 Zachary YedidiaBind Ctrl-/ (CtrlUnderscore) in comment plugin
2020-06-18 Zachary YedidiaFix issue with search and replace at the end of a range
2020-06-18 Zachary YedidiaMerge
2020-06-18 Zachary YedidiaImprove keybinding label consistency
2020-06-18 Zachary YedidiaStart replacement search at cursor location
2020-06-13 Zachary YedidiaMerge branch 'faster-runewidth' of https://github.com...
2020-06-12 Zachary YedidiaFix MoveLines on last line of buffer
2020-06-12 Zachary YedidiaAdd note for macOS terminals in docs
2020-06-12 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-06-12 Ján PrinerAdd latex support in comment plugin (#1725)
2020-06-12 Philipp Emanuel... Make determining whether a code point represents a...
2020-06-09 Zachary YedidiaMerge branch 'settings-config'
2020-06-09 Zachary YedidiaShow key name in raw pane
2020-06-09 Zachary YedidiaDon't apply cli options to settings.json
2020-06-08 Dmitry MalukaLower priority of cursorline and colorcolumn highlighti...
2020-06-08 Zachary Yedidiasettings.json only contains modified settings
2020-06-08 Zachary YedidiaMerge
2020-06-08 Zachary YedidiaOnly start autocompletion for alphanumerics
2020-06-07 Zachary YedidiaVerify that all settings have correct type
2020-06-07 Zachary YedidiaFix mouse support in command bar
2020-06-06 Zachary YedidiaMerge
2020-06-06 Zachary YedidiaFix fileformat for newly created files
2020-06-05 Dmitry MalukaFix highlighting at the end of line (#1705)
2020-06-03 Zachary YedidiaMerge
2020-06-03 Zachary YedidiaUp arrow on first line brings to start
2020-05-30 Zachary YedidiaUnicode replacement char for non-displayable chars
2020-05-30 Zachary YedidiaFix handling of +LINE:COL syntax
2020-05-29 Zachary YedidiaSlightly improve performance for very long lines
2020-05-29 Zachary YedidiaOnly perform save callback if save was successful
2020-05-29 Zachary YedidiaAdd `parsecursor` option for file:line:col syntax
2020-05-29 Zachary YedidiaAlways use current pane for keybinding actions
2020-05-29 Andrew ClarkeUse "goto -1" to move cursor to end of document. (...
2020-05-29 Colin HughesAdded hybrid line numbers (#1690)
2020-05-28 Zachary YedidiaUpdateRules after save is successful
2020-05-28 Zachary YedidiaFix '> save' command
2020-05-23 Dmitry MalukaFix dropped redraw events (#1675) v2.0.4
2020-05-21 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-21 Zachary YedidiaAllow divider customization with divchars option
2020-05-20 Zachary YedidiaImprove unicode line array test
2020-05-20 Zachary YedidiaExpose CharacterCount to plugins
2020-05-20 Zachary YedidiaUse unicode.Mark for combining unicode range
2020-05-20 Zachary YedidiaFinal touches for combining character support
2020-05-20 Zachary YedidiaUse CharacterCount over RuneCount
2020-05-20 Zachary YedidiaUse DecodeCharacter over DecodeRune
2020-05-20 Zachary YedidiaMerge branch 'p-e-w-buffer-benchmarks'
2020-05-20 Zachary YedidiaMerge branch 'buffer-benchmarks' of https://github...
2020-05-17 Zachary YedidiaUpdate tcell and support italics in colorschemes
2020-05-17 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-17 dmalukaFix end line number in HighlightMatches (#1662)
2020-05-17 Zachary YedidiaAdd support for FindLiteral
2020-05-15 Jeff WarnerAdds command "tabmove ±n", for better tab management...
2020-05-15 dmalukaFix unbind of a rune (#1649)
2020-05-15 Zachary YedidiaRemove outdated c++ highlighter
2020-05-15 Zachary YedidiaSupport snake case autocompletion
2020-05-07 Zachary YedidiaFix movelinesup when selection is not complete
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-04-30 Zachary YedidiaMerge branch 'jwarner112-jwarner112-copyline'
2020-04-30 Zachary Yedidiagofmt
2020-04-30 Jeff WarnerAdds CopyLine action, the new default action for CtrlC...
2020-04-25 Zachary YedidiaMerge
2020-04-25 Zachary YedidiaBetter actions error message
2020-04-21 Zachary YedidiaMake cursor follow selections
2020-04-21 Zachary YedidiaMerge
2020-04-17 2pacimplemented circular tab movement (#1619)
2020-04-10 Zachary YedidiaUpdate runtime v2.0.3
2020-04-10 Zachary YedidiaMerge
2020-04-10 Zachary YedidiaUse StartCol in colorcolumn calculation
2020-04-10 Ján JančárAdd StartOfTextToggle and SelectToStartOfTextToggle...
2020-04-10 Zachary YedidiaEnsure mouse release before focus change
2020-04-05 jsyedidiaAdd Haskell linter hlint to linter plugin (#1610)
2020-03-24 Zachary YedidiaFix python3 syntax file and make python3 default
next