Furstenheim
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Furstenheim created a post, AnsweredEscaping 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 commented, -
-
Furstenheim created a post, AnsweredJumping 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 ...