-
Currently the logger module uses a string identifier for the loggers. This variant saves the definition of constants and is possibly more flexible, but is more error-prone (typing error).
I can eas…
-
Thanks for the `Concept.md` doc, this is an important reference document. So much so that I've copied it over to this repo:
- https://github.com/tajmone/PBCodeArcProto/blob/master/Concept.md
The…
-
I still remember with affection the old community of Blitz3D, many nice people from whom I always learned something, so I'm trying to do something fun with BlitzMax NG, a 3d engine for windows x86, th…
-
For the website template, I was thinking of something rather minimalistic.
I'll definitely go for a Sass project that compiles a single CSS file. It will add a subfolder in the `assets` folder, but…
-
I have a few suggestions for improving the syntax tests, based on my past experience with both PB and ST packages.
- [ ] **Better Naming Convention** — Title-casing the file name after `syntax_te…
-
I'm thinking about a new format for the code metadata.
---
The current format is too complicated:
- One file code:
`CodeName[Win].pb`, `CodeName[Win,Lin].pb`, `CodeName.pb` (all OS)
…
-
Ciao @SicroAtGit,
In these days I've been busy working on a new CLI tool for the project: __Doxter__.
- [`Doxter.html`][Doxter.html] — Documentation ([Live HTML Preview][Doxter LiveHTML])
- [`D…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.21.1 x64
**Electron**: 1.6.15
**OS**: Microsoft Windows 10 Home
**Thrown From**: [line-count-status](https://github.com/olmokramer/atom-…
-
Hi @aziascreations,
thanks for publishing this project, and with such a permissive license. I was looking at your [`SemanticVersioning.pb`][SemanticVersioning.pb] and I'm very interested in it.
…
-
Following code is used in many lexers (can be found with [ripgrep](https://github.com/BurntSushi/ripgrep) `rg -C 2 wlNew.Set` or `grep -nr -C 2 wlNew.Set` on lexers folder),
https://github.com/Scinti…