Plugin Development for IntelliJ IDEA

learn more… | top users | synonyms

1
vote
1answer
54 views

How to generate Class Diagram (UML) on android studio

How to generate Class Diagram (UML) on android studio. I've try to search and found this http://www.jetbrains.com/idea/features/uml_class_diagram.html but Ctrl+Alt+Shift+D. doesn't work. I also use ...
1
vote
2answers
12 views

In IntelliJ is it possible to map the same hotkey to two different activities

I would like to assign the same key to both start the debugger and to step into code. In Visual Studio I am able to bind F10 to start the debugger and to Step-Into code so that I can just use that ...
1
vote
1answer
24 views

How do I prevent the Intellij python debugger from stepping into builtin functions?

I am using IntelliJ professional using the python plugin and when debugging I often find myself stepping into the python library code itself when trying to "step into" a method. For instance: ...
1
vote
1answer
12 views

how to invoke IntelliJ InlineMethod action via code?

I'm writing a refactoring plugin for IntelliJ, and I'd like to call the action to "Inline method" (ctrl-alt-n). Given I have the PsiMethod of the method to be inlined, whats the best approach? ...
1
vote
1answer
22 views

IntelliJ IDEA 12 Python Package Manager?

I use JetBrains' IntelliJ IDEA 12 for both Java and Python development (Python development through the official Python IntelliJ plugin). My friend uses PyCharm (same company and similar interface, ...
0
votes
1answer
22 views

Use JavaFX to develop Intellij IDEA plugin UI

As a result of a custom Intellij action plugin developer can popup a dialog window with a custom UI. I am developing UI using JavaFX embedded into Swing panel. JavaFX wise everything works fine. The ...
1
vote
2answers
37 views

How do I get my Play 2.1 app started on Heroku

I am trying to start a Play 2.1 app on Heroku but I don't know how to get it started on one dyno. I am trying to deploy the 'demo' app from "SecureSocial" to Heroku. I used the IntelliJ-IDEA Heroku ...
-1
votes
1answer
44 views

Code review tool with IntelliJ and Git integration

We use IntelliJ to edit code and Git for version control. We need to review the code before committing the code into repository. What code review system supports IntelliJ and Git?
3
votes
1answer
35 views

Intellij IDEA - How to disable automatic plugin update

Whenever you hit 'the check for update' button, IntelliJ checks for IDE update and starts by checking and updating all your active plugins. The point is that I use a pretty crooked plugin which only ...
3
votes
1answer
46 views

Intellij IDEA plugin - PersistentStateComponent loadState not called

I am trying to develop a plugin for Intellij IDEA, I am working with SDK 129.451. The issue I have is that I can't persist the user data like some list items he can input in the plugin and have the ...
2
votes
1answer
52 views

How can I make IntelliJ/Android Studio open Android docs when clicking F1 on function?

Let's say I have the following line of Android code: MyClass myClass = (MyClass) intent.getExtras().getSerializable("SomeKey"); How can I make IntelliJ/Android Studio open a browser and navigate to ...
1
vote
2answers
35 views

Finding code tree calling a particular method

I am working in Intellij and need to know where a given method A is being used. I know i can find it using Find feature, but i need to know the graphical tree structure of classes calling my method A ...
1
vote
1answer
24 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?
0
votes
0answers
52 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
51 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. ...
1
vote
1answer
28 views

Import/Export breakpoints sets

Eclipse has ability to "Import/Export breakpoints to file". Is in Intellij Idea similar feature ? For example : I develop CoolFeature1 and have 30 brakepoints (20 active, and 10 passive), then i ...
0
votes
0answers
22 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?
1
vote
0answers
39 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?
0
votes
1answer
50 views

how to restore the original window intellij layout

