CCRDude
CCRDude
I really hope for this feature to be implemented as well. Just came to look if it's already in the tracker. It's not just for people having two windows side...
I'm among those users with a portrait mode screen where split screen does not make sense. So this feature would be great for me as well, just giving a bump...
Absolutely wonderful workaround, thank you so much :)
An official option for that would indeed be great, I'm often switching between screens with different orientations and could use it both ways.
``` diff --git "a/Examples/Lazarus/Main.pas" "b/Examples/Lazarus/Main.pas" index e754ce0..87cc9b4 100644 --- "a/Examples/Lazarus/Main.pas" +++ "b/Examples/Lazarus/Main.pas" @@ -25,6 +25,8 @@ { } {******************************************************************************} +{$MODE Delphi} + unit Main; interface ```
``` diff --git "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi" index 4576bfc..b4e998b 100644 --- "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" +++ "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi" @@ -134,13 +133,21 @@ - + ```
``` diff --git "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi" index 4576bfc..b4e998b 100644 --- "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" +++ "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi" @@ -134,13 +133,21 @@ + ```