Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Regarding dragging of text boxes: The larger Jot box drags just fine, since it has a border you can grab that shows a "move" icon when hovered over. However, the title text box is a gigantic pain to try to move. There is no border to grab on, and I struggle with click-on/click-off trying to grab it instead of just clicking into it (which starts text editing). This and the issue with slow panning are probably my biggest QoL gripes at the moment, they make it very frustrating to move things around or focus on different sections of the board.

As for multi-select, I've been trying to use shift-click like you mentioned, but it isn't working. If I hold shift while dragging over an area, nothing gets highlighted. If I hold shift while trying to click-and-drag multi-selected elements, they still don't move.

Thanks for the clarification, I’ll definitely add some QOL changes for these issues next update.

As for drag selection yes I’ve checked and it seems your correct it doesn’t allow you to drag when holding shift, likely because I’ve coded the nodes to ignore any other input beyond selection / deselection when shift is held. I’ll need to modify some things to change this behavior.

Are you on windows or a different version just to check? I may have to dive deeper into this bug.

Currently I find the feature works fine when I simply:

    • Drag (via LMouse button) a selection around the nodes (not holding shift or any other key).
    • Grab a node (via Lmouse button) within the selection and move the mouse in a direction (again without holding any other keys)

I tried multi-selection dragging without holding any keys at all first. I only tried using Shift when you mentioned using it in your reply. Nothing I do allows me to drag multiple elements at once. Yes, I'm on windows 11.

Very strange, I can’t seem to reproduce this bug at the moment but I’ll keeping digging.

Well now it's working. This is very odd. It certainly wasn't working earlier.

Also, dragging across multiple elements keeps highlighting the text inside those elements too. Kinda annoying.

Yes this big has eluded me for some time. I’ll try and fix it before next patch also.