]> git.lizzy.rs Git - micro.git/history - cmd/micro/buffer.go
Always use custom syntax files over default
[micro.git] / cmd / micro / buffer.go
2017-07-24 Zachary YedidiaAlways use custom syntax files over default
2017-07-12 Zachary YedidiaMerge pull request #720 from bvaudour/master
2017-07-08 Zachary YedidiaAlways restart the screen when saving with sudo
2017-06-25 Zachary YedidiaMove cursor selections on Insert or Remove
2017-06-18 Zachary YedidiaMerge pull request #679 from alialaee/master
2017-06-18 Zachary YedidiaMerge pull request #700 from Calinou/darcula-tc-colorscheme
2017-06-17 Zachary YedidiaMerge pull request #704 from zyedidia/multiple-cursors
2017-06-17 Zachary YedidiaMerge cursors properly
2017-06-17 Zachary YedidiaGet undo working properly with multiple cursors
2017-06-13 Zachary YedidiaAdd multiple cursor support
2017-05-14 Zachary YedidiaMerge
2017-05-14 Zachary YedidiaDon't remember path on save if it is invalid
2017-05-02 Zachary YedidiaOptimize memory usage for loading syntax files
2017-04-29 Zachary YedidiaMerge pull request #638 from popey/patch-1
2017-04-29 Zachary YedidiaMerge pull request #639 from popey/patch-2
2017-04-29 Zachary YedidiaUse less memory when opening very large files
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
2017-03-21 Zachary YedidiaOptimize the memory usage for syntax highlighting
2017-03-20 Zachary YedidiaProperly clear syntax highlighting when it is disabled
2017-02-26 Zachary YedidiaAdd more syntax files and include syntax highlighter...
2017-02-26 Zachary YedidiaDon't highlight if syntax is off
2017-02-26 Zachary YedidiaStore highlighting matches in each line
2017-02-26 Zachary YedidiaStart implementing syntax highlighting optimizations
2017-02-26 Zachary YedidiaStore states in linearray
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2016-12-25 Zachary YedidiaMerge pull request #507 from NicolaiSoeborg/master
2016-12-22 Zachary YedidiaMerge pull request #488 from McSwaggens/removewhitespac...
2016-12-22 Zachary YedidiaMerge
2016-12-22 Zachary YedidiaMerge pull request #499 from 10sr/addrmtrailingws
2016-12-22 Zachary YedidiaMerge pull request #489 from november-eleven/refactor...
2016-12-17 10srAdd rmtrailingws feature
2016-12-16 Zachary YedidiaMerge pull request #497 from 10sr/fixeolnewline
2016-12-15 10srFix bug that eofnewline does not work on save
2016-12-13 Zachary YedidiaExpand '~' in SaveAs
2016-11-29 Zachary YedidiaUse io.Readers to read files more efficiently
2016-11-29 Zachary YedidiaMerge pull request #449 from 10sr/jobSpawn
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-20 Zachary YedidiaFix buffer name problem
2016-11-18 Zachary YedidiaAdd cd and pwd commands to change the working dir
2016-11-18 10srAdd Buffer.AbsPath and a plugin function DirectoryName...
2016-11-03 Zachary YedidiaReset ModTime even if WriteFile fails
2016-10-23 Zachary YedidiaAdd eofnewline option
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-18 Zachary YedidiaCleanup and add more comments
2016-10-15 Jon CratonAdded IndentString method on Buffer (#415)
2016-10-13 Zachary YedidiaAlways use the selection as search term when using...
2016-10-12 Saeed RasooliFixes in last PR: MoveLinesUp and MoveLinesDown (#408)
2016-10-12 Zachary YedidiaMerge
2016-10-12 Zachary YedidiaMerge pull request #407 from ilius/pr01.move_up_down
2016-10-12 Saeed RasooliImprovement: move MoveLinesUp and MoveLinesDown to...
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-14 Zachary YedidiaMerge pull request #354 from boombuler/help
2016-09-14 Zachary YedidiaMerge pull request #356 from boombuler/bug355
2016-09-14 Zachary YedidiaMerge pull request #357 from boombuler/emptyfiles
2016-09-14 boombulerdon't clone unsaved file buffers.
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-10 Zachary YedidiaAllow a buffer to be opened simultaneously
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-04 Zachary YedidiaMerge pull request #298 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #286 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #282 from boombuler/windows
2016-09-03 Zachary YedidiaMerge pull request #292 from devoncarew/fix_typo
2016-09-03 Zachary YedidiaMerge pull request #293 from devoncarew/add_dart
2016-09-03 Zachary YedidiaAllow overwriting options with flags
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zack SchollSwitched to +LINE,COL
2016-08-30 Zachary YedidiaMerge
2016-08-30 Zachary YedidiaCheck for filetype after saving an untitled buffer
2016-08-30 Zack SchollAdded flag to introduce cursor starting positions
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-26 Zachary YedidiaAdd support for making buffer local options in settings...
2016-08-25 Zachary YedidiaUpdate plugins for local settings
2016-08-25 Zachary YedidiaAdd support for local or global only settings
2016-08-25 Zachary YedidiaAdd filetype as an option
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-10 Zachary YedidiaAdd some more comments
2016-06-08 Zachary YedidiaAdd support for tabs
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-07 Zachary YedidiaAdd more descriptive error message if there is an error...
2016-06-07 Zachary YedidiaFix glitch with undo
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-02 Zachary YedidiaMerge
2016-06-02 Zachary YedidiaAdd simple way to save with sudo if you forgot to open...
2016-05-31 Zachary YedidiaAllow changes from external programs to be undone
2016-05-30 Zachary YedidiaFix bug with on reopen
2016-05-30 Zachary YedidiaRefactor ReOpen function
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-29 Zachary YedidiaAdd persistent undo as the option
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-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
next