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

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... touch $1 open -a /Applications/jEdit.app…
zebraman
  • 2,424
  • 5
  • 20
  • 21
0
votes
1 answer

How to use Jedit as the external editor of 7zip

I am trying to use Jedit as an external editor to 7zip. 7zip opens Jedit as external editor however edits are only saved back if Jedit was not running previously. I probably should pass -noserver or -newview command line arguments to Jedit as an…
SunWuKung
  • 527
  • 4
  • 16
0
votes
2 answers

jEdit launching from cyberduck FTP on mac

My programming text editor of choice is jEdit on my Mac, but I'm having trouble with a new version I installed. Cyberduck (mac desktop FTP client) used to be able to launch files for editing. This has stopped working. It downloads the file to a…
Harry Wood
  • 2,220
  • 2
  • 24
  • 46
0
votes
1 answer

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 browser tree and every left key press would move up…
Shreko
  • 321
  • 4
  • 16
0
votes
1 answer

How to embed jEdit in a JTabbedPane (or JInternalFrame)

jEdit is great, and I would like to include it in JTabbedPane. From the API it seems to be possible but I have been unable to achieve this. By any chance do you have a simple example that works ?
user3665736
  • 101
  • 1
  • 6
0
votes
2 answers

Installing Copy Selection or Line Macro for Jedit

hi I am new to jedit and I am trying to install a feature that lets me copy the current line when nothing is selected. I found this macro here http://www.jedit.org/users-guide/macros-clipboard.html under Copy_Selection_or_Line.bsh. it seems like it…
Mad Program
  • 129
  • 1
  • 1
  • 9
0
votes
2 answers

regexp: how to postprocess replace result

In my text editor (phpStorm, notepad++, jedit, ect.) I have strings like: .... $this->request_json['store-user-id'] ..... .... $this->request_json['deviceID'] .... I need to replace them…
Tertium
  • 6,049
  • 3
  • 30
  • 51
0
votes
1 answer

Jedit editor ftp lastmodyfiaction file

jEdit editor "Local File Browser" has last modification column. It's cool! How to set last modification file column in FTP plugin remote browser in jEdit editor?
pogdan
  • 11
  • 2
0
votes
2 answers

installing apache.commons.lang on MAC jEdit

I need help installing Apache.Commons.Lang on Mac jEdit Steps Taken: I need help installing Apache.Commons.Lang on Mac jEdit. I have downloaded the file from Apache. I tried copying the "commons-lang3-3.3.2.jar" in many locations with no avail. I…
newtrail
  • 1
  • 2
0
votes
1 answer

Highlight comments background in jedit

Just started to use jEdit (I'm a die-hard vi/vim user) and I've come across a question already that I cannot find anywhere. I want to display any comments in my source code not just in a different colour (I already have that) but also with a…
prosmart
  • 54
  • 7
0
votes
1 answer

jEdit in hard word-wrap mode: insert comment character automatically?

Probably quite a niche question, but I believe in the power of a big community: Is it possible to set up jEdit in way, that it automatically inserts a comment character (//, #, ... depending on the edit mode) at the beginning of a new line, if the…
ojdo
  • 8,280
  • 5
  • 37
  • 60
0
votes
0 answers

Dragging in JEdit and Ubuntu may lockup cursor and make desktop access impossible

EDIT: probably not a jEdit bug.. This is the one way I know to re-create the problem. Environment: Gnome, Ubuntu 14.04, jEdit from the repository, OpenJDK On occasion when performing a click, hold, and drag over selected text, jEdit will go into…
jcalfee314
  • 4,642
  • 8
  • 43
  • 75
0
votes
1 answer

Find from last blank line to string using regex

I need to do a search in jEdit for a string starting with the end of the last empty line up to another string: blah blah blah blah blah empty line empty line empty line *start here* blah blah blah blah blah blah blah blah ------ Running…
alphablender
  • 2,168
  • 5
  • 27
  • 42
0
votes
2 answers

Building jEdit In Eclipse and Ant

I am trying to build the source code for jEdit project inside eclipse. In generally it gives a lots of error like as the below screenshot: However, running the ant build command results in successful build output. I have added ant builder in the…
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
1 answer

How to make jedit file-dropdown to display absolute path (not filename followed by directory)?

All is in the title. If a have opened the three files: /some/relatively/long/path/dir1/file_a /some/relatively/long/path/dir1/file_b /some/relatively/long/path/dir2/file_a The file dropdown contains: file_a (/some/relatively/long/path/dir1) file_a…
Juh_
  • 14,628
  • 8
  • 59
  • 92
1 2 3
8 9