Embedded Text/Java Editor

B

brian.vanheesch

I am looking for an open source text editor that I can easily embed
into my application. Basically, I need a JComponent-based text editor
I can add to a JPanel (that is, not a full IDE such as JEdit or
Eclipse ;)

I am looking for the nice features such as:

- color syntax highlighting (based on content type)
- line number ruler
- optional folding
- optional hovering
- optional code assist
 
E

Evans

I am looking for an open source text editor that I can easily embed
into my application.  Basically, I need a JComponent-based text editor
I can add to a JPanel (that is, not a full IDE such as JEdit or
Eclipse ;)

I am looking for the nice features such as:

- color syntax highlighting (based on content type)
- line number ruler
- optional folding
- optional hovering
- optional code assist

Try http://ostermiller.org/syntax/ it has a good Java syntax
highlighter that is small enough to embed into your application. About
the rest of your requirement, am afraid, you'd need to search really
hard to find them.

HTH
 
R

Roedy Green

I am looking for an open source text editor that I can easily embed
into my application. Basically, I need a JComponent-based text editor
I can add to a JPanel (that is, not a full IDE such as JEdit or
Eclipse ;)

I did a google. There are dozens of people making requests for such a
beast but no responses. This is odd. I would have expected hundreds
of such little editors. Perhaps you should search for standalone text
editors written in Java, and talk to the authors about what could be
done to embed them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top