Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
November 12, 2018 08:17
As far as I know, there is no some EP to add your own PsiPackage. If I understand you correctly, you need to introduce some directory-based entities. As an example: you could make your own service,...
Community
IntelliJ IDEA Open API and Plugin Development
creating my own PsiPackage
0 votes
Created
November 12, 2018 07:55
Pseudocode is nice, but real code is better, because it may be implementation problem. What is your VarIndex? What kind of collection is returned? Why annotator, not inspection?
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
Created
November 12, 2018 07:49
Seems the only way to debug and see, why addInternal fails. Have you checked that tagFromText is ok and doesn't contains error elements?
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 11, 2018 12:52
I know two ways: 1. Implement subelements as declarations - i,j,k 2. Implement int i,j,k as psi element with your own interface which can provide a fake named elements with real identifiers. But yo...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing PsiNameIdentifierOwner for a multi-declaration statement?
0 votes
Created
November 11, 2018 12:46
Could you be more specific with error? Stacktrace or smth?
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 11, 2018 12:41
The question, probably, is not how, but why? What are you trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
creating my own PsiPackage
0 votes
Created
November 11, 2018 12:38
I've solved same issue once. But it was a solution on ide, debugger and fremework sides. Breakpoints were set as usual and sent to debugger with original fine names and line numbers. When framewor...
Community
IntelliJ IDEA Open API and Plugin Development
"Virtual" breakpoint for groovy embedded in XML
0 votes
Created
November 11, 2018 12:20
It's possible to pack your executable into zip with your jar. And when installed they will be near each other. Here is a working example with gradle: https://github.com/Camelcade/Perl5-IDEA/blob/ma...
Community
IntelliJ IDEA Open API and Plugin Development
How to launch an external process with a plugin jar?
0 votes
Created
November 11, 2018 12:13
See `com.intellij.openapi.actionSystem.ActionManager#getAction`
Community
IntelliJ IDEA Open API and Plugin Development
Use action of another plugin inside my plugin
0 votes
Created
November 11, 2018 12:10
Is it possible to see your code?
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
«
First
‹
Previous
Next
›
Last
»