OpenPonk / openponk

The OpenPonk modeling platform
https://openponk.github.io/
MIT License
42 stars 9 forks source link

[Bug] Immovable line angles #79

Closed sdasda7777 closed 1 year ago

sdasda7777 commented 1 year ago

When executing a sequence of line midpoint drags and line angle collapses, result can be an angle (circled red) that is completely immovable. This immovable angle is persistent after saving the project, and only solution known to me is the deletion of the whole association.

image

image

image

image

JanBliznicenko commented 1 year ago

Thank you. Fix is available in today's nightly build. The fix should work for both new and already saved instances of such immovable points.

sdasda7777 commented 1 year ago

I'm not sure why, but there don't seem to be any nightly builds available for download on this repo, and the newest nightly build reachable from the download site seems to be 9 days old.

JanBliznicenko commented 1 year ago

I'm not sure why, but there don't seem to be any nightly builds available for download on this repo, and the newest nightly build reachable from the download site seems to be 9 days old.

This repository is core of the openponk without any kinds of diagrams/notations, so there is not much to download for this repo (except for development of new kind of diagram). That's why the download section of openponk.org only links to other repos with builds with specific types of models, like class-editor for UML class diagrams and OntoUML.

All the repositories pointed by openponk.org have this one (OpenPonk/openponk) as a dependency. There are usually two kinds of files in these build pages (like https://github.com/OpenPonk/class-editor/releases/tag/nightly ). 3 are the actual executable builds for each platform (win, linux, mac) and then 2 are archives with source codes. Since only the core of openponk (the dependency) has changed, the source code of the class-editor repository/plugin itself did not change so that's why the source code archive is old (it was last changed 9 days ago), yet those executables are more recent

sdasda7777 commented 1 year ago

Ah, I see, thank you.