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

jEdit change PHP highlight background color

How to change background color for PHP code in jEdit when mixed with HTML or Javascript or text? I mean how to do something like this screenshot: [dreamweaver example] or suggest any other free editor that does that trick.
superstar
  • 33
  • 9
0
votes
0 answers

Auto complete in `notepad++`

I'm a great fan of notepad++. Because of it's opensource and simplicity. I would like to help to make it more professional tool. In a recent days i have used jedit also a opensource editor. In this i was attracted to a feature called autocomplete…
Ravi MCA
  • 2,491
  • 4
  • 20
  • 30
0
votes
4 answers

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 root. Is there a option to set, that jedit keeps the…
Alex
  • 4,033
  • 9
  • 37
  • 52
0
votes
2 answers

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 Suggestions?
Maladon
  • 398
  • 2
  • 11
0
votes
1 answer

How to change jEdit autoclose html tag functionality?

jEdit autocloses the last open html tag when typing I want jEdit to close the open tag automatically (as it closes a bracket) and places the cursor between the tags. How can I do this?
user2950435
  • 3
  • 1
  • 1
0
votes
1 answer

jEdit plugin best practise

Which plugin could be example of the best jEdit plugin? In terms of the code, the use of tests. I've made Markdown plugin and want to update it. This plugin has no any tests and uses a singleton. Which plugin can I use as example?
Radio Rogal
  • 462
  • 4
  • 9
0
votes
1 answer

Something changing how many keys are read in Jedit

Occasionally something will happen in Jedit (I guess I am pressing some key sequence that is putting me into some other mode), and the keys I press show up as all sort of strange symbols. I don't know how to fix the behavior; closing and re-opening…
theQman
  • 1,690
  • 6
  • 29
  • 52
0
votes
1 answer

Wildcards in regular expression in directory paths for search/find?

This should be really simple. This directory C:/ Users/matt/Documents/*/xyz123 should match any directory in C:/ Users/matt/Documents/ "that contains a sub-directory" called xyz123.
user3051492
0
votes
2 answers

Warning while importing JEdit from SVN

I am trying to make some modifications to JEdit which is stored using SVN (Its a project). I have installed TortoiseSVN and got the files from the server into my pc. Then I imported the files as a existing project into Eclipse. The problem now is…
chettyharish
  • 1,704
  • 7
  • 27
  • 41
0
votes
1 answer

run jedit single command from terminal linux

I'm trying to run jedit from the terminal on fedora. its installed to the path /usr/local/share.... How do I get it to run "jedit" from the terminal rather than switching to the directory and typing java -jar jedit.jar to execute the program. I…
zam
  • 451
  • 2
  • 5
  • 21
0
votes
1 answer

jEdit buffertabs one for all views

I normally use two views (split panes) in my jEdit. I also like to use BufferTabs. On my last computer I was able to have one BufferTabs section below the tow views from which I could change both view (depending on which was active). Now with the…
red_tiger
  • 1,402
  • 3
  • 16
  • 32
0
votes
0 answers

Compile and run saved changes

Under what conditions can one save a class file (with debug print statement), compile from command line, run, and actually run the old version of the program without the new statement? Is there a common mistake that causes this or, if not that,…
clwhisk
  • 1,805
  • 1
  • 18
  • 17
0
votes
2 answers

Regular Expression with intact text

Im using Jedit and regular expression to replace some text in several code from files. There are a lot of similar start and ends like: Something Text Sample Something Else Or Something I dont know what else Something Else Then I search…
0
votes
5 answers

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[] args) throws IOException, InterruptedException { …
0
votes
3 answers

How can I create a netbeans 7.3 project wrapping the jedit source code?

I thought this is an easy question because there's already a wiki topic about this here especially this section. however the wiki is out of date. A prior question exists here on Stackoverflow that only has a reference to these now out of date wiki…
Warren P
  • 65,725
  • 40
  • 181
  • 316
1 2 3
8
9