Jose Maranan
Jose Maranan
Ok, that's helpful. I'll point you to the part of the code that does the preview sometime this week if you want to try and fix it.
Hi @SnoutBug - the grab logic starts here to setup the selection of target windows going _underneath_ the dragged window: https://github.com/jmmaranan/forge/blob/4e5ad106cb2222426a47ec8009fb421d857502a0/window.js#L164 The core is this function - which contains the...
Hi @ardashir77, thanks for the support. I think that can be done. I'll put a need help label in case anyone wants to give it a try.
Hi @Cushee-Foofee - thanks for the report, the highlight issue seems to be a duplicate of #171. FWIW, I did not implement the last focus indicator when user suddenly focuses...
@Cushee-Foofee - do you have a screen cast of the _highlight_ issue? The data structure for Forge is using left-right, top-bottom list of nodes. When you move forward on any...
Yes. A, B and C are windows.`/` denotes a split on any orientation. Let's start with the same monitor / single workspace for now. You can tap `Print Screen` and...
Thanks for the screencast. I can replicate what you reported. This is how Forge behaves normally using the head/tail data structure I mentioned. For your 4 windows on the left,...
If B remembers that D was previous window on a different split-container, it will work naturally. I'll check sometime this week - this is already mentioned though on #171.
Can you _screenshot_ what you have here? This is from Settings / Multi-Tasking  Are you using Workspace on Primary or _Same_ Workspace on all displays?
Thanks for the screenshot - this is an issue of Forge unable to work with `Workspace on Primary` because I cannot map the data structure yet (or if at all...