Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kay Stenschke
Total activity
50
Last activity
November 02, 2018 18:15
Member since
April 17, 2011 18:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
20
Activity overview
Posts (12)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
October 03, 2016 14:00
I was afraid so. thanks again for answering my question.
Community
IntelliJ IDEA Open API and Plugin Development
Adding options to plugin settings dialog footer
0 votes
Created
February 08, 2016 23:39
Works perfectly! Thanks (once again) Yann :-)
Community
IntelliJ IDEA Open API and Plugin Development
Add separator to HelpMenu
0 votes
Created
December 30, 2015 00:22
Hi Victor,if your window is a dialog extending JDialog (e.g. built using the UI designer) you can display it like:dialog = convertToolForm.createWindow(anActionEvent); dialog.pack();dialog.setVisib...
Community
IntelliJ IDEA Open API and Plugin Development
Show a custom window on action
0 votes
Created
October 26, 2015 21:09
Thank you Yann, it worked just as i wished. :)If someone else is searching for how to do this:inside the createToolWindowContent method of my ToolWindowFactory, i added:ActionManager actionManager ...
Community
IntelliJ IDEA Open API and Plugin Development
Add option to toolwindow title
0 votes
Created
February 03, 2015 13:13
Hi Steve,My efforts were not really successful.I therefor decided to use a link to an online documentation instead. One advantage of this approach is that it can allow users to add annotations.If y...
Community
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 votes
Created
November 23, 2014 21:53
though not sure what "having no hook to the actual event" is supposed to mean, i'd suggest to have your event handler store or pass the event, so the getPopupStep method can access it.you can than ...
Community
IntelliJ IDEA Open API and Plugin Development
Getting keyboard modifiers for mouse events on a status bar widget
0 votes
Created
October 13, 2014 14:22
public void actionPerformed(final AnActionEvent event) { Editor editor = event.getData(PlatformDataKeys.EDITOR); Document document = editor.getDocument(); editor.getCaretModel().moveTo...
Community
IntelliJ IDEA Open API and Plugin Development
how to goto line with openapi
0 votes
Created
June 26, 2014 06:47
Hi Fabian,try something like:// store propertyPropertiesComponent.getInstance().setValue( "mypropertystring", "hello world" );// load propertyString value = PropertiesComponent.getInstance().getVal...
Community
IntelliJ IDEA Open API and Plugin Development
How to cache a variable
0 votes
Created
May 26, 2014 21:34
Hi Yann,works like a charm :-) thank you for the quick advice!P.S: i don't seem to find the option to mark the post as a question anymore, sorry for not marking the answer as helpful therefor.
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve clipboard history?
0 votes
Created
December 30, 2013 09:43
I have the same scenario + question- trying to create or at least add JavaHelp to a plugin to be displayed when clicking the [Help]-button inside the plugin settings dialog.Unfortunately the xml pa...
Community
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 votes
Next
›
Last
»