mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-08 22:46:31 +03:00
UILinearLayout fixed WrapContent with padding. UITextEdit fixed font color. Code Editor: Change pixel density from the UI. Display current line-collumn and document line count.
971 B
971 B
TODO - Short and mid term plans.
Log
- Add log levels.
CSS transitions and animations
- Add
cubic-beziertiming function support.
UICodeEditor
- Add new CSS properties related to the widget.
StyleSheetParser
Detect errors and log them.
TextDocument
-
Add multi-line search and replace.
-
Add auto-close brackets.
-
Add XML tags auto-close.
UITreeView
Implement a simple tree view widget, to at least cover the most common use cases.
Code Editor
-
Support single instance (when a new file is opened while a previous instance exists, open it in the first instance).
-
Once
UITreeViewis finished add a directory/project tree view. -
Add support for function listing.
-
Display number of results in search and number of replacements.
UI Editor
-
Integrate the
UICodeEditorinto the editor in order to be able to edit the layouts and CSS in app. -
Once
UITreeViewis finished add a tree view inspector of the node tree.