1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 16:10:39 +00:00
Commit graph

1604 commits

Author SHA1 Message Date
Fellippe Heitor 692e28b0da Indicates (options->display) that window pos isn't stored (lnx). 2021-03-07 11:39:05 -03:00
Autobuild Process ece89712f3 Update internal/source 2021-03-07 12:39:52 +00:00
Luke Ceddia 7ab6b0ffd9
Merge pull request #143 from dkearns/fix-invalid-s-flag-return-code
Fixes the exit status for invalid -s args
2021-03-07 23:37:07 +11:00
Doug Kearns e21a84c170 Fixes the exit status for invalid -s args 2021-03-07 22:54:32 +11:00
Autobuild Process 89f410fae1 Update internal/source 2021-03-05 17:41:55 +00:00
Fellippe Heitor 6ada6a475d Fixes error in contextual menu.
Right-clicking a series of high-ascii characters would crash the ide 
when right-clicking to open the contextual menu.
2021-03-05 14:38:46 -03:00
Autobuild Process 363fc7814a Update internal/source 2021-03-05 14:12:33 +00:00
Fellippe Heitor 45997e62e4 Changes version number to carry on with patches. 2021-03-05 11:09:42 -03:00
Doug Kearns 7d19a660dd Updates wiki parser to deal with PageAvailability wiki template 2021-03-06 00:35:19 +11:00
Fellippe Heitor 4c29117b50
Update README.md 2021-02-28 18:16:54 -03:00
Autobuild Process 69521e2e77 Update internal/source 2021-02-28 18:26:44 +00:00
FellippeHeitor 30431161f9 Fixes Out of Memory error in Windows (SUBs dialog) 2021-02-28 15:23:57 -03:00
Autobuild Process 9439c43a14 Update internal/source 2021-02-28 14:50:26 +00:00
Fellippe Heitor f77a643042 Updates help files and version info for release. 2021-02-28 11:47:33 -03:00
Autobuild Process bfa4c6defb Update internal/source 2021-02-26 03:53:59 +00:00
Fellippe Heitor a7bdcfe053 Prevents CONST from being used between SUBs. 2021-02-26 00:51:07 -03:00
Fellippe Heitor 530ed75dc5
Merge pull request #140 from SpriggsySpriggs/development
Adding "WAIT" and "HELP" to _MOUSESHOW sub
2021-02-24 19:07:44 -03:00
Zachary Spriggs 141d0db085
Fixed indentation of new commits 2021-02-24 17:07:02 -05:00
Zachary Spriggs 66ea2b794d
Removed "SPRAY" from _MOUSESHOW
"SPRAY" gives the same result as "CROSSHAIR" and so is unnecessary
2021-02-24 15:42:05 -05:00
Zachary Spriggs a3141fc425
Adding "WAIT", "HELP", and "SPRAY" to _MOUSESHOW 2021-02-24 15:38:47 -05:00
Autobuild Process 68805b8432 Update internal/source 2021-02-22 13:45:13 +00:00
Fellippe Heitor 696ac25af2
Merge pull request #138 from dkearns/improve-trailing-metacommand-ide-highlighting
Improves IDE highlighting of trailing $DYNAMIC/$STATIC metacommands
2021-02-22 10:42:46 -03:00
Doug Kearns c506f7f8fe Improves IDE highlighting of trailing $DYNAMIC/$STATIC metacommands
Only one of $DYNAMIC or $STATIC is processed, the last appearing in a
metacommand line, so highlight only that rather than the last appearance
of each.

