Questions tagged [jedit]

jEdit is a multi-platform open source text editor written in Java.

jEdit is a multi-platform open source text editor written in Java.

It is a mature programmer's text editor with hundreds of person-years of development behind it. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code.

The jEdit core, together with a large collection of plugins is maintained by a world-wide developer team at SourceForge.

127 questions
0
votes
2 answers

How do you add a directory of java classes to a project?

I have a Java project I'm working on, and wish to include a directory full of classes. These are the "JEdit Syntax" classes, and come within two packages: org.syntax.jedit org.syntax.jedit.tokenmarker However, everywhere I look it tells me to…
Mike Trpcic
0
votes
1 answer

How to add new programming language to jEdit?

I've recently been learning the Processing programming language. Processing includes an IDE called the Processing Development Environment (PDE), but the editor is quite basic. The IDE has an option to use an external editor. One of my preferred…
tyronegcarter
  • 301
  • 3
  • 7
0
votes
1 answer

Building jEdit In Intellij

I have been trying to build Jedit from this link http://sourceforge.net/projects/jedit/files/jedit-devel/4.3pre9/ with intellij however when I try to compile the following error appears many times and when I oh try to import the libraries from…
0
votes
1 answer

How to use Jason with JEdit on Mac

I'm just starting out with Jason (agent-oriented language) and having problems running some code. It gives me the following error: I'm pretty new to this so not really sure what to do next. This is the path information from Jason: I can tell the…
MOA
  • 349
  • 1
  • 16
0
votes
0 answers

Building jEdit in Netbeans: Error: Could not find or load main class org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner

I'm tyring to build jEdit in Netbeans in Windows and was getting the following error: Error: Could not find or load main class org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner Running org.jedit.io.Native2ASCIIEncodingTest Tests…
bmc cpu
  • 1
  • 2
0
votes
1 answer

How to Move a File in jEdit

In jEdit, I have a file that I want moved to another directory? I do not see an easy way to do this. Does anybody know how? I already tried looking for a plugin, but to no avail.
jax
  • 728
  • 1
  • 11
  • 31
0
votes
1 answer

JEdit plugin error while loading Isabelle

I am working with a Windows 10 device and after some work with Isabelle I get the following error: The following plugin could not be loaded: C:\Users\PC\Desktop\Isabelle2018\src\Tools\jEdit\dist\jars\Isabelle-jEdit.jar: Cannot start: *** [line 1…
user1868607
  • 2,558
  • 1
  • 17
  • 38
0
votes
1 answer

jEdit: using SuperAbbrevs within SuperAbbrevs

I just discovered the very useful SuperAbbrevs plugin for jEdit. I've programmed a few abbreviations and it works great. But I like to do the following. Abbreviations: p =

${1:}

img = ${2:} So when I type: p it will…
joh-3
0
votes
1 answer

how to handle imports with jEdit?

Having some problems with Netbeans; not able to login to the jEdit forum. Is there some plugin to configure which will handle auto-imports as Netbeans does with ctrl-shift-i? (Probably I'll just try Eclipse, but would like to try jEdit.) see…
Thufir
  • 8,216
  • 28
  • 125
  • 273
0
votes
2 answers

jEdit 5.4 Windows 7 Install error: Thinks a jEdit session is open when it is not

I have been running jEdit 5.3 for about 1.5 years with no significant problem. On 2017-07-03 I used it and it worked fine. On 2017-07-04, it would not start. jedit and javaw exe's were created, but the jEdit window did not display. I uninstalled…
Jim P
  • 3
  • 4
0
votes
2 answers

jEdit Python Shell plugin fails to run Python3 (How to update a file in a .jar archive?)

What puzzles me is, how does it come that the Python Shell plug-in for jEdit does not work with Python3? The issue seem to be known since year 2012 and apparently no one has yet provided an updated version (…
Claudio
  • 7,474
  • 3
  • 18
  • 48
0
votes
2 answers

jedit system tray not displayed / jedit window does not appear

I've been using jedit for a few years. I installed it (not recently) with server mode so that jedit-server starts each time my OS starts. I'm using windows 7 and java 1.8.0_111 and I recently noticed the random lack of jedit system tray icon. By…
yohann.martineau
  • 1,523
  • 1
  • 17
  • 24
0
votes
0 answers

jEdit add auto Javadoc code + menu entry

I need to add to the jEdit core a "Task" that is always adding Javadoc comments to all classes, methods and attributes in an x second interval. The amount of seconds is set in an popup opened from a menu entry that needs to be added as well. I know…
Xervia
  • 91
  • 1
  • 12
0
votes
2 answers

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.
Mostafa Elmoghazi
  • 2,124
  • 1
  • 21
  • 27
0
votes
2 answers

Adding fonts to JEdit

I'm trying to add Monaco true type font on JEdit under Ubuntu Linux.
PaulR
  • 47
  • 8
1 2 3
8 9