PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/Console/TODO.txt

#
Plain Text | 28 lines | 26 code | 2 blank | 0 comment | 0 complexity | 8bf583123cb9460fe56c991fbb9d45bd MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. - Handle vt100 escape codes.
  2. - Add a history file input and a history text input for commando dialogs.
  3. - Test alternate shells using the prefix feature
  4. - $d/.. not canonicalized
  5. - jikes warning pattern
  6. - %edit -n, -p, -s
  7. - caret color option
  8. - more flexible redirection
  9. - multiple commands in system shell with ;
  10. - handle multiple consecutive command invocations correctly in console
  11. - error hyperlinks
  12. - exception tracebacks handled, maybe
  13. --> use JLib for this
  14. - need <INIT> code block in commando files
  15. - notify of process exit
  16. - multiple-line env vars don't work
  17. - see if an extra pattern can eat all javac errors
  18. - TeX, Tidy error patterns
  19. - foo"aaaa" doesn't parse like in a Unix shell
  20. - beanshell completion
  21. - aliases option pane
  22. - URL hyperlinks in output; %ls output lines open files and directories;
  23. - ${beanshell:...} syntax
  24. - file manipulation builtins - %ls, %mv, %cp, %rm, %touch, %cat?
  25. - VFS support - Select correct shell (ssh) for non-System VFS (such as
  26. sftp:// paths) from commando buttons.