useocl / use

Home of the UML-based Specification Environment (USE)
GNU General Public License v2.0
38 stars 16 forks source link

Added auto completion in the EvalOCLDialog #73

Open till-a opened 10 months ago

till-a commented 10 months ago

Works for

Note: Autocompletion is currently integrated into the EvalOCLDialog only and not into the shell. As a result, only collection operations and class members are fully supported.

till-a commented 10 months ago

Would be great to accept suggestions by pressing <enter>. Reducing the suggested entries while typing would improve teh usabilty, too!

Both of these should work in 9739f1d11b57d80259d2a1a62cbf5c692b78b6c8 as the suggestions are now dynamically updated with every written character. To move through the suggested list the ArrowDown and ArrowUp keys can be used (also see documentation/documentation.md for keybinds).