jedit

jEdit+JythonInterpreter: how to import java class?

Hi, I'm running jEdit with the JythonInterprete and I have a .jar file called JavaTest.jar. JavaTest has a class called SampleJavaClass which has a method printerCount. From my .py file, I want to do: from javatest import SampleJavaClass class SampleClass(SampleJavaClass): def pymain(self): SampleJavaClass.printerCount(4) Java...

How can I run scalatest in jEdit or Eclipse?

I'm teaching a course in Scala, starting just after the Fourth of July. I'd like to teach scalatest, but I cannot get it to work. By preference I'd like to get it working with jEdit and the ScalaMiniIDE plugin. That requires Maven, which I don't know at all. jEdit has a Maven 0.3 plugin and a Maven2 1.3 plugin (the latter won't load) an...

jedit navigating file system with keys when opening a file

How to make jedit navigating file system with left, down keys. So when in the ctrl-o form, if I press left key after the cursor is at the first character of file name, it should jump up the file browser tree and every left key press would move up higher in directory. It used to work out of the box with 5-6 old jedit, but these newer vers...

Simple-Build-Tool Error highligtning in JEdit

Hello All I currently experimenting with different lightweight texteditors for Scala development. JEdit seems to enable the user to make many tweaks. However im currently having a problem with its error and warning highlightning, via the Console plugin. It marks some lines as errors without actually being it. Thats why I wanted to ...

Why doesn't jEdit work with the 'open' Unix command?

I recently installed jEdit on my Mac OS 10.6 system. I would like to be able to run jEdit in the terminal as I would emacs, i.e. 'emacs FILE.NAME'. My plan was to write a script jedit.sh containing... touch $1 open -a /Applications/jEdit.app $1 ...where the argument is the filename. Strangely, jEdit is opened but only with the default...

Adding fonts to JEdit

I'm trying to add Monaco true type font on JEdit under Ubuntu Linux. ...

How can I use jEdit editor to code in Objective C on Windows

I'm new to Objective C. I've installed jEdit on windows 7 and the gcc compiler too. I need to know how to use jEdit to develop Objective C applications on windows Thank you. ...