Tamás Balog

- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Edited Retrieving editor caret position during LocalInspectionTool execution
AnsweredHi, I'm creating an inspection for a JavaScript based test automation solution. There are screenshot/image based assertions in each test file, supplied at each location with the name of the screens... -
Created Enable/disable inspections based on dynamic project conditions
AnsweredHi, I'm implementing some inspections for a JS test library and I would need to enable/disable them based on project specific conditions. The trick is that the library has two versions in two diffe... -
Edited Inlay hints, multi-project and other unit testing
AnsweredHi, I have a couple of questions regarding unit testing in different areas. 1. I'm implementing a custom InlayHintsProvider, and I want to write some tests as well for it. Now, I found examples in ... -
Edited Creating reference contributors for Gherkin language elements
AnsweredHi! I'm trying to create Gherkin reference contributors for project specific things, however I'm having trouble with them. 1) I noticed that registered PsiReferenceProviders seem to work only for G... -
Edited JS String literal to Json property ReferenceContributor
AnsweredHi! I'm having a bit of difficulty wrapping my head around why my ReferenceContributor doesn't work. There are translation json files in my project in which property names act as i18n keys. These k... -
Created How to incorporate default image editor into a custom image editor implementation?
AnsweredHi, I'm trying to implement a custom image editor which can display a single image (or two images side-by-side) similar to how the Git image diffing works, but in a simpler way, without the Git fea... -
Created How to persist inspection options when working with custom options panel?
AnsweredHi! I am implementing a JavaScript inspection that would recognize some placeholder keywords in JS doc comments. I have a pre-defined set of keywords but I also want to add an option to the inspect... -
Created No File Templates documentation in Platform SDK DevGuide
AnsweredHi, I'm investigating some issues with creating File Templates programmatically, and I've noticed that the dev guide, although has a section for File Templates, it is inactive (under https://jetbra... -
Edited Inspection unit test - info level highlight
AnsweredHi, I'm implementing some Java code inspections in a plugin, and I'm in the middle of adding unit tests for validating the highlighted code segments, One of the inspections is registered with INFO ... -
Created SSR - How does reference validity determined for a template variable?
AnsweredHi, I'm investigating the inner workings of the SSR Reference filter but I got stuck a bit. I see, or at least I assume there might be a logic that checks whether the template specified in the Refe...