]> git.lizzy.rs Git - micro.git/history - internal/buffer
Disable fake cursor for Windows Terminal
[micro.git] / internal / buffer /
2020-11-05 Zachary YedidiaMerge
2020-10-20 Dmitry MalukaFix buffer.RuneAt (#1895)
2020-09-16 Sourya VatsyayanFix quality issues (#1856)
2020-09-05 Zachary YedidiaUpdate to tcell v2
2020-09-04 Zachary YedidiaNever backup closed buffers
2020-07-05 Zachary YedidiaImprove multicursor clipboard
2020-07-05 Zachary YedidiaAdd clipboard support for multicursors
2020-07-05 Zachary YedidiaDon't set fastdirty base if modified
2020-07-05 Zachary YedidiaMerge
2020-07-05 Zachary YedidiaAdd support for copy-paste via OSC 52
2020-06-24 Zachary YedidiaAdd more functions to customize status bar
2020-06-23 Zachary YedidiaTreat CRLF as LF when inserting text
2020-06-22 Zachary YedidiaImprove backup system
2020-06-18 Zachary YedidiaFix issue with search and replace at the end of a range
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-06 Zachary YedidiaMerge
2020-06-06 Zachary YedidiaFix fileformat for newly created files
2020-06-03 Zachary YedidiaMerge
2020-06-03 Zachary YedidiaUp arrow on first line brings to start
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 YedidiaAdd `parsecursor` option for file:line:col syntax
2020-05-28 Zachary YedidiaUpdateRules after save is successful
2020-05-21 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-20 Zachary YedidiaImprove unicode line array test
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 YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-17 dmalukaFix end line number in HighlightMatches (#1662)
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-25 Zachary YedidiaMerge
2020-04-10 Zachary YedidiaMerge
2020-04-10 Ján JančárAdd StartOfTextToggle and SelectToStartOfTextToggle...
2020-03-24 Zachary YedidiaBetter ordering for reading syntax files
2020-03-01 Philipp Emanuel... Add more sophisticated buffer benchmark system
2020-02-27 Zachary YedidiaIf stdout is a pipe, output to the pipe
2020-02-27 Zachary YedidiaUse bytes.Buffer for LineArray.Bytes
2020-02-27 Zachary YedidiaFix custom syntax files not highlighting
2020-02-26 Zachary YedidiaImprove buffer test
2020-02-26 Zachary YedidiaImprove buffer test
2020-02-26 Zachary YedidiaUndo event chunks instead of single events
2020-02-26 Zachary YedidiaFix buffer tests and selection bug
2020-02-25 Zachary YedidiaMerge branch 'buffer-tests' of https://github.com/p...
2020-02-25 Zachary Yedidialine_array insert for eofnewline and make default
2020-02-25 joshfix eofnewline not running on files with 1 rune (#1535)
2020-02-25 Zachary YedidiaFix text transformation bug
2020-02-24 Zachary YedidiaApply basename option in tabbar as well
2020-02-24 Zachary YedidiaMove multi-cursors correctly after newlines
2020-02-22 Philipp Emanuel... Add buffer test and benchmark suite (and tool to genera...
2020-02-19 Zachary YedidiaFix issue with simultaneous buffers
2020-02-19 Zachary YedidiaShare more buffer elements and fix rehighlight
2020-02-14 Zachary YedidiaMerge
2020-02-14 Zachary YedidiaSearch and replace within a selection
2020-02-13 Zachary YedidiaMerge
2020-02-13 Zachary YedidiaSupport regex capture groups in replace command
2020-02-12 Zachary YedidiaMerge branch 'update-readme' of https://github.com...
2020-02-12 Zachary YedidiaMerge branch 'autosu' of https://github.com/seitokaicho...
2020-02-12 Zachary YedidiaMerge branch 'jawahars16-bug-endless-reload-prompt'
2020-02-12 Zachary YedidiaMerge branch 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaShare hash across equivalent buffers for fastdirty=off
2020-02-12 Zachary YedidiaFix issue with global/local settings
2020-02-12 Zachary YedidiaClicking tabbar arrow scrolls and fix multicursor
2020-02-12 Zachary YedidiaOnly highlight matching brace if one is found
2020-02-12 Zachary YedidiaFix deleteLines off-by-one error
2020-02-12 Zachary YedidiaDon't block when redraw channel becomes full
2020-02-11 Zachary YedidiaUse filepath.Join more
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-10 Zachary YedidiaMerge branch 'issue_1008' of https://github.com/sum01...
2020-02-10 Zachary YedidiaFix rehighlight for retab
2020-02-10 Zachary YedidiaMerge branch 'diff-gutter' of https://github.com/p...
2020-02-10 Zachary YedidiaSanitize inputs to insert and remove
2020-02-09 Zachary YedidiaProperly flush bufio writer
2020-02-09 Zachary YedidiaImprove disk performance with buffered io
2020-02-09 Zachary YedidiaImprove remove performance
2020-02-09 Zachary YedidiaStart insert performance improvements
2020-02-09 Zachary YedidiaMerge
2020-02-09 Zachary YedidiaMinor improvements
2020-02-09 Zachary YedidiaMerge branch 'master' of https://github.com/Paalon...
2020-02-09 Zachary YedidiaMerge pull request #1324 from konsumer/master
2020-02-09 Zachary YedidiaMerge pull request #1321 from zonuexe/add/php-fn-keyword
2020-02-09 Zachary YedidiaMerge pull request #1333 from the-sushi/patch-1
2020-02-09 Zachary YedidiaUpdate third party licenses
2020-02-09 Zachary YedidiaFix to allow readonly to be disabled
2020-02-08 Zachary YedidiaMore plugin docs and improve doc formatting
2020-02-08 Zachary YedidiaEnable autosave option
2020-02-08 Philipp Emanuel... Add diff gutter
2020-02-08 Zachary YedidiaMerge pull request #1277 from coolreader18/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1423 from caligari87/patch-1
2020-02-08 Zachary YedidiaMerge branch 'fix_defaultkeys_help' of https://github...
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/msiism...
2020-02-08 Zachary YedidiaMerge pull request #1252 from SunflowerFuchs/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1264 from krerkkiat/issue-1237
2020-02-08 Zachary YedidiaMerge
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/dbeef/micro...
2020-02-02 Zachary YedidiaAdd option to clean unused settings and other parts...
next