Plugin Development for IntelliJ IDEA
0
votes
3answers
297 views
IntelliJ IDEA 12.0 Scala worksheet errors under Standard User account but works under Administrator
When I try to evaluate Scala worksheet in IntelliJ IDEA 12.0 with latest Scala plugin (December 5 2012 version) under Standard User in Windows 7 (32) it says:
Cannot start process, the working ...
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
2answers
2k views
Clone private Mercurial repository on bitbucket.org into InetlliJ IDEA with hg4idea plugin?
I created private repository on bitbucket.org. I want to use it from IntelliJ IDEA.
I choose "Check out from Version Control" and there is message box with field Mercurial Repository URL and Test ...
1
vote
2answers
131 views
Error starting Sonar
I'm using SONAR for my project.
While using "StartSonar.bat" for launch of Sonar, it is throwing the following exception.
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
...
0
votes
2answers
164 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
29 views
intelliJ Users, Is it possible to run multiple applications with just one press of a button?
It's not really a big problem, but I'd like to make my life a bit easier. Is there a way to run multiple applications with just one press of a button? Say, I have appA, appB, and AppC, (they're all in ...
2
votes
1answer
47 views
Intellij Idea. Is any way to set brakepoints on all methods of the choosen class?
I`m new to Intellij Idea. I have a huge (2300 lines) legacy class AssetManager and I need to brakepoint all calls of its methods to understand how does this mess work.
Is any way to set brakepoints ...
1
vote
1answer
10 views
How to rerun programmatically the program (intellij idea plugin)
I want to programmatically rerun(There is a command for this also you can use ctrl-f5) Below is a picture of rhis button in idea
So how I can run this action by myself?
1
vote
1answer
161 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 ...
1
vote
1answer
563 views
Can't commit from git plugin in Intellij Idea
While I am trying to commit my project from git plugin of Intellij Idea ,it's showing an err msg like
"error: insufficient permission for adding an object to repository database .git/objects
error: ...
0
votes
1answer
36 views
How can I create flask project using IntelliJ IDEA 12 Ultimate Edition?
I have IntelliJ IDEA 12 Ultimate Edition and I was watching this video on Youtube where they have demonstrated to create Flask using PyCharm 2.6
As far as I understand Python Plugin gives same ...
0
votes
1answer
89 views
nme.display.TileSheet doesn't exist?
Working in Haxe & NME. When trying to import the package for TileSheet nme.display.TileSheet doesn't show up. Only browser.display.TileSheet and native.display.TileSheet. Am I missing something?..
...
0
votes
1answer
161 views
Can't debug intellij plugin - invalid initial heap size
I'm developing an intellij plugin and when i'm trying to run the plugin (or debug it) i keep getting the following error:
Could not create the Java virtual machine. Invalid initial heap size:
...
0
votes
1answer
77 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
138 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 ...
0
votes
1answer
75 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
0answers
30 views
Intellij Idea trace object id while debug
In Intellij Idea while debug we can see :
item = {Object} [224780497]
Is any way to trace/output [224780497] to console?
1
vote
0answers
362 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 ...
1
vote
0answers
137 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 ...
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
0answers
171 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 ...
0
votes
0answers
19 views
How to install AWS plugin on IntelliJ
I am new to IntelliJ and to AWS, and I'm trying to get it working. I do have a working example code on eclipse, but want to try out IntelliJ.
So I have installed and uninstalled Amazon EC2 and AWS ...
0
votes
0answers
35 views
Trouble with Intellij Idea custom language plugin development. PsiReference is not resolving
Problem is that the references are not highlighted in editor when the caret on the target PsiElement or other reference. Also rename refactoring throws a "No occurrences found" and cancels changes.
...
0
votes
0answers
14 views
Headless build of an IntelliJ plugin
I want to build an IntelliJ plugin and create the resulting jar file from a script - preferably Maven -, not from the the IDE.
How can I do that?
0
votes
0answers
46 views
intellij idea community edition - sql auto complete in Java?
I see that Intellij community edition does not support sql tools (according to this comparison: http://www.jetbrains.com/idea/features/editions_comparison_matrix.html?IC).
Is there any plugin that ...
0
votes
0answers
34 views
Intellij Plugin Developement - Get the object while debugging
How do I get the object under caret, in my plugin action? The plugin is supposed to work only in Debugger context. I got the PSI file and get all the information about the class and its constituents, ...
0
votes
0answers
28 views
Intelli Idea usage - How to have quicker launch and lesser memory footprint?
I am trying to move from eclipse to intellij idea. I am trying out various dev plugins cases for intellij idea - android, clojure, scala, python, javascript, java, gwt, dart, jboss, spring etc as I am ...
0
votes
0answers
102 views
AppEngine Plugins for IntelliJ or NetBeans
I see on Google Developer page only AppEngine SDK plugin for Eclipse.
When I do search, I also find plugin for NetBeans ...
0
votes
0answers
171 views
Intellij IDEA 12 ajc compiler
I'm trying to set my java compiler to ajc in Intellij IDEA 12.02 Community Edition, and have been following the instructions here:
...
0
votes
0answers
61 views
IntelliJ Datanucleus Enhancer plugin not working
The project I'm developing uses Datanucleus 2.0.3, so I'm using those libraries for enhancement (plugin is configured to use the module dependencies as well). IntelliJ version 12.0.1 on a Ubuntu 12.4 ...
0
votes
0answers
50 views
Intellij IDEA Is there a way to tell Intellij what the correct reference is for an object?
for instance:
function (jQuery) {
jQuery.extend(1,2,3);
}
Since I am not using the global jQuery object, intellij is not helping out at all, and thinks INCORRECTLY that I am trying to call ...
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 ...
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
0answers
245 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?
0
votes
0answers
104 views
How to trigger build jar action from a plugin?
To automatize the process we need a plug-in that builds up jar file and sign this jar file using signJar function with the parameter of the name of built jar file.
first builds jar file of the ...
0
votes
0answers
272 views
Android and IntelliJ run problem
When I start my app via IntelliJ it erases the old version on the phone and deploy the new one.
Well no... it erases it one time, then it keep running the old code over and over, then it decides to ...

