If I come in cold to a system and see some class using trait, and then I
want to find all classes that use that trait. I have tried a few ways
but failed to work it out. The most obvious action "Extended search >
references of it" doesn't show them, and neither does any other action I
try. How
The main problem is in dynamic UI generation for plugins and own Morphic
binding. It was done using several hacks that do not work in the recent
Spec version. Some information are here:
http://forum.world.st/update-3-0-30448-td4712466.html
-- Pavel
2013/11/15 Juraj Kubelka
> Hi Pavel,
>
> I fi
Thank you, I will have a look on it and I will try to fix it during the next
mini sprint.
Cheers,
Jura
El 16-11-2013, a las 14:25, Pavel Krivanek escribió:
> The main problem is in dynamic UI generation for plugins and own Morphic
> binding. It was done using several hacks that do not work in
I think the #users method return what you want, no?
TBehavior users
On 2013-11-16, at 18:19, b...@openinworld.com wrote:
> If I come in cold to a system and see some class using trait, and then I want
> to find all classes that use that trait. I have tried a few ways but failed
> to w
In the multi language demo of QCMagritte, a magritte visitor is used that
changes all label:, checkboxLabel:, comment: and group: sends in descriptions
to automatically use a multilanguagestring. The parameter is used as the key.
All unique keys are collected. The default translation is the key.
Stephan Eggermont wrote:
Here is a demo of the i18n support in QCMagritte.
It supports live editing of the languages and strings used in your application.
youtu.be/cTut44Xs3_U
Stephan
Very impressive.