JDK-8355957 : Add code folding support to CodeArea
  • Type: Enhancement
  • Component: javafx
  • Affected Version: jfx24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2025-04-29
  • Updated: 2025-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
A DESCRIPTION OF THE PROBLEM :
Code folding is a highly requested and popular feature for code editors. For example, it is available in libraries like RichTextFX (JavaFX) and RSyntaxTextArea (Swing), as well as in all major IDEs such as NetBeans, IntelliJ IDEA, and VS Code.

Therefore, I suggest adding support for code folding.