08-18-2023, 02:46 PM
(04-20-2022, 05:01 PM)RhoSigma Wrote: Tired of the native QB64 IDE?Very nice, thank you! My win10 setup melted down and I had to rebuild all stuff again to a fresh win11.
Well, Notepad++ is a good alternative, if there wouldn't be the fight to configure the whole mess...
Now the N++ enhancements had to return again. I also installed the shortcuts from QB64Starter.bat, never seen/used them before but very handy.
To get rid of the waiting CMD box that only closes when QB64 is closed, I added the 'start' command to the exec line. Only tested for opmode OI.
This makes the CMD box to close right after launching QB64.
Code: (Select All)
start %qb64exe% %basfile%