goto40

Results 22 issues of goto40

I use https://github.com/mikawa/G-TADS to create a german TADS project. I installed the 'de_de' files from there. I created an example project with * an utf8 charset and * a starting...

Until now (textx 3.0), we have the `ImportURI` scope provider base class which allows to use the special attribute "importURI" to load imported models: e.g., see [this example](https://github.com/textX/textX/blob/1fd0b3928a5fcddb2fded3a60b39b3d3ef6e7ff8/tests/functional/test_scoping/interface_model1/Interface.tx#L38). Specializations of...

discussion

Playing around with the meta model properties I added some tests: https://github.com/textX/textX/tree/feature/additional_metamodel_tests I found a possible issue I would like to discuss: In the docu we have **"If there are...

RREL is a quite flexible way to define complex lookup rules. I found a case, where I needed some extra Python code for a custom scope provider. --> I would...

feature
discussion

While playing with the code I found an effect concerning the multiplicity of attributes in case of multiple assignment to the same attribute (http://textx.github.io/textX/stable/grammar/#multiple-assignment-to-the-same-attribute) in one sequence or in more...

bug

I would like to enhance model caching to allow to automatically reload models (e.g., from disc) when models changed (e.g., on disc). Need further analysis to understand how to allow...

enhancement

In the next case (`ComponentsRrel.tx` from our unittests) it would be great to have the possibility to define type dependent RREL specifications: Instead of ``` ... SlotIn: 'in' name=ID ('('...

feature

We should add RREL as difference to the Xtext grammar language.

docs

This PR represents an experiment how to integrate click completition (for the kwargs PR). I extended the types-dsl language to have an extra kwargs option. **Preparation** Run in your virtualenv...

discussion
DON'T MERGE

The `pre_ref_resolution_callback` used in `model_from_str` is more a workaround than a feature... In this ticket I collect the use cases, where this feature is used. Then, we can discuss how...

refactor/cleanup