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 20, 2015 09:16
yes, Osama, could you give some background / context as to what you are trying to do?I was trying to solve a problem which was not obvious to me.
Community
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 votes
Created
November 16, 2015 08:15
Hello Ram,here is one way to do this: static void formatted(Editor editor, String html, String title) { JBPopupFactory factory = JBPopupFactory.getInstance(); BalloonBuilder builder = ...
Community
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 votes
Created
November 18, 2015 19:45
here is how you could set height & width: static void formatted(Editor editor, String html, String title, Rectangle bounds) { JBPopupFactory factory = JBPopupFactory.getInstance(); B...
Community
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 votes
Created
November 19, 2015 00:49
Ram, are you passing valid HTML?wrapped in tags, styled etc?I just checked: the popup window size auto adjusts to the content.
Community
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 votes
Created
December 27, 2015 14:10
Thank you for the tip! I ran into this same error.some error message actually gave a tip to use doPostponedOperationsAndUnblockDocument:PsiDocumentManager.getInstance(project).doPostponedOpera...
Community
IntelliJ IDEA Open API and Plugin Development
Attempt to modify PSI for non-committed Document!
0 votes
Created
December 22, 2015 13:26
put a breakpoint atcom.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:178)when searching for file, tick "include non-project files"
Community
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 votes
Created
September 21, 2015 17:42
this code is called whenever (in-place?) rename action is triggered:https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/refactoring/rename/RenameHandlerR...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 18:39
> and whenever RenameHandler EP is registered, availableHandlers.size() is always > 1Ania, let's try a simple test:register below code as the only custom renameHandler EP.then (assuming inline rena...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
January 06, 2016 11:58
why not start with a tutorial:http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/completion_contributor.htmlthese parameters are important:CompletionParameters parameters,...
Community
IntelliJ IDEA Open API and Plugin Development
Completion Contributor for Scala
0 votes
Created
January 07, 2016 17:05
:) you are welcome
Community
IntelliJ IDEA Open API and Plugin Development
Completion Contributor for Scala
0 votes
«
First
‹
Previous
Next
›
Last
»