Using jconsole on Linux enables TAB completion of file names/paths in the
session much like in a Linux terminal session. So pressing TAB on a line
like this (dir '/usr/lo) auto-completes and results in (dir '/usr/local ).

I find this really useful, but since the last time the J engine was rebuilt
an extra space is added at the end of an auto-completed path.
This is a bit of a pain when trying to navigate a multi-level folder path
because I need to backspace after each folder is completed to start the
next one.

Is this possible/easy to change so that the behaviour is more like the
Linux terminal? Or at least doesn't add the extra space?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to