Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Markus Neubauer
Total activity
109
Last activity
January 16, 2016 14:06
Member since
June 18, 2013 08:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
33
Activity overview
Posts (20)
Comments (56)
Sort by recent activity
Recent activity
Votes
Created
December 16, 2014 13:31
Thank you very much Dmitry, Now I got it andit works.Kind regards,Markus
Community
IntelliJ IDEA Open API and Plugin Development
getRangeInElement for PsiReference in comments
0 votes
Created
December 15, 2014 16:28
@Overridepublic void registerReferenceProviders(final PsiReferenceRegistrar registrar) { PsiReferenceProvider psiReferenceProvider = new PsiReferenceProvider() { @NotNull @Override...
Community
IntelliJ IDEA Open API and Plugin Development
getRangeInElement for PsiReference in comments
0 votes
Created
December 15, 2014 16:23
That is exactly what I implemented in the first try and is the complete_TextRange picture
Community
IntelliJ IDEA Open API and Plugin Development
getRangeInElement for PsiReference in comments
0 votes
Created
December 15, 2014 16:09
Thank you for your reply.I implemented PsiReference.getRangeInElement() in two ways. First one is returning the correct TextRange for the element, second one is a TextRange from 1 to eof. The resul...
Community
IntelliJ IDEA Open API and Plugin Development
getRangeInElement for PsiReference in comments
0 votes
Created
December 15, 2014 12:19
Same issue here.The Icons are only removed if the user edits other parts of code. Is there any way to resolve this problem?MarkusAttachment(s):Gutter_Icons.png
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider: Duplicate Icons inside the Gutter when user edits the text of it's Anchor-Element.
0 votes
Created
June 18, 2014 11:46
something like this:PsiFile psiFile = PsiDocumentManager.getInstance(editor.getProject()).getPsiFile(editor.getDocument());PsiClass psiClass = ((PsiJavaFile) psiFile).getClasses()[0];regards,Markus
Community
IntelliJ IDEA Open API and Plugin Development
how to get psiclass from editor
0 votes
Created
March 18, 2014 13:43
Hitake a look at this Thread:http://devnet.jetbrains.com/message/5497803#5497803maybe this helps youMarkus
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch findAll() returns Empty Collection
0 votes
Created
March 04, 2014 10:54
package analyzer.ui;import analyzer.testexecution.TDAConfiguration;import analyzer.testexecution.TDAConfigurationType;import analyzer.util.Annotations;import com.intellij.execution.Executor;import ...
Community
IntelliJ IDEA Open API and Plugin Development
Running JUnit tests from plugin - 'java 1.7' is bad configured exception
0 votes
Created
March 03, 2014 14:32
Could you provide some code for your example?
Community
IntelliJ IDEA Open API and Plugin Development
FindUsagesProvider getNodeText is never called
0 votes
Created
March 03, 2014 10:41
Hi,you could also try something like:Collection<PsiAnnotation> psiAnnotations = StubIndexImpl.getInstance().get(JavaStubIndexKeys.ANNOTATIONS, "CustomAnnotation", project, GlobalSearchScope.allScop...
Community
IntelliJ IDEA Open API and Plugin Development
Effective way to scan the project for specific annotation
0 votes
«
First
‹
Previous
Next
›
Last
»