Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
November 19, 2015 17:53
is PsiClass parentOfType always null?
Community
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 votes
Created
November 21, 2015 11:49
if you work with Java and XML, you need to find out about Java pre-built Element types (which you may already know).You'd also need to find XML element factory to add new elements to the manifest.I...
Community
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 votes
Created
November 20, 2015 08:39
EditorFactory.getInstance().getEventMulticaster().add...Listener() - try available listener implementations, you may find one that works just as you need it.
Community
IntelliJ IDEA Open API and Plugin Development
Getting notified of file navigation events when using Hadi's no tabs method
0 votes
Created
November 19, 2015 16:58
this works too:ModuleUtil.findModuleForFile(VirtualFile, Project);
Community
IntelliJ IDEA Open API and Plugin Development
How to get Module from PsiClass?
0 votes
Created
November 18, 2015 19:50
make it scrollablenot tie this to the editor I do not know how to do this. Please dig into https://github.com/JetBrains/intellij-community. If you find the answer, be kind to post it here.
Community
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 votes
Created
November 19, 2015 00:45
here is another version which looks a bit better: static void formatted(Editor editor, String html, String title, ...
Community
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 votes
Created
November 16, 2015 15:53
Hello Julien,when (not how) would you like to trigger inspection, ideally?
Community
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 votes
Created
November 16, 2015 16:52
why not trigger inspection manually via a user action?users could assign shortcuts and invoke inspection whenever they like.another possibility is put this in a StartupActivity :VirtualFileManager...
Community
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 votes
Created
December 21, 2015 13:46
> Icon cannot be found in '/reviewBoardLogo.png'try putting a breakpoint where you call IconLoader.getIcon(...)and evaluate this expression:new java.io.File( "." ).getCanonicalPath();it may help yo...
Community
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 votes
Created
December 22, 2015 13:27
is your resources folder marked as such (resource folder)?
Community
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 votes
«
First
‹
Previous
Next
›
Last
»