-
Here's my modification to also search for QB64PE
**gx\mapmaker\build.bat**:
```
@echo off
if exist "%QB64_HOME%\qb64.exe" (
echo Using %QB64_HOME%...
copy %CD%\inform\gx_falcon.h %QB64_HOME…
-
Include the help files (markdown) with the installer.
This will make setup for new users easier.
The existing setting will be used, this way if someone wants to use a custom path for the help they…
-
#### Describe the bug
Accessing an upload shared folder give Http error 500 after not being connected to LAN web server for sometime.
https://twitter.com/smokingwheels/status/1623155529030766593
…
-
Ngspice supports S-parameters simulation since release 37, but the simulation of the `*.s2p` files is not supported. There exists `s2spice` utility https://github.com/transmitterdan/s2spice designed …
-
I would love it if there was additional highlighting for:
`'$INCLUDE:`
`'$*` Meta-commands ($IF, $LET, $ENDIF, etc.)
`OPTION`
-
I'm going to try to walk through this using the project.
The folder structure of the project is setup such that the README.md and other "high level" stuff is in the root of the folder. The majorit…
-
Hover over a + 1 and you get a "The editor could not be opened due to an unexpected error: File is a directory" in an empty tab and an OK "button".
I'm encountering this because I'm using CTRL+C/CT…
-
To support building these interfaces easily:
- Rust
- Python
- Swift
- Kotlin
- Ruby
as suggested in a comment on #59
-
**QB64 info (please complete the following information):**
- QB64 Version 2.1 Development Build From git 47f5044
- MacOS Catalina
**Describe the bug**
Chinese is displayed as garbled code
N…
-
Adding to #217, I am going to leave another issue here that I found while using `PLAY`.
```VB
'Play scale in 7 different octaves
scale$ = "CDEFGAB"
PLAY "L16"
FOR i% = 0 TO 6
PLAY "O" + STR$…