主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Damianczap
活动总数
32
最后的活动
2025年08月19日 16:33
成员加入日期
2022年07月30日 16:28
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
11
活动概览
帖子(10)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2022年10月28日 18:52
If there's no good way to do that or if you don't have any suggestions, could you please confirm that you don't have any suggestions (so that I know that there are no suggestions)?
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight / change background color of the code in the editor?
0 票
创建于
2022年10月26日 18:21
Any suggestions?
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight / change background color of the code in the editor?
0 票
创建于
2022年10月23日 21:16
The use case is as follows. My plugin generates some code and I would like to highlight the generated code so that the user can differentiate the code that existed there and the code that has been ...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight / change background color of the code in the editor?
0 票
创建于
2022年09月10日 09:08
One way of doing this that I can see is to get the base path of the project using project.getBasePath and then get all files in that folder using Java standard library. The only problem I can see w...
社区
IntelliJ IDEA Open API and Plugin Development
Getting paths to the files in a project
0 票
已编辑于
2022年09月10日 08:45
It doesn't appear to do what I want (I tried it). It works only, if there any directories in the project that are marked as "Sources root" and only for the files that are in that directory. In orde...
社区
IntelliJ IDEA Open API and Plugin Development
Getting paths to the files in a project
0 票