Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: line number highlight demo (#1200)
* feat: line number highlight demo * Package and class name fix up * Removed unused numberFactory * Only add currentParagraphProperty listener once * Replace complex list usage with SimpleIntegerProperty * Make LineNumberHighLightFactory independent of outer class * Replaced double Label and setVisible with setStyle * Removed unneeded CodeArea field and StackPane * Removed unnecessary index increment * Replaced IntegerProperty with direct currentParagraphProperty use * Removed unneeded graphicFactory wrapper * Added implementation comment * Implemented more efficient style change mechanism * Fixed indent * Renamed variable * Moved to lineindicator folder --------- Co-authored-by: Jurgen <[email protected]>
- Loading branch information