Levan Katsadze
Levan Katsadze
Thanks for the feedback. Unfortunately I don't have much knowledge to write parsers/tokenizers of languages, I'm trying to find tokenizers written by other people in JavaScript/TypeScript (Because VSCode extension environment...
Well, it is not a hard task, but it is time consuming, because we need to build a library of references of vscode themes and Blockman color combos, and there...
> I was thinking more about something like this: > > 1. Detect current editor background color. > 2. Generate a color palette using this color as base. > >...
I released a new version (1.3.0) of Blockman. I think some of the new features partially solve this issue (N14). ## [1.3.0] - 2021-11-10 - Added ability in Blockman settings...
That's because the calculation formula for N04 Sub05 is like this: rightPaddingIncrement = (maxDepth - currDepth) * minDistanceBetweenRightEdges It is a fast formula, performance is more optimized with it. If...
I hope to try it in the near future.
Thanks for your feedback. The alternative syntax of "if else" statements in PHP is kinda tricky, because in non-indentation based languages, like PHP, Blockman is searching for just brackets (curly/square/round...
I just need a good Motoko tokenizer which has input of text and output of an array of opening/closing positions of blocks. position is like -> line 70, column/char 19,...
Unfortunately I don't have the knowledge of how to use language grammar/syntax (or language server) to make a tokenizer for that language. In Blockman I used as many prepared tokenizers...
Sooner or later I'm sure it will be available for other IDEs too, it's just a matter of time. Currently I don't have enough time to work on porting Blockman...