Kay Stenschke
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created Replace in path
Hello everyone, i am trying to run "replace in path..." programmatically: FindManager findManager = FindManager.getInstance(project);FindModel replaceInFileModel = findManager.createReplaceInFileMo... -
Created 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. ... -
Edited 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. -
Created Add separator to HelpMenu
AnsweredHi 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 :-) -
Created 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...