Igor Spasic
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Igor Spasic created a post, AnsweredHow to search for all Kotlin functions that has an argument of type at the cursor?
let's say I have ```kt val foo:Foo =... fun bar(foo:Foo)... ``` and later, i type: ```kt foo ``` I would like to find the `bar` function. -
Igor Spasic commented, -
Igor Spasic created a post, Upgrading old plugin - how to display ApplicationComponents JComponent?
My old plugin has ApplicationComponent that creates JComponent with configuration dialog in createComponent(). Previously, this dialog appeared in plugin configuration. This is now gone; and I don'... -
Igor Spasic created a post, Is it possible to use IDEA source formatter from e.g. Gradle?
Would it be possible to use IDEA source formatter outside of IDEA, from e.g. Gradle?That would be awesome! -
Igor Spasic commented, -
Igor Spasic created a post, Where is module.getModuleType() in Idea11?
How to get ModuleType for a module in Idea11 SDK? Thank you! -
Igor Spasic created a post, ToolWindow button pannel style?
Hello, I do have a toolwindow and would like to add several buttons/actions. I would like them to look like the rest of IDEA toolwindows. I've added a jtoolbar and abstractactions with icons, but t... -
Igor Spasic created a post, Console output toolwindow with toolbar on the left
I create a toolwindow with console output using the following code:ContentFactory contentFactory = ContentFactory.SERVICE.getInstance(); Content content = contentFactory.createContent(view.getCompo... -
Igor Spasic created a post, Debug variables, view as URL - how to?
I often debug some JSP portals and have variables that contains a url as a String (i.e. "localhost:8080/path?p1=v1&p2=v2"). Since url params cen be long, its not always easy to see what u are looki... -
Igor Spasic created a post, Maia - correct build version no in 'since-build'?
Stuppid question: what to put in 'since-build', since build number format has been changed?Is the following correct:<idea-version since-build="IU-90.137"/>?