分数指数幂

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
分数指数幂 created a post, AnsweredHow 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... -
分数指数幂 created a post, Answeredhow 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... -
分数指数幂 commented, -
-
分数指数幂 created a post, AnsweredJBCefBrowser 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... -
分数指数幂 commented, -
分数指数幂 commented, -
分数指数幂 created a post, AnsweredHow 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! -
分数指数幂 created a post, Answeredhow 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...