Kay Stenschke

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
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... -
Created setSelectedIndex of JBlist in PopupChooserBuilder
Hi,i am trying to add a popup with options to my plugin. Using PopupChooserBuilder with a prepopulated JBList, i managed to create and display the options correctly. Now i want one specific option ... -
Created deprecations vs. new standards documentation?
hi guys,i am just starting to experiment with writing my very first intelliJ IDEA plugin. sorry for probably having to ask several neewbie questions.i found the very helpful tutorial GoogleSearch p...