micro/cmd/micro
Zachary Yedidia d13f9602ff Merge pull request #449 from 10sr/jobSpawn
Add `JobSpawn()` function for plugin interface
2016-11-29 08:57:41 -05:00
..
actions.go Make tab.CurView public 2016-11-28 20:50:11 -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 Fix buffer name problem 2016-11-19 19:07:51 -05:00
colorscheme.go Merge 2016-09-18 09:30:28 -04:00
command.go Replace CtrlO with open command 2016-11-19 12:57:54 -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 Improvement: move MoveLinesUp and MoveLinesDown to Buffer 2016-10-12 08:15:46 +03:30
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
micro.go Merge pull request #449 from 10sr/jobSpawn 2016-11-29 08:57:41 -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 Merge pull request #371 from boombuler/plugins 2016-09-24 14:09:02 -04: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 Actually rename width, height, lockWidth, lockHeight 2016-11-28 20:28:40 -05:00
tab.go Make tab.CurView public 2016-11-28 20:50:11 -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 Make tab.CurView public 2016-11-28 20:50:11 -05:00