Instead of choosing 'Restore default layout' I mistakenly choosed 'Store current as default layout', so my current layout (which I don't want to use) is set as default. Now I cannot go to original ...
2
votes
1answer
40 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 ...
0
votes
2answers
62 views

Is it possible to import a group of import statements from another file in Java?

I don't believe this feature exists in Java, and probably for good reason, but occasionally I like to import static a lot of methods in multiple classes, or even import static ...
2
votes
1answer
100 views

IntelliJ IDEA plugin development in other JVM languages

Is it possible to use other JVM languages such as Scala and Clojure for developing an IntelliJ IDEA plugin? Or do we have to use Java for this purpose? I could find no pointers on this on web, hence ...
0
votes
1answer
17 views

Select Plugin Version for Intellij Idea IDE

Seems the newest ruby plugin (5.4.0.20130410) has been broken/changed because jump to source (CTRL + click on method name) is not working. Is there any possibility to select Plugin Version on ...
0
votes
0answers
68 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
1answer
66 views

IntelliJ IDEA plugin persistence state xml has duplicate lines

I have the following Component: @State( name = "SessionConfiguration", storages = { @Storage(id = "default", file = StoragePathMacros.PROJECT_FILE), @Storage(id = "dir", file ...
2
votes
1answer
102 views

IntelliJ IDEA Plugin Development: Save groups of tabs, save them persistently and reload a set of tabs if requested by the user

I am currently at the move to write an IntelliJ plugin. I want to be able to store/restore a set of tabs to switch between different tab sessions (comparable to browser plugins like Session Manager or ...
0
votes
1answer
63 views

Can IntelliJ's Remote Host sync .class files?

Im using Remote Host in IntelliJ and it does not sync .class files; it does sync other files, such as .java files. My setup: IntelliJ 12 Ultimate on Windows 7 Ant build performing SSHExec on remote ...
0
votes
1answer
536 views

Failed to execute goal org.apache.maven.plugins: The specified web.xml file 'D:\WEB-INF\web.xml' does not exist

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project CRPS: The specified web.xml file 'D:\WEB-INF\web.xml' does not exist -> [Help 1] [ERROR] ...
0
votes
1answer
28 views

Custom editor commands without using a macro?

Is there any way to make custom commands without using a macro? I would like to do things like: jump down 20 lines jump up 20 lines editor window scrolls when cursor moves within 15 lines of the ...
0
votes
1answer
90 views

Intellij Python does not import from .pydevproject

PyDev eclipse plugin creates two files a .project file and a .pydevproject file. The .pydevproject file contains all library references. Basically I list all my dependencies as .... ...
0
votes
1answer
245 views

IntelliJ IDEA 12: How can I run pip install to install libraries in virtual environment?

I am using IntelliJ IDEA 12 Ultimate Edition and creating flask project. I created the virtualenv using IDEA and using that, but my code has dependency on other libraires I as move forward. For ...
0
votes
1answer
59 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 ...
1
vote
1answer
44 views

IntelliJ Plugin Dev - Cannot prepare plugin for deployment

I am trying to download the source of an IntelliJ IDEA Plugin (for JBehave integration) from a github repo, and basically build it into a jar, which I can distribute to my team (which they can then ...
0
votes
0answers
36 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
1answer
130 views

Intellij 12 plugin loading

I use IntelliJ 12 #IU-123.72 in a secured environment i.e, cannot directly install plugins. The installation looks for plugins under C:\Users\username.IntelliJIdea12\config\plugins I have a ...
0
votes
0answers
31 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 ...
1
vote
1answer
281 views

Plugin AngularJS depends on unknown plugin JavaScript

I'm trying to install the AngularJS plugin, I go to the plugins page in the Settings and click install from disk, I choose angular-js-plugin.jar from my filesystem and get this error: Plugin ...
0
votes
0answers
135 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 ...
2
votes
1answer
50 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 ...
0
votes
1answer
52 views

How to get the currently viewing file name in plugin action class

In intellij idea plugin action class I want to get the java class file name which user is currently viewing. How to get that? In Intellij idea IDE if we click analyse-->Inspect code it will show a ...
4
votes
1answer
462 views

Add Play 2.0 to Intellij

I am following the instructions at http://blogs.jetbrains.com/idea/2012/12/getting-started-with-play-20-in-intellij-idea-12/ to integrate Play 2.0 into Intellij. But Play is not showing up in the ...
1
vote
1answer
238 views

using vim plugins ( easymotion) in intellij ideavim

Is there a way I can use vim plugins in intellij ideavim. In this case I am looking for a way to use easymotion vim plugin. Thanks,
3
votes
3answers
86 views

Automatically add “this.” to instance variables

We have started to implement checkstyle as a way to provide a consistent code style across developers. One of the checks requires that all instance variables be references using "this.". I have not ...
0
votes
1answer
73 views

How do I debug or print to console in Munit Haxe?

I'm trying to debug something in Haxe while running Munit. Is there a way I can debug or print to the console information while running my tests?
0
votes
3answers
61 views

How to set default stack in IntelliJ Idea cloudbees plugin?

I have jsf webapp. I have successfully deployed it to Cloudbees using steps from http://blogs.jetbrains.com/idea/2012/12/deploy-web-apps-to-cloudbees-from-intellij-idea-12/. The problem is that the ...
0
votes
0answers
216 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
1answer
100 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?.. ...
1
vote
2answers
135 views

How to display current SVN branch in Intellij IDEA title?

I switch to different SVN branches quite often, usually I use 1 branch for 1 issue I'm working on. IDEA 12 doesn't show current SVN branch in some good visible area, and sometimes I forget what ...
1
vote
2answers
43 views

How to let IntelliJ IDEA's Local History ignore Plugins' temporary change and restore to document?

I am writing a IntelliJ IDEA plugin at here like AceJump, which is used for fast move caret in IDE. like following, by apply TextAttributes to all 'i' occurrences, and give each 'i' an index char. ...
0
votes
1answer
260 views

IntelliJ-plugin Flex UI designer doesn't launch in linux

I'm using IntelliJ IDEA Ultimate 11.1 for linux and I installed the Flex UI Designer plugin. But it doesn't launch. A briefly visible message says: "AIR runtime 2.6 or later is required to launch ...

1 2 3