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
1
vote
1 answer

What are the .1 .2 .3 .4 used like methods or properties on a Java class?

I'm working on an old jEdit plugin that used to work with jEdit 4.0. I'm trying to update it for jEdit 5.3. One of the main reasons I have to update the plugin (.jar) is BufferChangeListener and BufferChangeAdapter are now deprecated. I have to use…
D.Sinn
  • 13
  • 3
1
vote
2 answers

jEdit XML Sidekick cannot handle XHTML5

I have a document in XHTML5. That just means that I'm creating an HTML5 document, but I want all the ending tags to be present and I want appropriate encoding, etc. So the file extension is xhtml and the file starts with:
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
1
vote
1 answer

Cannot select built session image in Isabelle/jEdit

This is a follow-up to loading a precompiled heap image in Isabelle Now I am on Windows. I created a Nominal2 heap image into the standard location: $HOME/.isabelle/Isabelle2015/heaps/polyml-5.5.2_x86-cygwin I cannot select it in the Theories panel…
Gergely
  • 6,879
  • 6
  • 25
  • 35
1
vote
3 answers

JEdit Macro - Open and Save File

I have a JEdit (BeanShell) macro which opens a specific file then immediately saves the file to my c:\temp folder (so that I don't accidentally update the real file). Here is the bean shell code: logFilePath = "c:\\temp\\aj.txt"; jEdit.openFile(…
AJ.
  • 13,461
  • 19
  • 51
  • 63
1
vote
3 answers

Opening files with drag n drop in jedit for ubuntu

This may seem like a stupid question, but I really can't find a way to open files from nautilus using jedit. I tried drag n drop and it doesn't work. Couldn't find any plugins in jedit to do this either. Alternatively, I don't mind just double…
Mad Program
  • 129
  • 1
  • 1
  • 9
1
vote
1 answer

Underscore characters disappears on jEdit

I'm using jEdit 4.3 pre 16. As I've mentioned on the title, when I'm typing, sometimes underscore characters disappears. I tried to change fonts, line highlighting etc. but it didn't work. For example when you type: if __name__ == 'main': it…
pocoa
  • 4,197
  • 9
  • 37
  • 45
1
vote
1 answer

How to make whitespace, newlines and tabs visible in jedit

I am working with jedit, and I want to know that how can I make whitespace, tabs and newlines visible in jedit. So far I have created the toggle button for the same. But not getting any clue which file should I modify.
user3546959
  • 17
  • 1
  • 3
1
vote
1 answer

Is xsymbols used in Isabelle/JEdit?

In the section 4.1.2 of the Isabelle/HOL tutorial we find By convention, the mode of "xsymbols" is enabled whenever Proof General's X-Symbol mode or LaTeX output is active. Now, with the fading of Proof General, is there any relevance of xsymbols?
Gergely
  • 6,879
  • 6
  • 25
  • 35
1
vote
1 answer

Custom color scheme for jEdit StandaloneTextArea?

I'm using the StandaloneTextArea (STA) component for an editor with syntax highlighting. I know how to define functions and keywords via xml-file, but I don't know how to customize font and color of the STA. Here is what I have tried so far: Mode…
Daniel
  • 7,252
  • 6
  • 26
  • 38
1
vote
4 answers

Regular expression to wrap matching lines inside pound signs but not leading whitespace

Is there a Regular Expression I could use in the Find/Replace feature of my text editor (Jedit) to do the following: Match any lines in a text file that meet these criteria: The line ends with a closing parenthesis An opening parenthesis exists…
Bowe
  • 181
  • 2
  • 10
1
vote
2 answers

Isabelle/Simpl new heap image does not show in jEdit

I have recently started using Isabelle/jEdit. I have created a heap image for the Simpl AFP entry. I made use of command line isabelle build tool to create the new image. I can see and use the image with ProofGeneral and Isabelle/Eclipse. …
George
  • 2,758
  • 12
  • 16
1
vote
1 answer

Why do incanter, other than incanter itself, namespaces expecting clojure/core/matrix class or .clj?

In a .clj file I have (use '(incanter core io ...)). This error occurs when attempting to evaluate that code: FileNotFoundException Could not locate clojure/core/matrix__init.class or clojure/core/matrix.clj on classpath: clojure.lang.RT.load…
Brian
  • 129
  • 1
  • 9
1
vote
2 answers

How to change the tab style for buffered tabs

How can I change the look and feel of the buffered tabs plugin to make them look like normal tabs instead of a ribbon?
genxgeek
  • 13,109
  • 38
  • 135
  • 217
1
vote
1 answer

How to create a jEdit "New View" that not synchronize with the old window

Hi I just noticed that if you creating a new view on jEdit, when you editing the new one, it affected the text on the original window's text as well, how could I create a New view that allow the user to duplicate data for the current shown view only…
Judy Wong
  • 13
  • 3
1
vote
1 answer

jEdit Java - Compare Class path syntax from Eclipse and how to impliment

This should be simple, I am learning java and want to use jEdit because its light weight on my linux box. In Eclipse I have the option to add external libraries under the build path with all point and click. So in Eclipse my path to the jars are…
user2179455
  • 107
  • 1
  • 2
  • 9
1 2 3
8 9