-
Various feature additions
### Extension.ts
- Add formatStructLeft flag to allow formatting for better vscode folding (eg label: return)
- Add rStructLeft to formatter to asign left aligned key…
-
Previous guide available at [https://www.jbase.com/wp-content/uploads/sites/6/2019/10/jBASE-Transaction-Journaling.pdf](https://www.jbase.com/wp-content/uploads/sites/6/2019/10/jBASE-Transaction-Journ…
-
Getting your type aliases through a base class like QMCTraits becomes problematic when you have a templated base class.
```c++
template
class OneBodyJastrowOrbitalBsplineSoA :
public J1OrbitalS…
-
Need to update the MVConnect docs to have Non-jBASE specific instructions on how to configure items such as custom headers. The current MVConnect docs are jBASE specific.
-
I made a comment on your article below, which is the following.
https://typefox.io/tutorial-how-to-embed-java-in-an-xtext-dsl
--- my comment ---
"I followed your domainmodel example with the late…
-
**Jetty version(s)**
Jetty 11.0.18
**Java version/vendor**
openjdk version "21.0.1" 2023-10-17 LTS
**OS type/version**
Debian/Bookworm
**Description**
Some months ago I upgraded from Jet…
-
I have a rule:
```
JavaStatement returns AbstractStatement:
{JavaStatement}
(statement+=XJStatementOrBlock)+
;
```
When I parse e.g.:
```
for (int i = 0; i < y; i++) {
x+=i;
}
``…
-
**Is your feature request related to a problem? Please describe.**
We are using jbase as DB connected on T24(Transact) Core Banking, Since VS studio code is very flexible on adding user snippets. I'v…
-
### Preconditions
1. Clean Magento 2.3.0 CE on HTTPS (luma, en_US)
2. Generated products/categories/etc. with large.xml profile
### Steps to reproduce
1. Use jMeter 3.1
2. Install aditional j…
-
**Describe the bug**
Lint shows an error on both lines with "GOTO 208".
208 is trying to go out of scope ex
TEST(24, 20): Invalid GOTO or GOSUB, jumping into/out of a block
This code compiles with…