Tamás Balog
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
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... -
Created SSR - Replacement regex group variables in Structural Replace templates
AnsweredHi, There is a YouTrack ticket, IDEA-194766, on which Bas Leijdekkers wrote a comment about that regex capturing groups in the template variable texts can be targeted by creating special, indexed r... -
Created SSR - Is "Contained in Constraints" editable from GUI?
AnsweredHi, Before the redesign of the Structural Search and Replace Template editor (to the new filter based one) there were a "Contained in Constraint" field for the Complete Match variable (a related po... -
Created Live template - How does suggestFirstVariableName macro work?
AnsweredHi, I'm building some documentation about Intellij Live Template macros and I came across suggestFirstVariableName() but I haven't been able to figure out how it supposed to work. In whatever form ... -
Edited SSR - Check whether an attribute value (immediate class type) is an interface
HI Everyone, The context I'm working on a permanent SSR inspection that would check Mockito's @Mock annotation whether the classes in its extraInterfaces attribute are actually interfaces. So there... -
Created SSR - Ignore intermediate chained method calls
AnsweredHi Everyone, Context There is a java test library called FluentLenium which I'm trying to create an SSR Search template for. It has an assertj support module with the class called FluentLeniumAsser...