QB64 Phoenix Edition v3.2.1 Released! - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16) +--- Forum: Announcements (https://staging.qb64phoenix.com/forumdisplay.php?fid=18) +--- Thread: QB64 Phoenix Edition v3.2.1 Released! (/showthread.php?tid=920) Pages:
1
2
|
QB64 Phoenix Edition v3.2.1 Released! - DSMan195276 - 09-26-2022 QB64 Phoenix Edition v3.2.1! https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v3.2.1 Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/QB64pe/compare/v3.2.0...v3.2.1 RE: QB64 Phoenix Edition v3.2.1 Released! - Kernelpanic - 09-27-2022 Runs as before with no problems. Thanks! PS: I completely forgot one point of criticism, the editor still starts with "New" in the installation directory of QB64pe. It would be good if one could enter the working directory under "Options". RE: QB64 Phoenix Edition v3.2.1 Released! - SpriggsySpriggs - 09-27-2022 (09-27-2022, 02:10 PM)Kernelpanic Wrote: Runs as before with no problems. Thanks! You can do this by making a shortcut to the executable and putting your desired directory in the "Start in" field. RE: QB64 Phoenix Edition v3.2.1 Released! - bplus - 09-27-2022 (09-27-2022, 05:03 PM)Spriggsy Wrote:(09-27-2022, 02:10 PM)Kernelpanic Wrote: Runs as before with no problems. Thanks! Thank you very much! That was easy and works! RE: QB64 Phoenix Edition v3.2.1 Released! - Pete - 09-27-2022 I remember in the good ol' days I wrote a program to make custom desktop shortcuts. Dav as one that has some limited options for Win-10. It basically makes a phony internet shortcut, but hey, it works. Pete Real programmers never use anything they don't program! RE: QB64 Phoenix Edition v3.2.1 Released! - SpriggsySpriggs - 09-27-2022 One way is to use PowerShell to make the shortcut. It is probably the easiest way. See post https://staging.qb64phoenix.com/showthread.php?tid=920&pid=7117#pid7117 for the code that doesn't require the libraries that I forgot to include (doh!) RE: QB64 Phoenix Edition v3.2.1 Released! - SpriggsySpriggs - 09-27-2022 And apparently I had more than one version of this out there. Code: (Select All) Option _Explicit RE: QB64 Phoenix Edition v3.2.1 Released! - Kernelpanic - 09-27-2022 Quote:You can do this by making a shortcut to the executable and putting your desired directory in the "Start in" field. Exactly! One could have figured that out oneself. Thanks! Quote:One way is to use PowerShell to make the shortcut. It is probably the easiest way. See below for code I have that uses a PowerShell script to create a shortcut: That is easier: RE: QB64 Phoenix Edition v3.2.1 Released! - Pete - 09-27-2022 Oops, missing libararies: '$INCLUDE:'Replace.BM' '$INCLUDE:'StartDir.BM' Pete That's what happens when you try and make take shortcuts. RE: QB64 Phoenix Edition v3.2.1 Released! - Kernelpanic - 09-27-2022 Since today the settings in each new version were also mentioned, here is an example of how I replace the personal settings in each new version: Replace the IDE Color Settings in the config.ini Code: (Select All) [IDE COLOR SETTINGS 1] |