Skip to content

Add Support for TokenMarker #413

@dprutean

Description

@dprutean

I am looking to move from jidesoft.com code editor to RichTextFx. Few features I miss:

  • Support for TokenMarker. TokenMarkers are Java classes generated by JFlex lexical parser. See http://jflex.de/ and http://syntax.jedit.org/. I ask you to implement this because a good implementation will work very well on large files - the text verification will be done from the last line without any highglight till after the edited line, where the highlight is the same.

  • Add search / replace dialog directly to the editor. Having this directly build-in is a great advantage.

  • Consider features for editing large files. The best editors I saw, like the one from jidesoft can edit very large files, computing the lines and loading only the visible one. This feature may be pretty difficult.

  • Improve the sample application in your jar. When launching java -jar richTextFx.jar start directly the demo, and inside show all features you have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions