Phil Beauvoir

Results 859 comments of Phil Beauvoir

The icons in the palette are [fixed PNGs](https://github.com/archimatetool/archi/blob/master/com.archimatetool.editor/img/archimate/) so unless you can provide alternate PNGs for all colour schemes that's not possible.

As Archi is open source, will you be able to provide a pull request with an implementation? Note that because Archi is Eclipse and SWT based, you'd need to create...

Hi Xiaoqi, storing application settings inside the model file is not something I like doing, if possible it's better to keep application and model separate. The underlying issue here is...

How many tree nodes in a folder causes a big delay in rendering? 1000? 2000? 10000? In Eclipse's TreeViewer component there is a new API method `setDisplayIncrementally(n)`. This sets the...

> I don't see the performance issue while using mouse to scroll up and down in the relations folder... The performance hit comes when _initially_ expanding a folder node that...

I'll try to summarise the issue: - An Eclipse Tree is an "expensive" control meaning that performance is bad if there are many child nodes (see https://github.com/eclipse-platform/eclipse.platform.ui/issues/818) - Ideally, one...

What does "can not launch the Archi" mean? Provide exact details about this. What version of Archi for Mac did you download (Intel or Silicon) and from where? > I...

And when you click "Report..." what is the error log. Please paste it here.

I can't say what causes that error. There have not been any other reports like this and there's nothing I can do unless I know the cause. I can only...

Hi, the code for SVG is in Archi itself at https://github.com/archimatetool/archi/tree/master/com.archimatetool.export.svg/src/com/archimatetool/export/svg - is this also an issue when exporting the issue from Archi or something lacking in jArchi?