Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by votes
Recent activity
Votes
Created
January 11, 2016 15:17
Also, if the dialog is simple, you might look at Messages.showInputDialog() and InputValidator / InputValidatorEx.
Community
IntelliJ IDEA Open API and Plugin Development
popup field
0 votes
Created
January 11, 2016 10:03
There are intellij sources available https://github.com/jetbrains/intellij-community, they might be more handy than decompiled code.As for the issue, it might have been caused by scheme with <optio...
Community
IntelliJ IDEA Open API and Plugin Development
Updating color scheme plugin leads to errors that didn't occur before
0 votes
Created
January 11, 2016 09:55
You might want to look at http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview.htmlhttp://www.jetbrains.org/intellij/sdk/docs/basics/virtual_file_system.htmlUsing native java IO...
Community
IntelliJ IDEA Open API and Plugin Development
How to open particular file in IntelliJ idea programatically
0 votes
Created
December 14, 2015 11:20
Hi,There are two diff API in intellij atm. The old one (com.intellij.openapi.diff.*) and the new one (com.intellij.diff.* - IDEA 14.1+, builds 141.*+ ).Using new API:import com.intellij.diff.DiffCo...
Community
IntelliJ IDEA Open API and Plugin Development
How to display diff manager in order to compare two strings
0 votes
Created
September 28, 2013 15:12
Hello,which version of IDE do you use? Could you try next EAP (when it will be ready) - i can't reproduce your case, but fixed some related errors.
Community
RubyMine
Can't login to github.com: sun.security.validator.ValidatorException: PKIX path building failed:
0 votes
Created
March 12, 2015 15:51
Nice to hear that issue solved.Feel free to report issues at https://youtrack.jetbrains.com next time.
Community
RubyMine
Accessing Github in RubyMine EAP 7.1
0 votes
Created
June 06, 2016 11:02
Hi, AFAIU IntelliJ is not a collaborative tool (ie: text editor that allows simultaneous access by multiple users). There are plugins with such functionality, but this question should be addressed ...
Community
IntelliJ IDEA Users
Conflict resolution techniques used in IntelliJ
0 votes
Created
April 04, 2021 14:59
Sorry, I'm not sure what might be added to 2 answers above.Maybe, share your code and where it doesn't work as expected?
Community
IntelliJ IDEA Open API and Plugin Development
Custom buttons in DialogWrapper
0 votes
Created
July 04, 2016 10:05
ToolWindow window = ToolWindowManager.getInstance(project).getToolWindow(TOOL_WINDOW_ID);
Community
IntelliJ IDEA Open API and Plugin Development
Get Instance of Toolwindow
0 votes
Created
November 27, 2015 14:10
There are no support for github pull requests yet (IDEA-85079).
Community
IntelliJ IDEA EAP Users
How Do I Review A GitHub Pull Request In IDEA?
-1 votes
«
First
‹
Previous