Phil Beauvoir
Phil Beauvoir
> I see ELK has a javascript "transpile" package : ELK-JS, I'll give it a try 1st or maybe try to PoC an Eclipse plugin integration by myself to see...
Hi Alexis, thanks for taking this further. :-) > their [documentation ](https://eclipse.dev/elk/documentation/tooldevelopers/usingeclipselayout.html)is quite correct to grasp the concepts and main entry-point, but I had to dig into their codebase to...
Congratulations on getting ELK working in a plug-in, this Eclipse stuff is not easy! ;-) I'd be interested to know what @jbsarrodie thinks about how to layout ArchiMate views. Is...
> It appears that relationship description in parentheses is ignored when sorting the model tree Correct. > and all relationships of the same type are sorted by the time of...
> Why? Because I'm busy doing other things. Also, there are reasons to do with optimisations in refreshing the Models Tree when one end of a relationship is renamed. See...
Hi, thanks for your suggestion but I don't think adding +/- to the Models Tree is the best approach as this would add a lot of noise to the tree...
Does "bring a Grouping into a View" mean drag and drop a Grouping from the Models Tree? Does "expand it to show the Elements and Relationships included in it" mean...
Our RCP app (and Eclipse itself) seems to need option 1 (`-Xdock:icon=/path/to/icon.icns`) more than it does 3. We have both, and removing option 1 leads to the wrong icon but...
How does an `Assets.car` file work? Is this created in Xcode and declared in the `Info.plist` file?
> > How does an `Assets.car` file work? Is this created in Xcode and declared in the `Info.plist` file? > > See for example here: https://www.hendrik-erz.de/post/supporting-liquid-glass-icons-in-apps-without-xcode > > Basically you...