Hugo Palma
- 活动总数 162
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 43
-
创建于 Can't get PsiDocumentManager.commitDocument to update PSI
I'm listening to document changes in the fileContentLoaded method of a FileDocumentManagerListener.This works just fine, but the action i want to perform also depends on the PSI representation so i... -
创建于 Listening to new class events
I was hoping to use the PsiManager.addPsiTreeChangeListener to listen to class creation(or any other PsiFile) events.The problem is that the childAdded method in the listeners are getting called be... -
创建于 Setting selected editor
I have a file open that has several tabs and i would like to set the selected one.I can get the tabs with:FileEditorManager.getInstance(myProject).getEditors(fileInEditor);How do i change the selec... -
创建于 Access to javadoc from library
My use case is simple, i want to access the javadoc of a class that is in a library. So, for this to be possible the library has to have either the javadoc url or file path configure, or the librar... -
创建于 Providing optional steps with AddSupportStepsProvider
The createAddSupportSteps method return an array of all the steps in the wizard.I have a use case where a step visibility depends on the chosen value on a previous step.Is this possible ?I thought ... -
创建于 How to find manifest file ?
Any ideas on how i can get hold of every META-INF/MANIFEST.MF file in the module classpath as a PsiFile ?Thanks. -
创建于 Can't run plugin tests, getting "Repository caches are corrupted"
I've had this problem before, but i've always been able to work around it by doing a clean build or deleting the system folder of IntelliJ. But this time, i'm stuck with it.So, this problem occurs ... -
创建于 Auto-complete from libraries
When i use auto-completion(CTRL+SPACE) on a class name it only shows the imported classes and the java.lang classes. Is there a way for IDEA to show the list of all classes in the module classpath,... -
创建于 Indent span tag
已回答I can't find a way to indent the span tags in a HTML document. All other tags are indented correctly except span.For example, after reformat i get this portion of the HTML:<table height="100%" w... -
创建于 HtmlReferenceProvider for tag names ?
Is it possible to provide a reference for a tag name using HtmlReferenceProvider ?I have references for attribute values working just fine, but it seems that if the text range of the reference is t...