Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Chris McKay
Total activity
19
Last activity
January 16, 2016 15:00
Member since
December 22, 2011 04:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (2)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
January 23, 2012 01:52
OK, we can call this thread answered I think.Attached to this post is the final example plugin project. The plugin associates a custom editor to XML files that contain the root tag "xmlExample". Wh...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 21, 2012 05:50
More success!I have successfully bound TextControls and ComboControls to Dom elements. I had missed placing a Control.reset() call after the bind.Still a few issues such as the value of the selecte...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 21, 2012 00:35
I've got a workaround, if I use the FormLayout as my LayoutManager, as opposed to the GridLayoutManager, the TextPanel sizes to the width of the Form JPanel. That will suit me for now.For all my us...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 20, 2012 22:05
Peter,Here's more informationEnvironment: IntelliJ 11 CE 11.0.1Build #IC-111.167JDK 1.6.0_29 64bit server editionMacBook Pro OS X 10.6.8Steps within a Project:New GUI FormForm name: TestTextPanelBa...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 20, 2012 05:01
Yep, no problem there...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 18, 2012 03:13
Sorry Peter, didn't see this message until just now. I now have Post-It note on the monitor re-reminding me that Controls are not JComponents!However, apart from anything else (as per my latest pos...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 18, 2012 03:07
A bit of stupidity in the previous post - BooleanControls and ComboControls are just bound to the usual Swing suspects.Having said that, trying to bind a list of items to the Swing component and th...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 17, 2012 03:04
Some more success now. I have a GUI form editor coming up with the correct value in a text field. Once I realized that I had to manually add the TextControl to the UIDesigner palette things became ...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 16, 2012 04:32
Thanks for the reply, but isn't there an example anywhere? The functionality provided by DomUIControl is exactly what I want in my plugin. It seems that others have found an example to follow in th...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 16, 2012 02:04
For anyone who stumbles across this thread. Note that the Interface files MUST have the appropriate annotations for values to be returned (at least when developing for IntelliJ 11)The examples show...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Next
›
Last
»