Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
October 22, 2014 11:44
Nothing. Could you please attach repository, save and find and attach config/options/updates.xml?Thanks
Community
IntelliJ IDEA Open API and Plugin Development
How to properly use custom release channels in IDEA 14 (and not only)
0 votes
Created
October 22, 2014 11:50
It was a bug, the fix is ready and would be available in the next IDEA 14 RC. Sorry for the inconvenience
Community
IntelliJ IDEA Open API and Plugin Development
How to properly use custom release channels in IDEA 14 (and not only)
0 votes
Created
October 22, 2014 10:49
Hi Florin,problem with old plugin is strange as it's version should be less than one in your custom repository so plugin from custom repository should be picked up. But it could wair until we can f...
Community
IntelliJ IDEA Open API and Plugin Development
How to properly use custom release channels in IDEA 14 (and not only)
0 votes
Created
March 09, 2015 19:33
Hi,Update should be automatically suggested. Was the old plugin already installed? Is the new plugin compatible with your IDEA? Do you received the notification about update successfully proceed?Thx
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
March 10, 2015 10:19
Do you invoke Help|Check for update from welcome screen? Could you please attach idea.log (Help|Show log)?Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
March 11, 2015 14:48
<idea-version since-build="branch 135" /> is incorrect and that's why plugin is not installed. Only 135.0 or 135 are supported
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
July 13, 2015 18:31
Hi, 'element.addBefore(ifStatement, element.getFirstChild());' means that ifStatement would be inserted inside 'element'. It looks like you need to find element's container. You may look e.g. a...
Community
IntelliJ IDEA Open API and Plugin Development
Getting the PsiElement at the caret
0 votes
Created
July 14, 2015 09:24
if you use file.findElementAt(editor.getCaretModel().getOffset()) you'll get identifier under caret. File and editor can be retrieved from data context as you already do for psi element. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Getting the PsiElement at the caret
0 votes
Created
February 20, 2015 12:02
You may add $JAVA_HOME/jre/lib/ext/jfxrt.jar explicitly to the IDEA instance you debug with. Please follow the https://youtrack.jetbrains.com/issue/IDEA-109043.Anna
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 votes
Created
February 25, 2015 15:15
Yes, the problems should be fixed in the next IDEA 14.1 EAP
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 votes
«
First
‹
Previous
Next
›
Last
»