Files
eepp/TODO.md
Martín Lucas Golini ad4e4b5367 Minor improvements to UITreeView and related views.
Also improved UISplitter.
Improved side panel in ecode.
2020-07-20 00:34:40 -03:00

886 B

TODO - Short and mid term plans.

Log

  • Add log levels.

CSS transitions and animations

  • Add cubic-bezier timing 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.

Code Editor

  • Support single instance (when a new file is opened while a previous instance exists, open it in the first instance).

  • Add support for function listing.

  • Display number of results in search and number of replacements.

  • Add support for global/project search.

  • Add support for find and open file.

UI Editor

  • Integrate the UICodeEditor into the editor in order to be able to edit the layouts and CSS in app.

  • Once UITreeView is finished add a tree view inspector of the node tree.