Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Omayevskiy
Follow
New posts
New posts and comments
Total activity
72
Last activity
January 17, 2016 05:23
Member since
June 26, 2013 09:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
21
Activity overview
Posts (14)
Comments (37)
Sort by recent activity
Recent activity
Votes
Created
December 01, 2014 03:19
one more thing, it could be you caused somehow an exception on plugin startup in past, then idea will deactivate the plugin in that case.check if it is enabled inside the new running instance
Community
IntelliJ IDEA Open API and Plugin Development
How to bring up a plugin
0 votes
Created
November 30, 2014 15:48
just realisied you are doing it with intellij 12.0.1, propably this is the problem ;-)
Community
IntelliJ IDEA Open API and Plugin Development
How to bring up a plugin
0 votes
Created
November 29, 2014 05:31
looks all goodnow if you run it should start an other IDE and you should see the new menu.can you post the screenshot of new running IDE
Community
IntelliJ IDEA Open API and Plugin Development
How to bring up a plugin
0 votes
Created
November 29, 2014 04:58
When i run the plugin, i am not able to see the new menu i have createdHow do you run it?I have just tried your code on a fresh new plugin using idea 13 and it works fine, your menu is there, also ...
Community
IntelliJ IDEA Open API and Plugin Development
How to bring up a plugin
0 votes
Created
November 26, 2014 14:36
please note spring data and jpa repositories do not require spring boot, you have the same issue without spring boot using java configs.see https://github.com/spring-projects/spring-data-jpa for ja...
Community
IntelliJ IDEA Users
Spring Data Jpa Repositories Autocomplete "findBy..." methods not working with Spring Boot(13.1)
0 votes
Created
November 26, 2014 00:43
+ 1Intellij 13.1.6 (same for 14.0.1) UltimateOS X 10.9.5given this project as example:https://github.com/pkainulainen/spring-data-jpa-examples/tree/master/integration-testingThe project contains:- ...
Community
IntelliJ IDEA Users
Spring Data Jpa Repositories Autocomplete "findBy..." methods not working with Spring Boot(13.1)
0 votes
Created
November 22, 2014 15:30
ok, thx for very fast answer.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to add inspection classes dynamically?
0 votes
Created
November 11, 2014 15:01
many thx,ProgressWrapper.unwrap(progressIndicator).setText(message);did the trick.
Community
IntelliJ IDEA Open API and Plugin Development
How to update status of ProgressIndicator from within GlobalInspectionContextExtension
0 votes
Created
November 08, 2014 11:10
update:now it works, it is simpler as I don't need to care about tasks at all.@Override public void performPreRunActivities(...) { task1.run(); task2.run(...
Community
IntelliJ IDEA Open API and Plugin Development
How to run a Backgroundable Task in progress and synchronously?
1 vote
Created
November 08, 2014 09:34
ok, following your instructions:public class MyInspectionContext implements GlobalInspectionContextExtension<MyQubeInspectionContext> { @Override public void performPreRunActivities(...) { ...
Community
IntelliJ IDEA Open API and Plugin Development
How to run a Backgroundable Task in progress and synchronously?
0 votes
1
2
3
4
›
»