-
From the [Guice 4 release notes](https://github.com/google/guice/wiki/Guice40):
> Java8 runtime compatibility for Guice core & all extensions.
When working on Java 8 projects with the current Xt…
-
Missing Documentation for https://docs.zumasys.com/jbase/calling-a-subroutine-from-a-dictionary-item
-
The [Magento Performance Toolkit](../tree/2.2.7/setup/performance-toolkit) is unable to run against a vanilla Magento 2 instance installed from scratch with the required fixture data. It successfully …
-
I know the linter has custom text for jBase VERBS that shows how to use the VERB. I would like to enhance this by being able to describe SOME frequently used Subroutines and Functions from my system …
-
Highlighting BASIC source code in both the stable and Insiders version of VS Code generates errors
**To Reproduce**
Use "Ctrl-A" on largest item being edited, or copy the path of one of the items …
-
**Describe the bug**
In certain constructs, (leading) valid keywords are not recognised
**To Reproduce**
Steps to reproduce the behavior:
1. Enter the following code:
LOOP
READT Tape…
-
Comment prefix /* is not recognised by syntax linting and highlighting
**To Reproduce**
Comment any code line by prefixing with /* or highlight a block of text and press Ctrl+/
**Expected beh…
-
**Describe the bug**
Missing next statement error generated on this line of code:
FOR I = 32 TO 127; OUT I; NEXT I ;* Printable chars
**To Reproduce**
Insert this line of code in VS Code
Se…
-
See https://github.com/LorenzoBettini/jbase/issues/3 and https://www.eclipse.org/forums/index.php/t/1073366/
```xml
eclipse-feature
org.eclipse.jdt
…
-
**Describe the bug**
It the text and attached image, the Lint does not see shows a missing NEXT L for the FOR L. It highlights the error under the NEXT L that is saying is missing.
**To Reproduce…