goto40
goto40
Autocompletition works great for options integrated with decorators (as we do in textX). E.g.,--language automatically provides all available languages (this feels great). However I did not manage, so far, to...
The - - x option autocompletes, based on the selected language.
> I would really like to be able to filter/extend list of options for a particular command. This would enable to extend the list if a language is given thus...
(I accidentally did some refactorings in this branch - this should not hurt - this is a playground only)
For me it sounds useful to be able to transform the model prior to scope resolution : we do the same for object processors working on match rules. The feature...
Alternatively, the problem could be solved with a user defined class: the name is deduced when constructing the element... That would be even simpler...
I will give it a try and the see what to propose to the user on SO...
## Problem * **Use case** (https://stackoverflow.com/questions/56362019/textx-how-to-generate-object-names-with-objectprocessors): define the name of an object based on other model elements, including a reference to other model elements. * **Object processors** are executed at...
Initial implementation looks good. No BIC.
You are absolutely right. We should deeply think about what to do here. For me, we could also postpone this change into TEP-001... (see PR #194). However, the SO-user will...