Finally - able to view 2 files side by side. Sure you can undock it and do it with the window but it doesnt work as well and the Delphi IDE really freaks out if that second window goes to a different monitor with a different DPI setting.


Finally - able to view 2 files side by side. Sure you can undock it and do it with the window but it doesnt work as well and the Delphi IDE really freaks out if that second window goes to a different monitor with a different DPI setting.

https://github.com/LaKraven/RADSplit

Comments

  1. Since it doesn't include instructions how to use it, I have written some here:

    kudzuworld.com - Delphi Source Side by Side

    ReplyDelete
  2. Cool.. It's working well here (in 10.2.3); except I couldn't get the documented hotkey of Ctrl+\ to work.

    ReplyDelete
  3. Ctrl+\ doesn't work, thats in Visual Studio Code. I posted that as an example of how I wish it worked in Delphi, and that I wish this was a native feature.

    ReplyDelete
  4. Chad Hower Ahh, gotcha, I was just browsing your help page quickly and missed the line that mentioned visual studio code.

    ReplyDelete
  5. Update:

    Known Problems

    1) An otherwise harmless AV often occurs when you exit Delphi.

    2) RADSplit windows are not saved as part of desktop layouts.

    3) Related to #2 - On each run any RADSplit Docked window disappears when changing to run layout, and is not restored when debugging ends. So docked windows only "live" until you run the application in the debugger.

    Despite this, RADSplit still is very useful.

    ReplyDelete
  6. Everytime I startup now I get a bunch of random Dockable edit windows, on top of my delphi UI. After I close them delphi just crashes.. Going to uninstall..not stable for me.

    ReplyDelete
  7. I haven't had those issues fortunately. I wish Delphi had this built in in some manner better than the undocked window which it has now (which has serious issues with high DPI and multiple monitor mix).

    ReplyDelete
  8. On 10.2.1 open but not an editor just blank form (gray)
    Ooopps now it dose it

    ReplyDelete
  9. shlomo abuisak 10.2.3 it works ok for me. I havent tried to debug it or expand the code from where I found it on github.

    ReplyDelete

Post a Comment