Phil Beauvoir

Results 817 comments of Phil Beauvoir

This is starting to sound a bit complicated at this late stage of (almost) releasing Archi 4.7. ;-) At this stage the only change I feel comfortable with is; >...

> IMHO this is already too late to add anything in 4.7. I would suggest to keep this for 4.8 (which doesn't have to be in 8 months) I think...

> my original idea which was indeed to have the label expression per concept instance That is possible and this is what I've done in the `label-render-global` branch, but a...

@pschoepf We've decided not to make any last minute changes to this for Archi 4.7. We'd like to get user feedback for this feature as it is, and take a...

This is an application-only feature. HTML report has separate functionality to the main app UI.

> > > This would be very helpful for internal navigation within the HRML Report. Similarly to using URL links in properties to navigate to outside resources. Can we add...

> but I don't know if this is possible... Me neither. ;-) Needs another deep dive into GEF/Draw2D...

Thanks for taking a look. This reduces the size of, and repositions. the drag handle which doesn't really solve the underlying issue. Perhaps the real cause is in the SnapToGrid...

Archi has a `com.archimatetool.editor.diagram.editparts.SnapEditPartAdapter` class that returns a: `org.eclipse.gef.SnapToGrid` class and perhaps by sub-classing that and over-riding: `public int snapRectangle(Request request, int snapLocations,PrecisionRectangle rect, PrecisionRectangle result)`

You could paste a snippet for the general logic of it. I think it might also need to apply to SnapToGeometry. Not sure.