分数指数幂

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Edited How to get PsiField's docComment
AnsweredHi, 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... -
Edited how to create groovy file in scratches and console directory
AnsweredHi, 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... -
Created JBCefBrowser devtools close issue
AnsweredHi, 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... -
Created How to get any File in project and read file content?
AnsweredHi, I want find file in project by file name, just like "app.properties". Is there any utility class? What should I do. Thanks! -
Edited how to open some url in default web browser by click lineMarker icon
Answeredhi, 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... -
Edited How to search within JBCefBrowser
AnsweredHi 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 -
Created how do I use Caretmodel.moveCaretrelatively to locate columns
Answeredhi 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...