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

1261 commits

Author SHA1 Message Date
SteveMcNeill
a65e7fb910 Reset KCTRL and KCONTROL values after quick key 2020-12-31 08:24:50 -05:00
Autobuild Process
2310ce9287 Update internal/source 2020-12-31 12:59:54 +00:00
SteveMcNeill
879e4cbd33 Better Shift key support for quick key codes
Now you can CTRL-K, hit SHIFT, then another key, and get the modified key code.  (Such as SHIFT-A would give 97 instead of 65, depending on CAPSLOCK state.)  A SHIFT down, then SHIFT up (without hitting  another key), returns the value for that SHIFT key.  (100303 or 100304, depending on which shift key was hit and released.)
2020-12-31 07:56:19 -05:00
Autobuild Process
90ed1d7dce Update internal/source 2020-12-31 05:41:36 +00:00
SteveMcNeill
2f133204a2 Simpler quick key visual cue, using the status area 2020-12-31 00:39:21 -05:00
Autobuild Process
db20865a1d Update internal/source 2020-12-31 04:50:58 +00:00
SteveMcNeill
d620a3a4c3 Merge branch 'development' of https://github.com/QB64Team/qb64 into development 2020-12-30 23:48:01 -05:00
SteveMcNeill
9b72e1f1c2 Fix to flicker in CTRL-K screen 2020-12-30 23:46:48 -05:00
Autobuild Process
93839f367d Update internal/source 2020-12-31 04:20:25 +00:00
SteveMcNeill
74bca2b730 Ctrl-K Quick Keycode Insert
A quick mod to allow an user to hit CTRL-K and then press a key to quickly insert a _KEYHIT or _KEYDOWN code into their program.
2020-12-30 23:18:05 -05:00
Autobuild Process
90d11e9bbf Update internal/source 2020-12-29 03:20:57 +00:00
FellippeHeitor
d9f148b12c New default theme "Super dark blue". 2020-12-29 00:18:33 -03:00
FellippeHeitor
ce1d6008c2 Reenable highlighter if IDE Colors are changed. 2020-12-28 23:43:15 -03:00
FellippeHeitor
529a162816 Allows disabling the Syntax Highlighter entirely (Options menu). Also:
- Disables Syntax Highlighter automatically if rendering takes longer than a second.
2020-12-28 23:35:00 -03:00
Autobuild Process
2f29af1dc0 Update internal/source 2020-12-27 01:05:22 +00:00
FellippeHeitor
e10f565b28 Adds a New Folder button to open/save dialog. 2020-12-26 22:02:21 -03:00
Fellippe Heitor
ab241badbe
Merge pull request #92 from familygw/development
Replaced way to detect macOS version and screen configuration.
2020-12-21 11:25:33 -03:00
Carlos A. Leguizamón
a6fcfd51b3 Replaced way to detect macOS version and screen configuration. This way removes any output from console. 2020-12-21 11:03:34 -03:00
Autobuild Process
883b080652 Update internal/source 2020-12-18 05:20:16 +00:00
FellippeHeitor
fab894ae72 Adds warning when empty SELECT CASE block is found. 2020-12-18 02:17:57 -03:00
Autobuild Process
0361bf6f28 Update internal/source 2020-12-18 04:39:45 +00:00
FellippeHeitor
7db658b781 Prevents code before 'CASE condition' in a SELECT CASE block 2020-12-18 01:30:42 -03:00
Fellippe Heitor
5d7826106d
Merge pull request #90 from familygw/development
Fix for UI scale in macOS Catalina, running with 4K/Retina displays.
2020-12-07 07:39:45 -03:00
Carlos A. Leguizamón
6d3fbe23a4 Fix for UI scale in macOS Catalina, running with 4K/Retina displays. 2020-12-07 00:57:22 -03:00
Autobuild Process
ab4ce86056 Update internal/source 2020-11-04 12:46:52 +00:00
Luke Ceddia
d76d66647c
Merge pull request #84 from QB64Team/quiet-mode
Add -q for quiet mode
2020-11-04 23:44:23 +11:00
Luke Ceddia
272f877725
Add -q for quiet mode 2020-11-04 23:03:47 +11:00
flukiluke
12fab7f374
Delete cyberbit.ttf
Closes #81
2020-10-23 02:19:53 +11:00
Autobuild Process
b9d1389d9a Update internal/source 2020-10-21 21:03:00 +00:00
FellippeHeitor
bcd0340498 Adds Alt+F3 as a shortcut to Search->Change... 2020-10-21 18:00:14 -03:00
Fellippe Heitor
c8d3a51a41
Update README [ci-skip] 2020-10-18 01:18:46 -03:00
Autobuild Process
934ea99d15 Update internal/source 2020-10-18 04:17:04 +00:00
FellippeHeitor
1d07a3c802 Fixes ENVIRON$() to automatically add CHR$(0) to strings passed.
Closes #79
2020-10-18 01:14:25 -03:00
Fellippe Heitor
4472c12a73 Update issue templates [ci-skip] 2020-10-08 07:46:58 -03:00
Autobuild Process
e2c06c25e2 Update internal/source 2020-09-07 17:42:59 +00:00
FellippeHeitor
f3b92c353a Implements EXIT SELECT/CASE.
Allows breaking out of a SELECT CASE block or skip to the next evaluation CASE (for SELECT EVERYCASE) blocks.

In SELECT CASE blocks, EXIT CASE is the same as EXIT SELECT.
2020-09-07 14:40:04 -03:00
Fellippe Heitor
9604cacae5
Update README [ci-skip] 2020-07-30 21:48:27 -03:00
FellippeHeitor
07ca4e9dab Improves binary QuickBASIC 4.5 converter.
- Instead of aborting upon finding a bad token, proceed with processing;
- Adds space after line numbers.
2020-07-30 20:56:08 -03:00
Autobuild Process
6cf15e6f73 Update internal/source 2020-07-15 12:28:14 +00:00
Luke Ceddia
860e6cad57 $CONSOLE:ONLY on Linux no longer pulls in GL/X11 libs 2020-07-15 22:25:57 +10:00
Autobuild Process
905b6dd3e5 Update internal/source 2020-07-15 11:34:33 +00:00
Luke Ceddia
3ac1244df5 Add OPTION _EXPLICITARRAY 2020-07-15 21:31:11 +10:00
Luke Ceddia
1fc89fc750 Disable linux clipboard if not in gui mode 2020-07-15 20:36:00 +10:00
Luke Ceddia
9e0a354d91 Package internal/source for macOS, exclude for windows 2020-07-13 20:51:11 +10:00
Autobuild Process
ec040b54e4 Update internal/source 2020-07-12 06:14:59 +00:00
Luke Ceddia
59c3026bc6 Merge branch 'development' of ssh://github.com/QB64Team/qb64 into development 2020-07-12 16:12:10 +10:00
Luke Ceddia
c165592d41 Add extra casts in UDT string access for clang 2020-07-12 16:11:56 +10:00
SteveMcNeill
5fdcf9f583 Fix to _LOADFONT for Windows
Before we strip off the requirements (like "monospace" and such), we should first see if the font exists on the drive, since we call the routine recursively looking for it.
2020-07-05 09:47:04 -04:00
Luke Ceddia
87510de800 Merge branch 'development' of ssh://github.com/QB64Team/qb64 into development 2020-06-23 21:48:59 +10:00
Luke Ceddia
685067c31d Replace samples folder with a pointer to forum 2020-06-23 20:50:28 +10:00