numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Improve autocompletion for methods #99

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

SUMMARY

Implements necessary changes for #24

Reviewers: @numere-org/maintainers

IMPLEMENTATION

DOCUMENTATION


TESTS BY REVIEWERS

raphael-sys commented 1 year ago

No automatic software tests will be added for this GUI feature.

raphael-sys commented 1 year ago

@numeredev In a manual test I did not see any auto completion for example for tables. Maybe this is an issue with my setup. Should I see suggestions when for example typing myTable().? If so we might have to check why this is.

numeredev commented 1 year ago

Yes, it should yield results in both cases, editor and terminal. Where did it not work?

numeredev commented 1 year ago

@numeredev In a manual test I did not see any auto completion for example for tables. Maybe this is an issue with my setup. Should I see suggestions when for example typing myTable().? If so we might have to check why this is.

Problem resolved: does only work with the corresponding new language strings. Forgot to mention that somewhere