If you have code editor tabs in separate groups (horizontal or vertical) and you right click on one of the tabs, you get an error message that says
I suspect that an exception was thrown by the target of the invocation.
But that's not my wish. I wish that the same module could appear in multiple tab groups. I'd like to be able to, for example, work on a sub at the bottom of Main while seeing a sub at the top of Main as a reference. Or work on two different subs in the same module simultaneously even if they are much farther apart than one window length. This would be possible if I could open the same tab in two different tab groups.
B4X:
An error occurred.
An exception has been thrown by the target of the invocation.
But that's not my wish. I wish that the same module could appear in multiple tab groups. I'd like to be able to, for example, work on a sub at the bottom of Main while seeing a sub at the top of Main as a reference. Or work on two different subs in the same module simultaneously even if they are much farther apart than one window length. This would be possible if I could open the same tab in two different tab groups.