Improves commmit af2752602f.
2021-02-23 00:15:13 +11:00
Autobuild Process 231c1b6ec7 Update internal/source 2021-02-21 15:34:41 +00:00
Fellippe Heitor af2752602f Indicates visually that only the last metacommand is valid.
Since multiple $INCLUDE, $DYNAMIC and $STATIC are valid in a comment 
line, but only the last occurrence is valid, the syntax highlighter now 
indicates that too.
2021-02-21 12:31:53 -03:00
Autobuild Process d09c27c933 Update internal/source 2021-02-21 14:57:06 +00:00
Fellippe Heitor 716b984e94 Adapts sh to consider the last $include in a line valid. 2021-02-21 11:53:57 -03:00
Autobuild Process 70b7f4dda1 Update internal/source 2021-02-21 14:43:08 +00:00
Fellippe Heitor 2e45d08558
Merge pull request #137 from dkearns/match-quickbasic-metacommand-parsing
Changes metacommand parsing to match QuickBasic 4.5
2021-02-21 11:40:08 -03:00
Doug Kearns 45d1fed31f Changes metacommand parsing to match QuickBasic 4.5
QB45 allows multiple metacommands to appear in a single line and
$INCLUDE is not required to be the last.

Only the last appearance of $INCLUDE, and of $DYNAMIC or $STATIC, is
processed. Earlier appearances of metacommands are ignored.

E.g., the following includes only b.bas and configures static array
allocation
REM $INCLUDE:'a.bas' $DYNAMIC $INCLUDE:'b.bas' $STATIC
2021-02-21 23:45:24 +11:00
Autobuild Process f4a7869e85 Update internal/source 2021-02-20 23:40:16 +00:00
Fellippe Heitor 156996b4f9 Warns user that labels are not valid between subs. 2021-02-20 20:37:37 -03:00
Autobuild Process e6a8090b8a Update internal/source 2021-02-18 22:42:03 +00:00
Fellippe Heitor 774707c584 Properly colorizes 32BIT and 64BIT in $IF blocks. 2021-02-18 19:39:22 -03:00
Autobuild Process 5a74a1a571 Update internal/source 2021-02-18 18:10:07 +00:00
Fellippe Heitor 7a26a4a5ba Fixes layout of $IF blocks with operators like >, <, etc. Also:
Colorizes internal special variables/values as part of the $IF 
metacommand. (DEFINED, UNDEFINED, WINDOWS, WIN, LINUX, MAC, MACOSX, 
32BIT, 64BIT, VERSION).
2021-02-18 15:07:07 -03:00
Fellippe Heitor 7a2c5859e2 Updates help files [ci-skip] 2021-02-18 14:11:22 -03:00
Autobuild Process 1426d45979 Update internal/source 2021-02-17 12:45:25 +00:00
Fellippe Heitor a1d6b9d5d7
Merge pull request #136 from dkearns/add-parameter-heading-to-wiki-help-pages
Updates wiki parser to deal with Parameters wiki template.
2021-02-17 09:42:55 -03:00
Fellippe Heitor 8ba61a7b57
Aligns template name with existing ones. 2021-02-17 09:40:39 -03:00
Doug Kearns 32b207b812 Updates wiki parser to deal with Parameters wiki template. 2021-02-17 18:13:08 +11:00
Fellippe Heitor 6879dc0e79 Updates help files [ci-skip] 2021-02-15 22:13:07 -03:00
Autobuild Process 565bfe6e63 Update internal/source 2021-02-16 00:38:40 +00:00
Fellippe Heitor e8566e7acd
Merge pull request #134 from QB64Team/IdeTweaks
Ide tweaks
2021-02-15 21:35:55 -03:00
Fellippe Heitor 1272892425 Fixes $LET being incorrectly placed in the IDE while editing. 2021-02-15 21:22:57 -03:00
Fellippe Heitor 339b82d1b0 Reduces width of column Line Count (SUBs dialog) 2021-02-15 20:57:37 -03:00
Autobuild Process 97d194957a Update internal/source 2021-02-15 19:19:29 +00:00
Fellippe Heitor 3d4d5366bd Fixes number color not being reset at ESC (Ide Colors box). 2021-02-15 16:16:29 -03:00
Fellippe Heitor 9c3d8c827c Updates wiki parser to deal with new wiki templates. 2021-02-15 15:54:36 -03:00
Autobuild Process 45c2edd7d9 Update internal/source 2021-02-15 17:18:12 +00:00