1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 01:00:37 +00:00
Commit graph

1129 commits

Author SHA1 Message Date
Cory Smith dc2451cea6 More wiki updates.
- fixed the by usage page not loading in some cases.
- remove SUB Help_PreView; appears to be unused.
- fixed downloaded file being incorrectly saved with txt extension.
2022-09-02 21:20:45 -05:00
Cory Smith c8a5bd111c Fixed opening cmdln specified file without path elsewhere of ide path..
Also added helper function to be able to "log" for debugging/experimentation.
2022-09-02 20:51:49 -05:00
Cory Smith 3ff2da7d90 Swapping out txt help files in favor of md files. 2022-09-02 17:04:18 -05:00
Cory Smith a2fc776888 F5 will automatically remove "untitled.exe".
F5 shouldn't be leaving a bunch of "trash" everywhere. More work needs to be done to this, but this is a start.
2022-08-27 10:14:23 -05:00
Cory Smith f45981a61c Modified the new build.bas. 2022-08-26 23:02:11 -05:00
Cory Smith 92d0fe65a1 Missed lines related to updating wiki. 2022-08-26 22:50:03 -05:00
Cory Smith 96915d1f16 Refactored ExeIconFileOnly message. 2022-08-26 22:45:38 -05:00
Cory Smith 74a6b3de35 Fixed evaluator crashing with \ and/or MOD. 2022-08-26 22:44:49 -05:00
Cory Smith 24a5718fc5 Added exe metadata. 2022-08-26 22:44:11 -05:00
Cory Smith 4cfafeca5d Updated help links. 2022-08-26 22:42:50 -05:00
Cory Smith ce0f738987 Optimized restoring search history. 2022-08-26 22:41:09 -05:00
Cory Smith 27fc93dd8e Some work related to transitioning wiki. 2022-08-26 22:37:38 -05:00
Cory Smith 2754c97ef4 Add "no exe saved" execution option. 2022-08-26 22:31:20 -05:00
Cory Smith 992ac823e0 Flipped message related to LNX with WIN. 2022-08-26 22:22:36 -05:00
Cory Smith a79657062f Added build.bas. 2022-08-26 22:20:11 -05:00
Cory Smith 4dfcfa37a5 Added useful string methods to strings.bas. 2022-08-26 22:16:59 -05:00
Cory Smith e3e7119227 Moved several file methods to file.bas. 2022-08-26 22:16:04 -05:00
Cory Smith 71c6adc533 Moving file related methods to file.bas. 2022-08-26 21:59:13 -05:00
Cory Smith ceb1b2ac86 Still working with git... 2022-08-26 21:46:16 -05:00
Cory Smith 36ac741c83 git 'confused'??? 2022-08-26 21:44:09 -05:00
Cory Smith 1f8aa92e94 Add *.bas to .gitignore under source. 2022-08-26 21:40:09 -05:00
Cory Smith f8e94dabb2 Add .gitignore to source folder allowing *.bas. 2022-08-26 21:39:16 -05:00
Cory Smith 8b717eac47 Fixed some QB64 urls. 2022-08-24 19:53:19 -05:00
Cory Smith 6e53ffb602 Initial Help "reset".
- Removed "wiki" menu items (Help menu).
- Removed "View on Wiki" *button* in Help window.
- Removed "the red X" in Help window (seems out of place).
- Removed "bread crumb navigation".
- Added placeholder "document title" to Help window.
2022-08-24 01:38:08 -05:00
Samuel Gomes 2080bebf6b Fixed issue with static libraries in Windows 2022-08-17 11:54:05 +05:30
Cory Smith c689ddf479 Updating Wiki Functionality (still more to do). 2022-06-24 14:00:44 -05:00
boxgaming 50f58b1f50 updated to use github.com/QB64Official wiki content 2022-06-14 15:39:17 -05:00
Fellippe Heitor 6e385df280 Fix alignment issues in listbox controls 2022-03-10 13:04:36 -03:00
Fellippe Heitor b2f35b9e98 Reenable line selection when debug is off
Clicking line numbers when not in Debug mode and
when "auto-add debug" is disabled will select the
clicked line
2022-03-10 10:30:06 -03:00
Fellippe Heitor fd5ba476b5 Add 'don't show again' to 'Add ' dialog 2022-03-10 09:48:57 -03: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 4e41877eb0 Reset flag wholearrayreference as needed 2022-03-01 22:34:36 -03: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
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
Fellippe Heitor 2926fea0e9 Fix indentation in disabled precompiler blocks 2022-02-24 22:57:33 -03:00
Fellippe Heitor 6b7fda9b15 Remove unused variable in ide_methods 2022-02-24 17:48:37 -03:00
Fellippe Heitor 84873f88d8 Revert "Make indent level only increase once..."
This reverts commit 1e679627f4.
2022-02-23 01:27:59 -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 02af89c94d Fix capitalization of 'to' in Case statements 2022-02-22 22:54:12 -03: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
FellippeHeitor 31adc2361e Adjust var name in GetBytes 2022-01-23 22:26:56 -03: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 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