Jussi Lind
Jussi Lind
I add this here for reference: https://stackoverflow.com/questions/31256035/editing-text-how-can-i-change-cursor-position
The optimizer already tries to minimize such overlaps where two edges are aligned. I guess in your case it could be the layout aspect ratio that forces an overlap (I...
One option would be to mark overlapping edges somehow, possibly with a different color. This could be useful also without optimizer. The radically changing layout is a problem, yes. That...
Yeah, I would have needed some kind of visual grouping also myself recently. It would require some planning on how to do that properly as it should work with the...
Unfortunately I don't own a Mac so I cannot build Heimer for Mac. Maybe I'll try to fix this.
ALZ is a custom format and basically it's just XML :) Maybe I should have chosen another file extension, but I thought "ALZ-Heimer" was a good joke. I have no...
I can see the problem, yes. Maybe the amount of connection points could be a setting and probably saved with the mind map data.
Yeah, I'll figure out something. The biggest problem currently is my very limited time.
Hi, I'm glad to hear that you like Heimer :) I tested this and kind of liked the usability improvement, but I'd still rather like to see the final implementation...
Also, please notice that there's `.clang-format` config for (automatic) code formatting. If you are using Qt Creator, clang-format can be enabled out-of-the-box.