micro/cmd/micro
2016-11-30 14:28:13 +09:00
..
actions.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
autocomplete.go new command plugin list 2016-10-01 07:37:20 +02:00
bindings.go Added OutdentLine action 2016-10-15 12:47:15 -04:00
buffer.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
colorscheme.go Merge 2016-09-18 09:30:28 -04:00
command.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
cursor.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
eventhandler.go some additions to the plugin API 2016-09-19 13:23:47 +02:00
highlighter.go Actually rename width, height, lockWidth, lockHeight 2016-11-28 20:28:40 -05:00
job.go Add plugin function JobSpawn 2016-11-16 14:06:12 +09:00
lineArray.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
micro.go Fix bug with opening empty files 2016-11-29 16:25:16 -05:00
plugin.go load plugins as rt-files 2016-09-19 14:40:56 +02:00
pluginmanager.go Cleanup and add more comments 2016-10-18 11:12:28 -04:00
pluginmanager_test.go changed json5 repo 2016-10-02 07:57:39 +02:00
rtfiles.go Allow symlink plugin directory 2016-11-30 14:28:13 +09:00
runtime.go Allow splits to be created in either direction 2016-11-28 19:16:49 -05:00
search.go Improvement: improve Search behaviour, and Escape key behaviour 2016-10-13 00:49:43 +03:30
settings.go Allow splits to be created in either direction 2016-11-28 19:16:49 -05:00
split_tree.go Make tab.CurView public 2016-11-28 20:50:11 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
tab.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
util.go Add cd and pwd commands to change the working dir 2016-11-18 16:48:08 -05:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00