CSS-Editor-FX
CSS-Editor-FX copied to clipboard
A CSS editor written in JavaFX 8
CSS Editor FX
A CSS editor written in JavaFX 8
This is a study project in 2017. Not maintain now.
Hope it inspires you about using Spring Boot + JavaFX together
Features
- Code Highlight
- Code Assist
- JavaFX Context
- Current Context
- Specify Context
- Preview
- Color
- RGB
- Color Function
- Gradient
- Context Color Paser
- Shape
- Color
- Other Text Editor Common Features
- Code Format
- Toggle Comment
- Custom Font
- Custom Shortcut
- Known Bugs
Code Highlight

Code Assist
JavaFX Context

Current Context

Specify Context
Not implement yet
Preview
Color
RGB

Function

Gradient

Context Color Paser

Shape

Other
Code Format
Not implement yet
Toggle Comment
Custom Font

Custom Shortcut

Known Bugs
- richtextfx codeArea undo leads IllegalArgumentException when merge changes. See https://github.com/TomasMikula/RichTextFX/pull/402, it may resolve soon.
- close tab will not correctly refresh currentTab property. It lead tab color and scrollbars still.