Igor Spasic

- 活动总数 58
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
Igor Spasic 创建了一个帖子, 已回答How 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 进行了评论, -
Igor Spasic 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Igor Spasic 创建了一个帖子, Where is module.getModuleType() in Idea11?
How to get ModuleType for a module in Idea11 SDK? Thank you! -
Igor Spasic 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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"/>?