Merged
Conversation
added 11 commits
August 9, 2025 23:54
The solution consists of a second path to bounding boxes of cells - namely "bbox_with_empty". This bounding box is a (0,0;0,0)-box if the cell is empty. Correspondingly, empty and ghost cells are displayed as single points. Ghost cells also behave like hidden cells now.
* Fixed instance marker when the cell is made from empty ones only * 'fit' will include empty instances
added 3 commits
August 10, 2025 21:29
…his allows editing layouts without any layers and only instances.
… 'hide texts' would disable them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the solution:
The effect is that ghost and empty cells are now visible and can be edited. As they are point-like, selecting them is most conveniently done by dragging a selection box.
Empty cells are also considered for the bounding boxes in the drawing context, so the cell boxes include empty cells now as well and "zoom fit" will also take them into account as point-like, origin-centered cells.