Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Editor Configuration #521

Closed
yemikudaisi opened this issue Jun 11, 2017 · 1 comment
Closed

Support for Editor Configuration #521

yemikudaisi opened this issue Jun 11, 2017 · 1 comment

Comments

@yemikudaisi
Copy link

In one of my working projects built on RichTextFX, I use a workflow that enables me to specify the code area language like this

CodeEditorConfiguration cfg = new XmlCodeEditorConfiguration();
 CodeEditor = new CodeEditor(cfg, sampleCode);

Also, each configuration get's to specify it's style within the class (with the use of a URLStreamHandlerFactory ) thus making each configuration class more compact and self dependent. So, I'm wondering if the idea is worth a pull request or if RichTextFX would be better without it (as the above example tends to be gearing towards a code editor rather than a control that an editor can be built upon ). Additionally, I'm also considering specifying line number functionality from the editor configuration.

@JordanMartinez
Copy link
Contributor

Thanks for the idea, but I'd say it's just far enough out of the scope of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants