1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00
QB64 Phoenix Edition. QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS. https://qb64phoenix.com
Go to file
FellippeHeitor 83bea5ad25 Makes F5 run detached as default.
Running a compiled program in standard "attached" mode had no real use as it had been planned (as once stated by Galleon) to allow future integration of a debug mode that never came to be. It is not practical as is. This change makes F5 (and consequently the Start option in the Run menu) start the program automatically in "detached" mode (equivalent to Ctrl+F5 in previous versions), which means that the resulting binary will be run with SHELL _DONTWAIT instead of simply SHELL, allowing the newly launched process to be independent from the IDE.
2018-06-19 22:00:18 -03:00
.travis Try resolve non-finite builds 2018-01-19 21:42:19 +11:00
internal Merge pull request #43 from ebourg/development 2018-06-17 22:11:06 -03:00
LICENSE Update NanoJPEG to the version 1.3.5 2018-05-22 21:31:49 +02:00
programs Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
source Makes F5 run detached as default. 2018-06-19 22:00:18 -03:00
.gitignore Print Output Simplification 2017-08-02 21:40:32 -04:00
.travis.yml Try enable deployment for development 2018-01-11 21:55:37 +11:00
appveyor.yml Cleanup 2018-01-13 02:06:04 +11:00
cyberbit.ttf (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qb64_start_osx.command Improve the start script in OS X. 2016-02-25 01:08:53 -03:00
README for Linux and OS X.txt Add instructions for Linux and OS X users to fix install scripts. 2016-03-24 08:41:35 -03:00
setup_lnx.sh Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
setup_osx.command Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
setup_win.bat Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
virtual_keyboard_layout_default.txt Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00