adrnsoh / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

RFE - Eclipse PlugIn - Associate .res files with GUI Builder #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add the GUI Builder as a viewer for .res files.  Eclipse will open it as a 
binary file in a text editor otherwise when you double click it.

Original issue reported on code.google.com by 1815...@coolman.ca on 12 Mar 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Chen was having some issues with that. I think we need to associate res files 
in the OS level with the designer in order for this to work.
There is an action to open the designer in the right click menu.

Original comment by shai.almog on 12 Mar 2012 at 4:04

GoogleCodeExporter commented 9 years ago
Shouldn't need the OS level associations, I just tested myself by making the 
changes by hand:

1) In Eclipse, click Window, Preferences, type 'Association'
2) Add a file type of .res
3) Add the Gui Builder as an Editor.  Here I needed to make a script to launch 
the Gui Builder because Eclipse complained that it was a jar file.

Now when I double click the resource file, right-click - Open With, designer is 
the default editor.

Original comment by 1815...@coolman.ca on 12 Mar 2012 at 4:41

GoogleCodeExporter commented 9 years ago
thanks, it will be available on the next update

Original comment by cf27...@gmail.com on 12 Mar 2012 at 5:31

GoogleCodeExporter commented 9 years ago
Almost there, but a new critical error that I don't think is related to this 
issue, will file separately, I believe this issue itself can be closed.

Original comment by 1815...@coolman.ca on 15 Mar 2012 at 9:36

GoogleCodeExporter commented 9 years ago
Verified this is now working in eclipse plugin build 201203152347, thanks!

Original comment by 1815...@coolman.ca on 16 Mar 2012 at 11:28