Tagged Questions
jEdit is a multi-platform open source text editor written in Java.
9
votes
8answers
5k views
Whatever happened to jEdit
I'm not sure if many people know about this text-editor?
jEdit was kinda big in 2004, but now, Notepad++ seems to have taken the lead(on Windows)
Many of the plugins haven't been updated since 2003 ...
8
votes
3answers
4k views
How do I configure jEdit for Scala projects?
I'd like to be able to use jEdit to write, compile and test projects written in Scala. How can I configure it to do so?
6
votes
1answer
822 views
Using jedit as an IDE
What are the steps necessary to configure jEdit to be an IDE? I basically want to compile and debug Java programs. There are so many Java plug-ins. I'm not sure which ones are best.
4
votes
3answers
953 views
How do I add an edit mode to jEdit?
While looking for a light-weight Scala development environment, I came upon an Scala edit mode for jEdit. I don't know how to put it to use, though. How does one put a new edit mode in jEdit?
3
votes
1answer
22 views
Jedit: regular expression - how to?
It have a code smth like this:
<pre> text
</pre>
long long text
<pre> text
</pre>
long long text
I have to find this entry
<pre> text
</pre>
in jedit ...
3
votes
1answer
213 views
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:
...
3
votes
2answers
381 views
jEdit Mac OS keyboard behaviour
Is there anyway to have jEdits keyboard controls behave the same way that a native Mac OS app does?
By behave I mean command+left moves the caret to the start of the line, alt+left moves to the ...
2
votes
1answer
29 views
Need a “one-click” webdev hotkey workflow solution
Question for all you webdev guys/gals who have found a minimal-hassle development environment.
OS: Win7
Editor: JEdit
Task: Previewing work in a web browser
I would like to program a single hotkey ...
2
votes
1answer
241 views
Open the JEdit JDiff-Plugin from the command line
I am using JEdit with the JDiff plugin for file compares. Now I would like to open the JDiff plugin from another tool using command line parameters. Is this possible? So far I was only able to open ...
2
votes
1answer
402 views
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 ...
2
votes
3answers
2k views
Different Background color for columns of COBOL source
I am looking for a way to "downlight" columns in Notepad++.
the COBOL compiler ignores the first 6 columns and all characters starting from column 73 (to column 80, 81+ is ignored anyway).
The ...
1
vote
0answers
89 views
Multiline regexp in jEdit custom mode
I'm currently creating a language with a friend and I would like to provide a highlighting for it in jEdit.
It's syntax is actually quite simple. The functions can only match this pattern:
...
1
vote
1answer
184 views
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 ...
1
vote
2answers
426 views
Is jEdit usable as an IDE?
After some frustration with other text editors, I recently discovered jEdit. It seems like a light-weight editor that has so many plugins that it could be grown to be a full IDE. I especially like ...
1
vote
2answers
322 views
Intellisense in jEdit
Does anyone know of a plug-in that provides intellisense for jEdit? This post seems to indicate something exists, but I'm not sure how to get it working on my system. For now, I'm mainly interested ...
1
vote
1answer
170 views
Simple-Build-Tool Error highligtning in JEdit
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 ...
1
vote
1answer
107 views
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 ...
1
vote
4answers
530 views
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 ...
1
vote
1answer
104 views
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?
1
vote
2answers
919 views
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:
...
1
vote
2answers
1k views
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 ...
0
votes
1answer
93 views
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 ...
0
votes
1answer
25 views
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.
0
votes
1answer
112 views
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 ...
0
votes
2answers
42 views
jEdit - Filter SVN directories/files out of “Search in Directory” function
Using the jEdit programmer's text editor, given a directory of existing code, I have been searching for and updating references in directories using the "Search in Directory" function. However, the ...
0
votes
1answer
84 views
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 = <p>${1:}</p>
...
0
votes
5answers
192 views
Most Helpful Java Beginner Book [closed]
Possible Duplicate:
Best Java book you have read so far
I just followed a YouTube tutorial on how to crate the HelloWorld file. Then I wrote a short "int" program, adding a couple values. ...
0
votes
1answer
574 views
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.
0
votes
1answer
242 views
0
votes
2answers
269 views
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...
...
0
votes
1answer
30 views
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 ...
0
votes
2answers
206 views
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 ...
0
votes
2answers
49 views
jedit alters user and group of file
I'm running jedit as root, to alter several system files in /etc, some of these files
have different owners then root.
When I edit such a file, and save them, jedit set user to root and group to ...
0
votes
2answers
270 views
How to convert a csv list (horizontal) from vertical name value pair set
I have a list like this:
GTPYANJ 695848
GTPYANJ 27811
FPORTAL3 432532
I want to turn it into this using regular expressions:
GTPYANJ,695848,27811
FPORTAL3,432532
...
0
votes
4answers
690 views
Launching jEdit From Java Swing App Using Runtime.getRuntime().exec()
I'm writing a Java Swing Application running on Red Hat Enterprise Linux 5 server that I would like to launch jEdit to view log files.
Here is some example code.
public static void main(String[] ...
0
votes
1answer
465 views
Java: Syntax highlighting component keyevents
I just met the lib BeanShell. And now I'm making a Java Editor with a run-button who runs the code without compiling. For the texteditor-component, I use the open-source jEdit Syntax Package. Here is ...
0
votes
2answers
124 views
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
...
0
votes
1answer
280 views
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 ...
-1
votes
1answer
270 views
anyone used Jedit to code in Scala [closed]
does anyone used jedit as the ide for scala featuring code completion and other goodies.....