Plugin Development for IntelliJ IDEA
0
votes
1answer
366 views
IntelliJ Idea 11 - No menu to generate Java code from WSDL
Despite I enabled Web services support, I can not see "Generate Java code from WSDL" menu item in Tools -> WebServices.
Do I need to install any plugin or something else for this?
-1
votes
1answer
49 views
What IntelliJ plugin(hint to jump to a specific line) is used in this video?
The video can be viewed at:
http://www.youtube.com/watch?v=wCVwdvufTds
I was wondering what plugin is used in the video to enable the hint for each line so that he can jump to any line with one key.
...
0
votes
1answer
71 views
Is it possible to create an IntelliJ plugin to create a new “Module Type”
Is it possible to create an IntelliJ plugin to create a new "Module Type", That is I want to create a new module type in a project that can be dependent on other modules of any type in the project and ...
0
votes
2answers
48 views
In intelliJ, is there action that can jump to `last viewed tab`
I only find Last edited location, but usually I need to jump between file A and file B without edition so this one may not be good.
Another action: Navigate -> File.. is also not good because I ...
1
vote
2answers
150 views
Intellij idea using 10001 port
Intellij IDEA 12 Public Preview by default is listening to 10001 port for one of its plugins. In our company we use this port for other purposes and there seems to be no easy way to change this... Can ...
1
vote
1answer
118 views
How to change IdeaVim motion key in a specific mode
I am a vim addict with a personnalized keyboard layout derivated of bépo and I want to remap IdeaVim motion keys «hjkl» in visual mode to «ctsr».
I tried to change this from the setting panel but it ...
0
votes
0answers
103 views
Embedding a web application inside Eclipse/IntelliJ
I have a couple of questions regarding Eclipse and IntelliJ IDEA support for building a plugin that can...
show (and accept user input to) an interactive web application (with drag-and-drop diagram ...
1
vote
0answers
374 views
Graphical Workflow Editor plugin to Eclipse/IntelliJ/Webapp
I'm considering developing a multi-platform graphical workflow editor as a plugin for Eclipse and/or IntelliJ. The editor would work in a way similar to tools such as Visio/OmniGraffle/Activiti ...
0
votes
1answer
80 views
Intellij, prevent messages pop up on make build
So I have the autobuild plugin, but it is annoying that if there are errors, on each save, the messages box with errors keeps popping up. Yes, i know there are errors. Let me take care of them myself. ...
0
votes
1answer
142 views
Intellij new tabs opening on the left side, why?
Say I have a Java class, and navigate to another method by CTRL + CLICK .. The new file opens, in a tab that is positioned to left of the current one. Why!? It should open to the right.
Is this is ...
3
votes
2answers
219 views
In PHPStorm, How to breakpoint in a method of a PHPUnit class?
In PHPStorm, I want to debug a PHPUnit class. If I set a breakpoint in a method of the unit-testing class (the class that inherits from PHPUnit_Framework_TestCase), whenever I run the test, PHPStorm ...
2
votes
1answer
315 views
Add existing module under Subversion source control in IntelliJ IDEA
I have a number of modules working nicely with the Changes tab, because I added them under source control when I created their modules.
However, for one module I chose to skip adding under source ...
0
votes
1answer
85 views
IntelliJ10 Checkstyle and JavaDocs [closed]
We have created a checkstyle-rules.xml in our company, and we use intelliJ checkstyle plugin to read it and display all check style violation errors. Is there a way of autocorrecting all checkstyle ...
0
votes
1answer
96 views
How to implement an intelliJ IDEA plugin for remote javascript debugging with Rhino?
I need to debug scripts running on a remote server which uses an embedded rhino engine, using intelliJ IDEA. Is there any procedure that I could follow to write a plugin to support this? I need an ...
2
votes
1answer
162 views
How do you “Mavenize” a project using Intellij?
I have seen many posts about using eclipse to Mavenize a project. Is there a easy way to do that in IntelliJ? From what I understand about "Mavenize", it's just add some xml in pom.xml and the ...
1
vote
0answers
141 views
Using LessCSS files in Development mode without requiring a change for Production to use compiled Less into CSS files
What is the easiest way to make use of .less styling files in web pages and have less.js dynamically compile them to CSS for development work but then have the same web pages use the compiled (from ...
2
votes
1answer
67 views
How to set up Intellij to run javap command on a program?
I use Intellij Idea for development and I want to configure Intellij to optionally use javap -c feature . Is there any plugin ? How do I do that ?
1
vote
1answer
178 views
IntelliJ IDEA - How to enable spellchecking for custom language plugins?
IntelliJ spellchecking appears to be disabled for certain custom language plugins such as Markdown (extension ".md") and the Non-Dairy Soy Plugin (extension ".soy") even with the Spelling | Typo ...
0
votes
1answer
380 views
Web module from custom scratch in IntellijIDEA 11.1.3
When I create new project in the aforementioned IDE, I can select Web Module and then Web Module Type (HTML5 Boilerplate, Twitter Bootstrap, Node.js).
I want to write custom IntellijIDEA Plugin to ...
4
votes
1answer
1k views
How to run angularJS tests in intellij idea 11.1.3?
I am new to AngularJS to JS in general. Now I want to use JSTestDriver and behavior driven development framework Jasmin . As I understood AngularJS works with Jasmine and test driver. I am working ...
1
vote
1answer
1k views
IntelliJ Idea 11 - Is full screen mode available [duplicate]
Possible Duplicate:
How can I maximize the editor pane?
Does anyone know is full screen mode available at IntelliJ Idea 11 or not? I just want to see editor panel.
0
votes
1answer
44 views
How I can know how many methods a class has, using IntelliJ-Idea?
I am using IntelliJ-Idea.
How I can know how many methods a class has?
Are there any plugins to see metrics concerning the number of methods?
0
votes
2answers
188 views
Error by Groovy plugin in Intellij?
I get following error when debugging my code in Intellij.
I checked out the place of agent\gragent.jar but it does not exist.
I temporarily solve it by deactivating the plugin but i want a proper ...
2
votes
1answer
192 views
Lombok usage of 'val' type in IntelliJ
Hi I'm using Project Lombok (version 0.11.2) in a project. I have both Intellij, and Eclipse (STS) installed, with lombok integrated with both IDEs (STS, via the lombok JAR, IntelliJ via the plugin ...
0
votes
1answer
108 views
Can I edit MS SQL stored procedures in IntelliJ IDEA?
I googled a bit but didn't find an answer.
Is there a way to edit (or at least view) MS SQL stored procedures in IntelliJ IDEA ? I know I can directly fetch them from system tables but perhaps there ...
0
votes
1answer
76 views
JRebel with Intellij and buildr?
I am working with a buildr project using Intellij IDEA and I want to get JRebel working. THis is a Spring MVC project.
I have my rebel.xml configures and I created an ant script to re-package the ...
1
vote
2answers
117 views
IntelliJ Plugin - Needs to hook into existing actions
I'm writing a plugin to IntelliJ, and need to hook into some of the existing actions that already exist, like when a file is saved, the code is compiled, or a refactoring happens. I wasn't able to ...
3
votes
1answer
152 views
How does Intellij IDEA manage plugin dependencies?
After playing with Intellij IDEA plugins for a while, I have noticed that plugins with external dependencies work fine, even if these dependencies are not bundled with the plugin itself nor are they ...
3
votes
2answers
566 views
Add more than one static resource directories to jetty
Hello
I am currently working on a project where we have to paste (using intellij artifacts ) static directories to on place.
My jetty is embedded therefore.
We want our jetty to have multiply static ...
1
vote
0answers
107 views
Delegating Syntax Highlighting of Embedded language when writing an IntelliJ Syntax Highlighting Plugin
I am writing an IntelliJ plugin to do syntax highlighting for the Scala implementation of Jade. Jade is an HTML templating language which can include embedded code. for example:
-@ var teams : ...
1
vote
1answer
713 views
CheckStyle plugin for IDEA - java way of warnings presentation and automatic fixes?
Is it possible to make it present the list of warnings java/spellchecker style as opposed to a old school list of errors with line numbers?
Can it automatically fix things like missed space near '=' ...
2
votes
1answer
65 views
IntelliJ IDEA Console Folding with Wildcards?
Short Question: Can I specify wildcards for custom console folding? If so, what is the syntax?
Long Question:
IntelliJ has a really nifty plugin (that comes built in) which allows you to fold lines ...
1
vote
1answer
765 views
IntelliJ IDEA: Run Batch script before and after Run/Debug Configuration
Background:
I have a Run config that runs a maven build.
I already have a Context Path set up to look at the Target Directory of the Build directory, so I don't have to manually copy the war file ...
0
votes
0answers
36 views
Creating file browser in intelij
Hi I am developing a plugin for intellij. I need a file browser in my Ui. I s there any convenient way of applying that?
Thanx..!!
0
votes
1answer
258 views
How to (re)enable IntelliJ IDEA alt-enter log support
IntelliJ IDEA has a nice litte feature which allows to create unique LOG IDs for your log output.
It is simply used by typing Alt-Enter and then choose Add-LogID.
But I did it again. A slip of a ...
1
vote
1answer
166 views
Is there any good PowerShell plugin for intellij IDEA?
We are developing a product which is written in Java and invoking PowerShell scripts.
Our testing project combines JUnit and PowerShell scripts (thousands of lines).
In order to write scripts we are ...
0
votes
2answers
389 views
How to return Logcat window to Debug window?
I've removed a LogCat window from a Debug window in IDEA 11 and I cannot find a way to return it there. This is how my debug window now looks.
Can anyone help?
0
votes
1answer
94 views
How to use variables from library modules?
I have problems using variables from library modules in IntellliJ IDEA 11.
My steps were:
Created a new Android project
Added new module (File->New Module) and made sure I add it as a library
...
0
votes
1answer
105 views
Can the Osmorc plugin for IntelliJ create a Bundle Version number with a timestamp?
I am using the osmorc plugin in IntelliJ to build OSGI modules. This allows me to define a bundle version. I would like the bundle version to include a timestamp for each build, 1.0.1.201204241456 for ...
3
votes
1answer
1k views
Intellij IdeaVim change keys
Hi I would really like to be able to use ideaVIM but I am unable to figure out where I can set my custom vim key mappings. For example instead of using esc I would like to use ^C and instead of using ...
1
vote
1answer
1k views
Vaadin Plugin in IntelliJ Idea
In Vaadin's website it says that only Eclipse and NetBeans have fully functional (which sets up project, compiles your widgets, provides a visual editor for drag&drop) Vaadin plugin.
I wonder ...
5
votes
2answers
883 views
Can't compile project when I'm using Lombok under IntelliJ IDEA
I'm trying to use Lombok in my project that I'm developing using IntelliJ IDEA 11.
I've installed 3rd-party plugin for IDEA and it seems working fine because IDEA sees all autogenerated ...
0
votes
0answers
256 views
Intellij fails to load list of plugins
I'm using IDEA Community Edition 11 and when I go to preferences > plugins > browse repositories, I keep getting this error:
Any ideas on what I can do?
2
votes
2answers
288 views
create intellij project and modules programmatically
I have a large project with many large directory structure. They produce around 90 jars. The IntelliJ project structure is not same(or similar) as the one seen by ant scripts. This create lot problem ...
1
vote
0answers
172 views
Does IntelliJ GWT studio plugin support Hotswap of GWT client side classes?
I am working on a project using GXT. When I use eclipse as the development environment, I see that the client side classes are being hot swapped.
For example, if there was a button pressing which ...
2
votes
2answers
160 views
How do you combine two tabs into one floating window in Intellij?
In Eclipse I can just drag-and-drop two tabs into one window. For instance, I like to keep my JUnit and Search tabs together:
How can you do this in Intellij?
2
votes
2answers
1k views
IntelliJ + SBT plugin + multiproject setup = Unresolved dependency?
I created a new project with the following structure (obfuscated names :):
Parent
|-- Child A
|-- Child B
The light build definition in Parent/build.sbt is as follows:
name := "Parent"
...
2
votes
3answers
629 views
How do I disable IntelliJ IDEA's type inspection?
IntelliJ IDEA's Scala plugin many times complains about "type mismatch" even though the code in question compiles absolutely fine. I find this quite irritating, and would like to disable this feature. ...
0
votes
1answer
67 views
Zend Debugger asks if I want to open 'index.php' on timeout
I use Zend Debugger in Intellij, and I've noticed that when I'm stepping through code, if the call made by the client times out (because I'm taking too long stepping through the server code), the ...
2
votes
1answer
672 views
How to write an IntelliJ IDEA Plugin?
IDEA has many plugins to use. I.e. IDEtalk is one of them which I use. How can I code a simple plugin that just connects to Internet and shows a web page? (no need for an address bar but it is not a ...

