Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

XDean/CSS-Editor-FX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

highlight.png

Code Assist

JavaFX Context

suggest-common.png

Current Context

suggest-current-id.png

Specify Context

Not implement yet

Preview

Color

RGB

color-color.png

Function

color-derive.png

Gradient

color-lineargradient.png

Context Color Paser

color-context.png

Shape

shape-svg.png

Other

Code Format

Not implement yet

Toggle Comment

Custom Font

font.png

Custom Shortcut

key.png

Known Bugs

  • richtextfx codeArea undo leads IllegalArgumentException when merge changes. See FXMisc/RichTextFX#402, it may resolve soon.
  • close tab will not correctly refresh currentTab property. It lead tab color and scrollbars still.