{{{ SshConsole 1.0.5
Source: Source code is in SVN with the tag $JEDITSVN/plugins/SshConsole/tags/SshConsole-1.0.5
Announcement:
<ul>
<li> Parses Vt100 colors (Artem Bryantsev) </li>
<li> Now responds to "chdir to projectviewer root" action from Console. </li>
<li> Refactored to use Console 5.1 handlesVFS/chDir API. </li>
<li> German Localization (rschwenn) </li>
<li> Displays open connections as long-running tasks in task monitor </li>
<li> Fix #2873889: Stop leaking connections and properly close them. </li>
<li> Enable x11 forwarding </li>
</ul>
Requires Java 1.6
Requires jEdit 05.00.99.00
Required plugins:
Console 5.1 (console.ConsolePlugin)
ErrorList 2.1 (errorlist.ErrorListPlugin)
FTP 1.0.2 (ftp.FtpPlugin)
Short Description: Allows you to issue compile commands remotely via ssh in the same location as the sftp:// file you are editing, and parses the output for errors in ErrorList.
Long Description: <html>
<p>SshConsole is an extension of the FTP, Console and ErrorList plugins. SshConsole is configured to execute commands on the same host, and in the same directory, as the directory you are currently browsing in the FSB or editing in jEdit via <tt>sftp://</tt>. It uses Console to parse the output for errors to show in ErrorList. This makes it easier to compile remote files and quickly jump to the errors.
</p>
</html>
}}}
Released to Plugin Central.
Tested with FTP 1.0.3