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

2254 commits

Author SHA1 Message Date
FellippeHeitor
b206739a1f Merge branch 'development' into patches 2021-10-14 12:34:10 -03:00
Autobuild Process
f1e4265d6c Update internal/source 2021-10-14 05:32:36 +00:00
Luke Ceddia
f17c880151
Merge pull request #198 from RhoSigma-QB64/development
Implements the _Bin$ function
2021-10-14 16:29:35 +11:00
Roland Heyder
ce3c459dad Implements the _Bin$ function
Usage is analog to the legacy OCT$ and HEX$ functions.
2021-10-14 00:17:35 +02:00
Autobuild Process
6c79051d46 Update internal/source 2021-10-13 13:52:12 +00:00
Fellippe Heitor
b59e1a8088
Update icon.rc 2021-10-13 10:49:17 -03:00
FellippeHeitor
b8c0763b70 Replace "..." with String$(3, 250) for status indicator 2021-10-12 16:03:58 -03:00
FellippeHeitor
358c0b23ef Update changelog [ci-skip] 2021-10-12 01:51:33 -03:00
Autobuild Process
bf6376457d Update internal/source 2021-10-12 04:47:19 +00:00
FellippeHeitor
bbf931d3ee Fix UDT internal arrays retaining values after loading files 2021-10-12 01:07:23 -03:00
FellippeHeitor
d9c7c69448 Update changelog
Thanks to Starcat System helping track down the Static Array issue.
2021-10-12 00:41:50 -03:00
FellippeHeitor
65e6f44a2f Fix "Duplicate definition" error with ON ERROR
Long-standing issue involving static arrays in subs/functions
with ON ERROR trapping active.
2021-10-12 00:36:52 -03:00
Autobuild Process
5d925d508a Update internal/source 2021-10-10 02:16:15 +00:00
FellippeHeitor
41e85a989c Begin v2.1 development 2021-10-09 23:08:56 -03:00
FellippeHeitor
2974a94cff Update help page for [ci-skip] 2021-10-09 22:22:12 -03:00
Luke Ceddia
23f4e0d6e9
Add build for master branch 2021-10-10 12:08:29 +11:00
FellippeHeitor
0c99b7ddc4 Update help files [ci-skip] 2021-10-09 14:39:20 -03:00
FellippeHeitor
ba9f0ec3c6 Update help files [ci-skip]
Removed broken _GL command list
2021-10-09 14:29:36 -03:00
FellippeHeitor
11a6422926 Update help file [ci-skip] 2021-10-09 14:06:54 -03:00
FellippeHeitor
37b7a7248c Update changelog [ci-skip] 2021-10-04 00:43:15 -03:00
Autobuild Process
85f4701737 Update internal/source 2021-10-04 03:27:49 +00:00
Fellippe Heitor
ab1f20eb3b Allow PRINT to show content in console even without a new line
Closes #74
2021-10-04 00:17:21 -03:00
FellippeHeitor
6801e08f2f Fix scientific notation; yearly tradition 2021-10-03 21:13:56 -03:00
FellippeHeitor
f175fd2846 Fix contextual menu return actions (DebugMode) 2021-10-03 20:09:18 -03:00
FellippeHeitor
b85d128faa Reset visible list to the first item when filteringwatch list
Now properly.
2021-10-03 12:27:33 -03:00
FellippeHeitor
7f49d223cd Show progress bar if building var list takes too long 2021-10-03 11:58:15 -03:00
FellippeHeitor
bb49863f39 Reset visible list to the first item when filteringwatch list 2021-10-03 11:57:55 -03:00
FellippeHeitor
151d68ddcc Fix Input$() from file/port switching focus to the debuggee 2021-10-03 11:20:18 -03:00
FellippeHeitor
a5b2727de4 Stop importing breakpoint/skip line data if > ubound(arrays) 2021-10-03 11:08:17 -03:00
Fellippe Heitor
005697e115 Add space before the watchpoint condition
Mere visual glitch.
2021-10-02 13:00:16 -03:00
Autobuild Process
efd6d41ac1 Update internal/source 2021-10-02 07:24:31 +00:00
FellippeHeitor
48e8f38108 Auto save/load breakpoint and skip line data ($Debug) 2021-10-02 04:20:58 -03:00
FellippeHeitor
7ab98a5a9e Remove previous variables from Watch List if TYPEs change 2021-10-02 03:52:40 -03:00
FellippeHeitor
7c17c987cb Keep watch list selection across edits (same session) 2021-10-02 02:38:12 -03:00
FellippeHeitor
4face3fc55 Allow closing the Watch Panel while keeping the Watch List 2021-10-02 02:28:37 -03:00
FellippeHeitor
6a7635aa25 Keep version info visible in $Debug mode 2021-10-02 00:15:37 -03:00
Autobuild Process
df4dbb2b33 Update internal/source 2021-10-01 01:44:16 +00:00
FellippeHeitor
8d9cd83f6a Prevent errors when doing internal lbound/ubound checks 2021-09-30 22:40:57 -03:00
Fellippe Heitor
84571d8900 Fix order of duplicate GET/PUT subs in id list 2021-09-30 09:57:15 -03:00
Autobuild Process
ab17b336d9 Update internal/source 2021-09-30 04:25:24 +00:00
FellippeHeitor
1e679627f4 Make indent level only increase once per line; closes #176 2021-09-30 00:48:38 -03:00
FellippeHeitor
1a3f3f5ad1 Add binary name to error message dialog; closes #157 2021-09-29 23:25:47 -03:00
FellippeHeitor
69444a6864 Allow "quotes" around watchpoint string conditions 2021-09-29 22:08:02 -03:00
FellippeHeitor
fcceba182c Fix procedure to clear existing watchpoint 2021-09-29 21:23:59 -03:00
FellippeHeitor
53c4d8ee56 Fix minor visual aspects of debug-related dialogs 2021-09-29 21:08:01 -03:00
FellippeHeitor
fdec5d253c Show full variable name/array/udt in Watch Panel popups. 2021-09-29 20:28:00 -03:00
FellippeHeitor
dec20c96a2 Add hover popup with Watchpoint expression (Watch Panel) 2021-09-29 20:12:04 -03:00
FellippeHeitor
17686ee09c Add temporary error reporting through the console. 2021-09-29 20:11:33 -03:00
Autobuild Process
d525c5b751 Update internal/source 2021-09-28 07:20:23 +00:00
Fellippe Heitor
049499c333
Update clear.txt to fix compilation on macOS 2021-09-28 04:17:02 -03:00