Mike Lischke

Results 37 issues of Mike Lischke

**Wrong row height when updating React component** **Environment Details** * react-tabulator version: 0.15.0 * OS: macOS 11.4 * Node.js version: 16.1.0 **Long Description** I use ReactTabulator in one of my...

I found this already a nuisance in the Java target (and hence implemented it differently in the C++ target): can you please make the children of a ParseTree iteratable (e.g....

enhancement

The generated Javascript behaves differently in various places than other targets (including Java and Javascript). One example is `ParserRuleContext.getToken`. The generated code throws exceptions while it should simply return null....

enhancement
blocked

It would be helpful if the ANTLRInputStream class could deal with a potential BOM at the beginning of the input (e.g. when loaded from a file).

enhancement
documentation

Would be a nice addition to allow generating tmLanguage/JSON/plist files from an ANTLR grammar for syntax highlighting in various editors (primarily vscode).

feature request

I'm currently using [this Java grammar](https://github.com/antlr/grammars-v4/tree/master/java/java) in a project and found something which I believe is a bug. Look at these interface method rules: ```g4 interfaceMethodDeclaration : interfaceMethodModifier* (typeTypeOrVoid |...

java

Currently only the "attach" request setting is accepted for debugging a duktape application. It would however be much more convenient to have the debugger also launch the application to debug....

enhancement

Currently Lin shows not only the full match of a key but everything that matches even partially. I use keys like "AP1", "AP343" etc. (have more than 500 already). That...

### Description When loading the client in a worker "document" is not available and should not be used. ### What is the purpose of this pull request? - [x] Bug...