1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-12 12:00:14 +00:00
Commit graph

16 commits

Author SHA1 Message Date
Cory Smith 72d05300d7 Improved IdeMessageBox.
- Modified the welcome screen to get rid of the "scary" (and most likely invalid) message - at the very least it is never good advice to encourage people to disable anti-virus.
- Updated IdeMessageBox so that the horizontal bar that is in QB is now included.
- Modified the About dialog to match new Welcome dialog.
- Removed build.bat (.gitignore'd).
2022-11-07 20:56:54 -06:00
Cory Smith 3ff2da7d90 Swapping out txt help files in favor of md files. 2022-09-02 17:04:18 -05:00
Cory Smith 4886d1226d Add .vscode to .gitignore. 2022-08-26 19:14:51 -05:00
Samuel Gomes 4dc97cbca7 Let's put the repo on a diet! 2022-08-17 11:43:53 +05:30
Fellippe Heitor 51b93979d6 Modifies .gitignore
Ignores local fonts.
2021-07-16 00:04:15 -03:00
Fellippe Heitor eac3074e30 Incorporates INI-Manager to deal with the settings file.
Allows for multiple IDE instances using the same config file by default.
2021-02-07 22:01:53 -03:00
Fellippe Heitor 00085ab036 Updates .gitignore 2021-02-07 07:57:03 -03:00
Luke Ceddia 5c1262e68f Ignore autogenerated files 2020-01-04 21:34:15 +11:00
SteveMcNeill 2a56322783 Patch to $IF UNDEFINED 2019-11-27 03:04:25 -05:00
SteveMcNeill 81063e1c49 Add mingw32 and mingw64 folders to gitignore list
The repo downloads and then moves the proper compiler into the
c/c_compiler folder, before running setup.  This causes github to report
13866 files being altered (deleted) from the repo, as they're no longer
in the set mingw folder...

Adding mingw folders to the ignore list corrects this issue.
2019-02-01 09:26:48 -05:00
Luke Ceddia 100ecdb957 Remove tempfoldersearch.bin from repo 2018-11-02 21:47:16 +11:00
Luke Ceddia bc0a405de0 Move commid id outside qb64 source 2018-11-02 20:17:33 +11:00
SteveMcNeill dc22c6e5a8 Print Output Simplification
Minor change to simplify and clean up the output which QB64 creates with
PRINT statements with multiple print segments such as PRINT "A"; "B";
"C".
2017-08-02 21:40:32 -04:00
SteveMcNeill 87b4783dd7 Fix so IDE will catch DO WHILE (nothing) syntax errors 2016-03-04 22:34:28 -05:00
SteveMcNeill 71a7a3e2a9 Update .gitignore to ignore internal/help folder 2016-02-07 13:27:29 -05:00
SteveMcNeill c65b2f14f0 Added .gitignore file to ignore the temp and c_compiler folders, as well as *.a, *.o, and *.exe files 2015-08-15 12:26:33 -04:00