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

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 a link with a demo: link. Now I wrote code that…
Martijn Courteaux
  • 67,591
  • 47
  • 198
  • 287
0
votes
3 answers

Regex Extract Delete all but Customer Code:

I have a long text file and I want to save all the lines that are similar to the following: Customer Code: BER17O How can I use REGEX to delete all the data except these lines?
Chud37
  • 4,907
  • 13
  • 64
  • 116
0
votes
1 answer

Regex on large array

I have a very large string in the form: a1 + b1 a2 + b2 a3 + b3 . . . an + bn and I need to convert it to C array operations: a[1]+b[1]; a[2]+a[2]; . . . a[n]+b[n]; What regular expression are you suggesting and which tool? I was trying the…
kostaspap
  • 345
  • 4
  • 10
0
votes
1 answer

How to compile jedit in netbeans

Can someone give steps for importing jedit in netbeans. I followed the tutorial, in http://wiki.netbeans.org/NetbeansedJEdit#Converting_JEdit_into_a_Netbeans_Project not able to find, NetbeansedJEdit.zip in it. when i try to open using netbeans…
FirmView
  • 3,130
  • 8
  • 34
  • 50
0
votes
2 answers

Cannot edit main window jEdit

I can no longer edit the main window of jEdit 4.5.1 on OS X 10. java 1.6.0_29 The last file I was editing appears but I can't click it. I'm using the XML plugin. I've tried uninstalling and reinstalling and rebooting, no results. I've also tried…
Trevesy
  • 117
  • 4
-1
votes
1 answer

java:10: error: cannot find symbol (with jEdit)

I've code on Java since three months. I started with Intellij Idea, but it's so heavy for my computers, so I've decided code using jEdit. But many software that I've programmed it's in the way of Intellij, so I oppened my programs on jEdit. As…
Maclos
  • 7
  • 1
  • 3
-1
votes
1 answer

jedit unwanted conversion of english words to Greek Letters, Math and Logic symbols

Problem: Some English words are translated to symbols Greek letters as English words are translated to symbols: example lambda is converted to the equivalent small Greek letter. Logic and Math words are transliated to symbols. examples: and, or,…
Jim P
  • 3
  • 4
1 2 3
8
9