![]() |
|
Child IDEs locking the parent.... - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +--- Thread: Child IDEs locking the parent.... (/showthread.php?tid=4080) Pages:
1
2
|
RE: Child IDEs locking the parent.... - TempodiBasic - 11-06-2025 Hi I dunno why it is so, but it seems that in this manner it has been projected the feature to open includes files... A cascade of QB64pe istances binded by a SHELL command (no _dontWait option enabled). As you have already experimented you are able to open multiples include files one deeper than previouse one. As said by SpriggsySpriggs, you can use multiple istances of QB64pe launched by doubleclik, or Notepad++ (Also in Lubuntu together Wine) or VSCode (also this under Linux too). You loose the Option _Explicit and Option _Explicitarray features of the parser... Happy Coding RE: Child IDEs locking the parent.... - SpriggsySpriggs - 11-06-2025 I don't get where the idea of this being a bug came from. It has always been the intended behavior. |