分数指数幂
- 活动总数 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...