JDK-8172334 : Control for CodeEditor
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8u112
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: other
  • CPU: x86
  • Submitted: 2017-01-05
  • Updated: 2017-01-06
  • Resolved: 2017-01-06
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE REQUEST :
Here I request creating a control for editing code. I know about RichTextFx, but this one becomes unresponsive on large files. The new control should be able to handle large files
- does not read all text in memory
- may parse one time the complete file to know where are multiline strings or comments, but not more
- line numbering, search/replace would be nice.
For a good implementation in Swing I recommend having a look on www.jidesoft.com, they have a link to run directly a sample application.
Having this may encourage also IDE's to migrate to JavaFx, which will motivate also the others.

JUSTIFICATION :
 I would also migrate my application to JavaFx, but because I miss this I have to wait.



Comments
JDK-8091043 is already tracking the request for a rich text editor control. I note that we have no plan to implement this in the near future.
06-01-2017