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

Every time i open a file with jedit text editor, large buffer warning pops up

I use jEdit very often to open my xml files. It so happened that once i tried opening a huge file(around 900MB file size, say xyz.xml) with jEdit, which failed. From then on, every time i open any file(file size< 1MB) with jedit text editor, large…
Autumn
  • 339
  • 5
  • 19
1
vote
1 answer

scheme in jedit

I have been searching for quite a while for a way to get color codes for the Scheme language in Jedit. Anybody know how I can do that? I also haven't figured out how to compile my Scheme code in terminal (mac), so I'm wondering if you could give me…
Arash Saidi
  • 2,228
  • 20
  • 36
1
vote
1 answer

Basics of writing plugins for Jedit

Can anyone direct me to a tutorial on writing plugins for Jedit? I have a pipedream of using Jedit as an editor for SAS. Currently, it does syntax highlighting, but I feel it is or could be made better by fleshing out the ideas better. A couple…
AdamO
  • 4,283
  • 1
  • 27
  • 39
1
vote
1 answer

using jedit the split pane resizes proportionally on one system and not on another

I am using JEdit on two Ubuntu systems (12.4, 10.4) and having an issue with vertically-split window. When I resize the whole JEdit window, two side-by-side split panes resize proportionally on one system (10.4) but on the other system the left pane…
Art Swri
  • 2,799
  • 3
  • 25
  • 36
1
vote
1 answer

Creating a jEdit macro, what is the proper way to find out how many instances SearchAndReplace wrote into a buffer

I am attempting to create a macro in jEdit. I am attempting to remove all the white space from the start of every line in a buffer. Here's the jEdit macro (i.e. Java) code I have attempting to do that: textArea.goToBufferStart(false); //Set up…
chaotic3quilibrium
  • 5,661
  • 8
  • 53
  • 86
1
vote
1 answer

jEdit Hypersearch like results in VIM?

In jEdit, you can do what is called a hyper search, which lists all of the search results in one pane, and allows you to click on them to jump to that place in the text. Does vim have a similar functionality, using a plugin or otherwise?
leeand00
  • 25,510
  • 39
  • 140
  • 297
1
vote
1 answer

Dreamweaver code editor is there "Select parent tag" feature. l am not found Jedit. Is there it?

Dreamweaver is in "select parent tag" property. Is there property in jedit? Plugin etc?
1
vote
2 answers

Are there any jEdit syntax highlighting modes for Objective-J

I have found some in the Cappuccino website (vim, textmate and SubEthaEdit), but not for jEdit, and unfortunately I'm just starting on Objective-J so can't make my own. If anyone has got one of them lying around it would be greatly appreciated.
dsm
  • 10,263
  • 1
  • 38
  • 72
1
vote
1 answer

How to provide PATH to a jEdit commando?

After installing node.js, npm, the latest jEdit for Ubuntu, the jEdit Console plugin, and a CoffeeScript commando (sic!), and then configuring the coffee path in coffee.xml, it won't run because node is not found: /home/user/local/bin/coffee -c…
l0b0
  • 55,365
  • 30
  • 138
  • 223
0
votes
2 answers

Batch execution of SAS using a Telnet connection in Python

I have been interested in finding an alternative to the UI in SAS for quite some time now. We license SAS on our server instead of our desktops, so furthermore we have to launch a remote desktop application to execute code. I was able to use a…
AdamO
  • 4,283
  • 1
  • 27
  • 39
0
votes
2 answers

How to dock open files in tab format on top in Jedit

Currently my open files display in a drop down menu in Jedit, and I would like to change the display to tabs.
bobby
  • 99
  • 1
  • 2
  • 9
0
votes
1 answer

Naming the main JTextArea of jEdit from a BeanShell script

My goal is the following: Isabelle/jEdit is an extension of jEdit for the Isabelle theorem prover. I would like to get the typeset, syntax-highlighted version of my theory files to an image file programmatically, using a shell command, as they…
Gergely
  • 6,879
  • 6
  • 25
  • 35
0
votes
1 answer

Calling into jEdit to get a bitmap of the rendered text

In Swift, it is possible to get the bitmap of generated graphical content: Create bitmap of UITextView's entire content I would like to have this for the jEdit text area. How could I do it?
Gergely
  • 6,879
  • 6
  • 25
  • 35
0
votes
1 answer

How do I configure jEdit to work with git rebase -i in Windows?

Anybody successfully doing a git rebase -i in Windows using jEdit? How do you have your git configure core.editor set? It's just giving me errors about being unable to find work files in the .git subdirectories.
Frugal Guy
  • 71
  • 1
  • 5
0
votes
1 answer

java set max stack size

How can I set maximum stack size? I use jEdit to search with regular expression in rather big file (73 kb) and it fails with StackOverflowException. I tried to set -Xss40m but it seems to be initial stack size and after some time it fails with…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
1 2 3
8 9