|
From: Daniel K. <ke...@fo...> - 2000-12-13 18:39:03
|
At 07:43 AM 12/13/00 +0545, Ashish Shrestha wrote: >Is anyone developing a plugin for cvs? Tim Endres' jCVS works nicely with jEdit. You can set jCVS to automatically open a file in jEdit. jCVS is at http://www.jcvs.org/. If you want to doubleclick on a Java file in jcvs and automatically launch jedit, configure jcvs like this... JCVS ... File... Edit Preferences... Actions... Verb Commands... New: .java.open Command: java -jar D:\\progra~1\\jedit\\jedit.jar $FILE -reuseview (this for Windows, make sure it is the path to the jedit directory in your machine and use DOUBLE backslashes) Save... Daniel ke...@fo... |