1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-05 19:20:26 +00:00
Commit graph

2252 commits

Author SHA1 Message Date
Matthew Kilgore
d928ab2c8b Add basic automated build
This imports the basic logic from the previous build. All it does is
compile a version of QB64 using ./internal/source, and then uses that
QB64 as a 'bootstrap' step to compile `qb64.bas` directly and produce a
proper version of qb64.
2022-04-28 17:15:37 -04:00
Matthew Kilgore
9315646e76 setup_win.bat: create internal/c/c_compiler
internal/c/c_compiler no longer contains anything, so git will not
create it. This change makes setup_win.bat create the directory if it's
not already there.
2022-04-28 17:15:35 -04:00
Matthew Kilgore
3ff987edb8 Fix setup_win.bat 2022-04-28 17:06:15 -04:00
Matthew Kilgore
6568de7895 Remove unnecessary source files 2022-04-28 17:05:43 -04:00
Matthew Kilgore
18d04afb51 Change setup_win.bat to use mingw installer 2022-04-28 17:05:41 -04:00
Matthew Kilgore
97240a0b46 Add standalone mingw32 and mingw64 installers 2022-04-28 13:43:09 -04:00
Matthew Kilgore
fbc580c9c5 Delete Mingw32 and Mingw64 2022-04-28 13:42:59 -04:00
SteveMcNeill
75a3eeec45 add default QB64_Help_Menu.txt 2022-04-28 13:42:00 -04:00
SteveMcNeill
f414276cac Update README.md 2022-04-28 13:41:59 -04:00
SteveMcNeill
0da6de4e76 Update links in README.md
And let's hope this doesn't break anything.  LOL.  ;)
2022-04-28 13:41:59 -04:00
MaxineHelsel
c0da4caa49 made it so it doesnt say created .exe file on macos 2022-04-28 13:41:57 -04:00
SteveMcNeill
46e1122323 Update gitignore 2022-04-28 13:40:30 -04:00
SteveMcNeill
420b45892b Adding more missing files back 2022-04-28 13:40:28 -04:00
SteveMcNeill
c52d058642 Add the exceptions back to gitignore
Should generally ignore the temp and help folders, but they *do* need to exist in the repo to keep things working properly.  ;)
2022-04-28 13:39:59 -04:00
SteveMcNeill
33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00
SteveMcNeill
218c6124a5 Update QB64 to use new wiki
Along with a few files which may not be necessary, and should be excluded from the automated build process once its set up later.
2022-04-28 13:39:27 -04:00
SteveMcNeill
2f75efbc08 Add compilers back to gitignore
Added the compilers back into gitignore, now that they're up in the repo successfully.
2022-04-28 13:38:47 -04:00
SteveMcNeill
cf4f3ad884 Add Windows Compilers
Had to modify gitignore to add the mingw compilers to begin with.  (We ignore them after they're uploaded once, but they need to be in the repo at least once to begin with!)
2022-04-28 13:38:45 -04:00
Fellippe Heitor
00e7fc1ae4 Update Changelog [ci-skip] 2022-03-11 14:27:18 -03:00
Autobuild Process
242f8747de Update internal/source 2022-03-10 16:07:42 +00:00
Fellippe Heitor
6e385df280 Fix alignment issues in listbox controls 2022-03-10 13:04:36 -03:00
Autobuild Process
88505bea87 Update internal/source 2022-03-10 13:33:35 +00:00
Fellippe Heitor
b2f35b9e98 Reenable line selection when debug is off
Clicking line numbers when not in Debug mode and
when "auto-add debug" is disabled will select the
clicked line
2022-03-10 10:30:06 -03:00
Fellippe Heitor
fd5ba476b5 Add 'don't show again' to 'Add ' dialog 2022-03-10 09:48:57 -03:00
Autobuild Process
2a48f3c7e0 Update internal/source 2022-03-10 04:52:17 +00:00
Fellippe Heitor
20cc9808c2 Fix issue of ghost variables between edits ($Debug)
Removing a variable between $Debug sessions would
cause occasional crashes on some systems. This fix
invokes the variable watch dialog with a special parameter
so it'll regenerate the list between edits.
2022-03-10 01:47:03 -03:00
Fellippe Heitor
2c0f892e4e Improve displayFormat for Watch Panel and dialog
Replicated the button from the Watch Panel in the Watch List dialog.
Indicators added when content goes beyond window limits.
2022-03-10 00:55:46 -03:00
Fellippe Heitor
627b85c4bd Add support to number formats in Watch Panel
Allows changing display format of numbers
between decimal, hex, octal and binary.
2022-03-09 14:31:55 -03:00
Fellippe Heitor
937df8823c Revert "Fix assignments involving arrays (closes #216)"
This reverts commit 39f7d8f07b.
2022-03-01 23:18:33 -03:00
Fellippe Heitor
42c9e7327f Revert "Reset flag wholearrayreference as needed"
This reverts commit 4e41877eb0.
2022-03-01 23:17:45 -03:00
Fellippe Heitor
dfa4998b6b Revert "Update internal/source"
This reverts commit 8f9856705d.
2022-03-01 22:46:23 -03:00
Autobuild Process
8f9856705d Update internal/source 2022-03-02 01:41:40 +00:00
Fellippe Heitor
6f9059d6fb Revert "Update internal/source"
This reverts commit 9f095a1224.
2022-03-01 22:37:54 -03:00
Fellippe Heitor
4e41877eb0 Reset flag wholearrayreference as needed 2022-03-01 22:34:36 -03:00
Autobuild Process
9f095a1224 Update internal/source 2022-03-02 01:13:03 +00:00
Fellippe Heitor
39f7d8f07b Fix assignments involving arrays (closes #216)
Array index could be omitted in cases where
it was actually needed
2022-03-01 22:10:28 -03:00
Autobuild Process
78e6f4a788 Update internal/source 2022-03-01 23:52:55 +00:00
Fellippe Heitor
52c25d6077 Allow changing color of menu+dialogs (Closes #221)
New item in Options->IDE Colors allows customizing the color
that's used to draw menu items and dialogs (`Color 7`).
2022-03-01 20:49:38 -03:00
Autobuild Process
a6fafc49bc Update internal/source 2022-02-25 02:00:27 +00:00
Fellippe Heitor
2926fea0e9 Fix indentation in disabled precompiler blocks 2022-02-24 22:57:33 -03:00
Autobuild Process
ab5b96cc7a Update internal/source 2022-02-24 21:45:34 +00:00
Fellippe Heitor
6b7fda9b15 Remove unused variable in ide_methods 2022-02-24 17:48:37 -03:00
Autobuild Process
cd78160b44 Update internal/source 2022-02-23 04:34:23 +00:00
Fellippe Heitor
84873f88d8 Revert "Make indent level only increase once..."
This reverts commit 1e679627f4.
2022-02-23 01:27:59 -03:00
Autobuild Process
617bedb3b9 Update internal/source 2022-02-23 02:55:26 +00:00
Fellippe Heitor
52f0e18747 Update CHANGELOG.md 2022-02-22 23:52:54 -03:00
Fellippe Heitor
55c365763c Fix capitalization of arrays in U/LBound calls
Previous fix needed to be reverted; this is the new
attempt at fixing the issue.
2022-02-22 23:51:04 -03:00
Fellippe Heitor
7bad19cb94 Update vwatch.bm so qb64.bas can be debugged 2022-02-22 23:39:00 -03:00
Fellippe Heitor
02af89c94d Fix capitalization of 'to' in Case statements 2022-02-22 22:54:12 -03:00
Fellippe Heitor
9bab4844b1 Update changelog [ci-skip] 2022-02-13 10:19:43 -03:00