主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
spacedvoid
活动总数
6
最后的活动
2024年04月12日 14:02
成员加入日期
2024年03月10日 08:19
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年04月12日 14:02
Sorry for the late update, was busy for real-life problems.I'm highly suspecting that this entire formatting system is messed up. I can't reproduce the behavior, even with my previous code. But you...
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a write action in FormattingService#formatElement/Ranges?
0 票
已编辑于
2024年03月23日 14:46
From what I see in CodeStyleManagerImpl.java, the element has already been checked as writable.I don't know the entire behavior of the Intellij source code, but if you were talking about CheckUtil#...
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a write action in FormattingService#formatElement/Ranges?
0 票
创建于
2024年03月12日 10:06
This went too long, so I created a file collection here: https://gist.github.com/spacedvoid/f0d657193c91d64e502c4134af20b88bThe prefixed number and underscore is just to maintain the order; you can...
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a write action in FormattingService#formatElement/Ranges?
0 票
创建于
2024年03月11日 13:13
I'm trying to directly implement FormattingService with the extension formattingService(or com.intellij.formattingService) to customize javadoc block tag description alignment:import com.intellij.f...
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a write action in FormattingService#formatElement/Ranges?
0 票