1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 11:25:08 +00:00
Commit graph

2229 commits

Author SHA1 Message Date
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
Autobuild Process
38c5fcc83d Update internal/source 2022-02-13 12:57:23 +00:00
FellippeHeitor
c30120ee46 Fix building static libraries in Linux
With QB64 stored in a path with spaces in it,
building static libraries on demand would
fail silently.
2022-02-13 09:53:30 -03:00
Fellippe Heitor
6ca934c2ee
Update README.md [ci-skip] 2022-01-27 15:41:12 -03:00
Autobuild Process
d397cf69d9 Update internal/source 2022-01-24 01:29:53 +00:00
FellippeHeitor
31adc2361e Adjust var name in GetBytes 2022-01-23 22:26:56 -03:00
FellippeHeitor
966910242a Update changelog [ci-skip] 2022-01-23 22:18:34 -03:00
Autobuild Process
dc92378825 Update internal/source 2022-01-24 01:16:21 +00:00
FellippeHeitor
b87dde8d89 Fix issue with $NoPrefix in Declare Library blocks 2022-01-23 22:03:13 -03:00
FellippeHeitor
03982022dc Fix error with stray As in Sub parameters
Things like this used to be treated as valid:
```
Sub foo(bar As)
End Sub
```
2022-01-21 13:16:57 -03:00
FellippeHeitor
8437a66f6d Update changelog [ci-skip] 2022-01-20 20:54:27 -03:00
Autobuild Process
ad9255a5c9 Update internal/source 2022-01-20 23:16:13 +00:00
FellippeHeitor
26c7521171 Fix link to the online wiki (IDE) 2022-01-20 20:00:53 -03:00
FellippeHeitor
f64c882bc6 Comment out Download function from IDE code
Method is no longer used in this version, due to
changes in qb64.org
2022-01-20 19:55:58 -03:00
Fellippe Heitor
e70fb238f6 Fix wiki update on *nix systems 2022-01-20 19:51:44 -03:00
FellippeHeitor
3660383f3c Fix wiki updates
Requires 'curl' to be system-wide available.
Will show 'Cannot find curl' message if not
found.
2022-01-20 19:38:34 -03:00
FellippeHeitor
afcf38574d Update changelog [ci-skip] 2022-01-18 21:49:57 -03:00
Autobuild Process
c69160584b Update internal/source 2022-01-19 00:31:52 +00:00
FellippeHeitor
f10b36db6a Disable/hide 'Check for newer version' feature
Incompatible with new website.
2022-01-18 21:28:26 -03:00
FellippeHeitor
f489d05755 Display follow-up message when F4 is unavailable 2022-01-18 21:26:10 -03:00
FellippeHeitor
2a41b06a34 Fix incorrect behavior of 'Add all' button
When using the Add All button, the list would
sometimes behave as if not filtered.
2022-01-18 21:12:06 -03:00
FellippeHeitor
8096ac4e1f Scientific notation highlight fix
Yearly tradition. Affects negative variable names
which could look like scientific notation.
2022-01-18 20:31:14 -03:00
Luke Ceddia
18c33837a7
Push changelog to bucket 2021-12-23 23:37:59 +11:00
Luke Ceddia
41052e9e73
Fix windows missing endpoint, bad exclusions 2021-12-23 23:31:52 +11:00