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
4
votes
2 answers

How to synchronise jEdit settings between multiple computers

I use jEdit as a text editor, because it's cross-platform, and has all the features I need (Java regular expressions, keystroke macros, etc). However, it's a pain to set up on a new computer, and to synchronise settings (keyboard bindings, file…
Huw Walters
  • 1,888
  • 20
  • 20
4
votes
1 answer

jEdit+JythonInterpreter: how to import java class?

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…
JChao
  • 91
  • 1
  • 4
4
votes
1 answer

What is UTF-8Y enconding?

I found this encoding in the configuration of a text editor. What does UTF-8Y mean and how it is different from UTF-8?
minerals
  • 6,090
  • 17
  • 62
  • 107
4
votes
2 answers

How to use persistent heap images to make loading of theories faster in Isabelle/jEdit?

Let's assume I have a directory isabelle_afp where a lot of theories are stored. This directory is a library and I do not plan to change the files in it. I want to speed up the start-up time of Isabelle/jEdit (by default, all theories in…
corny
  • 7,824
  • 3
  • 14
  • 20
3
votes
1 answer

How to run test files in Clojure

I'm using jEdit and what I want to do is to write a file and run tests to it. I'm interested in the process of running the tests, not the files themselves. So I wrote this simple function in File.clj (defn abs [n] (if (neg? n) (- n) n)) And this…
Faery
  • 4,552
  • 10
  • 50
  • 92
2
votes
2 answers

Is there a tutorial on how to use JEditTextArea in my application?

I'm trying to embed the JEditTextArea into my application, which is available here: http://syntax.jedit.org/ I was wondering if there was a definitive guide to doing this? I am having problems getting the packages to work, and am not sure how I'm…
Mike Trpcic
2
votes
1 answer

how to configure jEdit to select $ along with variable name

How do I set up jEdit to pick up the dollar sign as part of the variable name when selecting a "word" in php mode?
Christopher Mahan
  • 7,621
  • 9
  • 53
  • 66
2
votes
2 answers

Jedit matching html tag plugin

I'm looking for a jedit plugin that match (highlight or other) the open and the close of a html tag (div, table,...), like notepadd++ (view attached image, in green). Is there something that do this? Thanks a lot in advance for suggestion! Example:
luna80
  • 173
  • 2
  • 12
2
votes
1 answer

Access to the jEdit variables from SuperAbbrevs template

I wonder if there is any way how to access jEdit variables (like the buffer variable) from the beanshell inside SuperAbbrevs plugin template. When I try to expand following template, the error Attempt to resolve method: getName() on undefined…
eNca
  • 1,043
  • 11
  • 21
2
votes
1 answer

Jedit git plugin usage

I have installed the Git Plugin for JEdit but dont see how to make it work. I currently use the SVN Plugin and have no issues with this but work is asking for a change to gitlab. Where do I setup the access to the gitlab repository and what is it…
2
votes
1 answer

Finding the regular expressions search in jEdit

I am not a programmer, I am a book editor, and need to automate a task. I need to be able to load my entire book into a program to add

before every paragraph, and

after each one. Currently I have to go through and entire book on notepad and…
2
votes
1 answer

How to set up jEdit for sbt build error highlighting?

I currently experimenting with different lightweight text editors for Scala development. jEdit seems to enable the user to make many tweaks. However, I'm currently having a problem with its error and warning highlighting via the Console plugin. It…
Stefan
  • 725
  • 2
  • 9
  • 16
2
votes
5 answers

how to Open a new instance of jEdit?

I'm new to jedit, and I haven't yet found out how to open a new window. For example, I want to be editing one set of files in one space on my Mac, and edit a different set of files in another. Does anyone know how to open a new instance/window of…
annahen14
  • 51
  • 3
2
votes
2 answers

How to fix JEdit 5.1.0 to don't complain about Java SE 6?

I have Mac OS X 10.9 and Java SE Runtime Environment (build 1.7.0_17-b02)... I had another version of JEdit (I guess JEdit 4) and Java 6 before and my JEdit was working fine. Then I upgraded Java to Java 7 because NetBeans7.4 needed to be installed…
Mona
  • 788
  • 3
  • 13
  • 18
2
votes
1 answer

How do I disable auto-compilation of Scala source in jEdit?

I have always liked the auto-compilation feature of jEdit with Scala sources. Now, however, I'm using "mvn scala:cc" and JavaRebel with a Lift project, which provides better compilation than what jEdit does, and I'd like to disable jEdit's…
Daniel C. Sobral
  • 295,120
  • 86
  • 501
  • 681
1
2
3
8 9