Kay Stenschke
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 20
-
创建于 Replace in path
Hello everyone, i am trying to run "replace in path..." programmatically: FindManager findManager = FindManager.getInstance(project);FindModel replaceInFileModel = findManager.createReplaceInFileMo... -
创建于 Add group as sub-menu into GenerateGroup
I am trying to add a group of actions as items in a new sub-menu into the generate popup menu.The actions are listed in the generate menu, but directly, that is without a sub-menu containing them. ... -
已编辑于 Adding options to plugin settings dialog footer
Hello everyone,i would like to customize a plugin settings dialog, by adding more components into the dialog footer (the one containing the [Cancel] and [Ok]).Any hints?thank you in advance. -
创建于 Add separator to HelpMenu
已回答Hi there, i am adding a single action entry for my plugin to the HelpMenu (as this is only one entry, adding a group for it doesn't seem to make sense). Is there a way to add a separator before my ... -
创建于 Add option to toolwindow title
Hi there,i am looking for a way to add additional options to the title bar of a toolwindow (so that more options will be displayed next to the default options dropdown (gearwheel icon) and "hide" o... -
创建于 Run commands in internal terminal
I am looking for the right way to have my plugin send (and run) shell commands to the local terminal which is embedded in the IDE.How do i correctly address the console to send commands to it and r... -
创建于 How to retrieve clipboard history?
Hello everyone,i am looking for the right way to access the clipboard history, to read or maybe even manipulate the content items displayed for selection also when using the "Paste from History" op... -
创建于 IDEA bug? UnsupportedOperationException: Not implemented
It seems that JTextPanes created with the UI Designer have editor actions assigned but not defined.i noticed this bug in my project, but it also happens inside IDEA itself, e.g. inside the search-f... -
创建于 Retrieve tab size from CodeStyleSettings
I need to know how to retrieve the conifgured tab size (of the file type of the currently edited document) from the CodeStyleSettings.thanks for any help :-) -
创建于 NoClassDefFoundError: com/intellij/refactoring/introduceField/IntroduceConstantHandler
when test-running my plugin in the Idea sandbox, everything seems to be working just fine.when i use the plugin in phpStorm, upon starting the plugin, it crashes with the following error:..Error du...