Igor Spasic
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created Where is module.getModuleType() in Idea11?
How to get ModuleType for a module in Idea11 SDK? Thank you! -
Created 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... -
Created 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... -
Created 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... -
Created 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"/>? -
Created Maia - how to add tab in Artifact editor
Is it possible and how to add a new tab in artifact editor: for example, after 'Output Layout', Post-Processing, Validation I would like to add custom form for artifact-related additional settings. -
Created Maia - how to get list of Artifacts?
I want to get list of artifacts for a project. How?Can I get the web facet once when I have the artifact? -
Created Maia - where is the OpenAPI source (development kit)?
Sorry, i couldnt find the plugin development kit for Maia (idea9). Any help? -
Created Idea8: recompiling plugin on jdk5?
How can I recompile plugin on jdk5 - for mac users? On my windows, when I want to add new "Intellij IDEA SDK", I can only choose java 1.6 (althought have all previous java versions)?I can manually... -
Created Idea 8: new tab (panel) in the facets?
Is it now possible to add new tab panel in the some facet?For example, I want to extend the web facet, so I would like to add new tab with my custom stuff. That was not possible in idea7. Is it pos...