micro/cmd/micro
2018-01-20 22:28:17 -05:00
..
highlight Fix some golint warnings 2017-10-01 12:42:23 -04:00
shellwords Improve command bar completion 2018-01-03 21:35:03 -05:00
vendor Use zyedidia/pty instead of kr/pty 2018-01-20 22:28:17 -05:00
actions.go Support line:col in JumpLine 2018-01-17 19:09:50 -05:00
actions_other.go Remove android from actions_other build tag 2017-12-10 16:15:16 -05:00
actions_posix.go Add newline after build tags 2017-08-07 09:47:28 -04:00
autocomplete.go Add more comments 2018-01-04 17:14:51 -05:00
bindings.go implemented select line as an Action 2018-01-16 17:27:15 -05:00
buffer.go Prompt to create parent folders (if none) when saving 2018-01-17 20:59:19 -05:00
cellview.go Improve unicode softwrap drawing 2018-01-20 12:36:22 -05:00
colorscheme.go Initial support for terminal within micro 2018-01-04 17:03:08 -05:00
command.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00
cursor.go Add JumpToMatchingBrace action 2018-01-07 16:17:22 -05:00
eventhandler.go Add more comments 2018-01-04 17:14:51 -05:00
highlighter.go Optimize memory usage for loading syntax files 2017-05-02 10:30:27 -04:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
keymenu.go Add nano-style key menu option 2017-10-02 23:44:11 -04:00
lineArray.go Initial support for terminal within micro 2018-01-04 17:03:08 -05:00
loc.go Fix some golint warnings 2017-10-01 12:42:23 -04:00
lua.go Fix #980 duplicate import 2018-01-04 22:27:09 -05:00
messenger.go Fix autocomplete on empty prompt 2018-01-10 15:41:49 -05:00
micro.go Add onBufferOpen plugin callback 2018-01-08 17:08:11 -05:00
plugin.go Add onBufferOpen plugin callback 2018-01-08 17:08:11 -05:00
pluginmanager.go create plugin folders work on windows fix #931 (#951) 2017-12-13 21:53:30 -05:00
pluginmanager_test.go Only write settings if no error when reading 2017-08-06 12:02:17 -04:00
rtfiles.go Allow plugins to create runtime files from strings 2017-04-15 14:45:44 -04:00
runtime.go Fix shebang js highlighting and js division 2018-01-17 17:19:03 -05:00
scrollbar.go Add more comments 2018-01-04 17:14:51 -05:00
search.go search: Only update lastSearch on ENTER 2017-10-16 17:44:44 +11:00
settings.go Add brace highlighting 2018-01-07 15:50:08 -05:00
shell.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00
shell_posix.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00
shell_windows.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00
split_tree.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Clean up terminal a bit and wait before closing 2018-01-05 21:38:40 -05:00
tab.go Add more comments 2018-01-04 17:14:51 -05:00
terminal.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00
util.go Fix autocomplete behavior for empty args 2017-11-23 23:04:32 -05:00
util_test.go Improve cmdbar parsing and add -l replace flag 2017-11-22 13:54:39 -05:00
view.go Change HandleShellCommand backend 2018-01-20 22:23:52 -05:00