1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
Commit graph

36 commits

Author SHA1 Message Date
boxgaming f4f1fb1879 Updated version to 0.8.2 2024-02-01 17:47:01 -06:00
boxgaming 3af0751e66 Fix to correctly include pako dependency zip in exported program (#104) 2024-01-26 22:41:21 -06:00
boxgaming eee13dff14 Fixed error line detection caused by prior refactoring of IDE code. 2024-01-21 13:54:47 -06:00
boxgaming 4567516347 Added pako.js library to support inflate and deflate. 2024-01-13 07:18:01 -06:00
boxgaming 8c6aefc403 Refactored IDE code to be encapsulated by "IDE" function. Issues: #86, #87, #89, #90 2024-01-08 12:06:04 -06:00
boxgaming f5c82a7160 Added support for Help tab in Console (#70) 2023-09-29 09:36:50 -05:00
boxgaming 02231960f6 js dependency version updates 2023-09-12 16:32:23 -05:00
boxgaming 595b8f5864 Added support for static variable declarations (#49). Added support for shared variable declarations in functions and subs (#50) 2023-06-14 14:14:58 -05:00
boxgaming fb0af807b2
Merge pull request #71 from boxgaming/v0.7
V0.7
2023-06-14 10:44:57 -05:00
boxgaming 18c0c92a81 Disabled beforeunload event when not in IDE mode (e.g. auto, play) 2023-06-14 10:34:14 -05:00
boxgaming d5e4fd6740 Versioning updates 2023-06-14 10:18:02 -05:00
grymmjack 6bbf47af6a A QB like theme with basic color coding - I use this in my QB64 profile in vscode. 2023-05-31 18:28:18 -04:00
boxgaming c92867cc91 updated to remember (in browser's local storage) the last selected theme 2023-05-12 07:18:04 -05:00
boxgaming 5f6aa252f2 UI and theme updates 2023-04-26 17:17:57 -05:00
boxgaming 730023b026 added support for multiple themes 2023-04-18 14:25:54 -05:00
boxgaming 9a95a4ab1b File I/O - part 3 2022-10-28 14:58:21 -05:00
boxgaming 9058e9c536 File I/O Support - Part 2 2022-10-27 09:04:15 -05:00
boxgaming 6d8fa317df Initial File I/O support - excluding RANDOM 2022-09-17 11:50:08 -05:00
boxgaming 230e7ba591 post-0.5.0 release fixes 2022-07-08 15:01:39 -05:00
boxgaming 55c7743754 Corrected text style of output console 2022-07-06 11:58:28 -05:00
boxgaming 73bf11f3c0 updated to fix auto-limit functionality for "limitless" long running loops 2022-07-06 10:14:06 -05:00
boxgaming 33eac4d9c3 updated font to for ibm437 code page compatibility 2022-07-06 07:33:41 -05:00
boxgaming 20f45a7454 Added support for comma-separated NEXT 2022-06-24 10:26:19 -05:00
boxgaming 2dc724e356 updated runtime error line detection for safari 2022-06-17 16:24:44 -05:00
boxgaming 2b008880ec update for better white space parsing and error reporting 2022-06-17 16:06:58 -05:00
boxgaming 48a704c3cc updated to correctly use "auto" parameter when "src" is also specified 2022-06-12 15:01:46 -05:00
boxgaming 6b7442950a added src param to specify external source code file 2022-06-10 16:17:45 -05:00
boxgaming 168db02634 More mobile ide tweaks 2022-05-09 13:42:04 -05:00
boxgaming ea499ea0d4 Updated IDE for better mobile sizing 2022-05-09 13:29:15 -05:00
boxgaming 43ee813e0b removed unused contentType parameter from getFile 2022-04-25 22:48:28 -05:00
boxgaming c9c7d6a25d restored lzutf8.js dependency 2022-04-25 06:59:48 -05:00
boxgaming b819f79cc9 added support for search and export 2022-04-18 11:25:08 -05:00
boxgaming 137145cc85 v0.3.0-beta updates 2022-03-30 17:37:36 -05:00
boxgaming 7fcb98c960 Image methods, fix for dim/redim, key event methods 2022-03-04 16:28:32 -06:00
boxgaming ec0f034a18 IDE updates 2022-02-18 08:09:43 -06:00
boxgaming 18789a9d9c initial revision 2022-02-16 11:40:03 -06:00