Files
eepp/TODO.md
Martín Lucas Golini 375d1e66e8 Added Variant "String" support.
Added panel location configuration (left or right).
Added default key modifier (CTRL on Linux and windows, META on macOS, ALT on Haiku).
Optimized GlobalSearchController.
Allow using $FILENAME in linter warning pattern.
Optimized ProjectSearch.
Added TextDocument delete on close option (default for temporal files downloaded from the Internet).
2022-03-20 15:04:07 -03:00

654 B

TODO - Short and mid term plans.

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 XML tags auto-close.

ecode - 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.

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.