分数指数幂
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
已编辑于 How to get PsiField's docComment
已回答Hi, I want to get a PsiJavaFile's fields doccoment, but psiField.getDocComment() return null? Because of the source file is .class file? It seems that PsiClassImpl can getDocComent, but It return C... -
已编辑于 how to create groovy file in scratches and console directory
已回答Hi, I am developing a plug-in, I have some config need to save, can I create and read groovy file in user's idea scratches and console directory? and how should I do? or is there any alternative? T... -
创建于 JBCefBrowser devtools close issue
已回答Hi, I invoked JBCefBrowser.openDevtools(), It will open pop-up development window, when I close the development window, original JBCefBrowser will close also. I dont want to close original JBCefBr... -
创建于 How to get any File in project and read file content?
已回答Hi, I want find file in project by file name, just like "app.properties". Is there any utility class? What should I do. Thanks! -
已编辑于 how to open some url in default web browser by click lineMarker icon
已回答hi, I want open web in browser when i click lineMarker, like this: I define a class extend RelatedItemLineMarkerProvider, but the NavigationGutterIconBuilder target is PsiElement not a callback f... -
已编辑于 How to search within JBCefBrowser
已回答Hi I am creating a plugin to manager web tab, I want to search within web, like chrome shortcut: ctrl+f what should I do Thanks -
创建于 how do I use Caretmodel.moveCaretrelatively to locate columns
已回答hi I am developing a plugin that supports custom language. I want to achieve fast repair function, create a class, and navigate to the class definition, position the cursor to a certain line, and g...