1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 18:00:24 +00:00
qb64/source/ide
FellippeHeitor da76d340c9 Improves on management of watch list (arrays).
`variableWatchList$` now contains:
- MKL$(length of the longest var name)
- MKL$(index in usedVariableList) + MKL$(array index) (= 0 if not an array)
- ...
2021-08-07 01:38:42 -03:00
..
wiki Fixes <nowiki> tags leaking in Help pages. 2021-07-28 18:12:34 -03:00
ide_global.bas Allows filtering variables in Watch List dialog. 2021-08-01 03:35:48 -03:00
ide_methods.bas Improves on management of watch list (arrays). 2021-08-07 01:38:42 -03:00