Furstenheim
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
Furstenheim 创建了一个帖子, 已回答Escaping content on plugin
Hi, I'd like to paste content from an intellij plugin. I'm already able to do so using EditorModificationUtil.insertStringAtCaret However, I would like to use "Escape text on paste in string litera... -
Furstenheim 进行了评论, -
-
Furstenheim 创建了一个帖子, 已回答Jumping to settings component programmatically
I'm writing a plugin to easily access the keymap. I currently have `instance.showSettingsDialog(project, KeymapPanel.class)` which opens the keymap. However, I'd like to go one step further and be ...