-
1. Re: Properties Dialog for SwitchYard Editor
kcbabo Apr 10, 2013 9:30 PM (in response to rcernich)Looks nice. Ship it!
What's up with the Run/Debug Settings and SVN Info sections in the left frame?
-
2. Re: Properties Dialog for SwitchYard Editor
bfitzpat Apr 11, 2013 9:13 AM (in response to rcernich)Looks pretty good! The fact that it's a resizable dialog is a good thing.
I suspect that the other "property" pages show up in the list on the left because they're registered for all types in Eclipse. If you right-click on any resource and look at properties you'll see "Run/Debug Settings" show up there as well. And if you right-click on the extended Java bits beneath a Java file in the Project or Package Explorer it's also in that property dialog. Because of that, I'm not sure if there's a way to filter that out...
-
3. Re: Properties Dialog for SwitchYard Editor
rcernich Apr 11, 2013 11:24 AM (in response to bfitzpat)That's correct. This is the standard dialog, so it's picking up all the applicable contributions. That said, I don't know why those are applicable given that the project is not in SVN and you cannot run/debug a bpmn2 file....
I'll see if I can do some custom filtering. I also need to get the title corrected (properties for ...) and the update mechanism is not working.
After that, we may need to refactor some of the pages a bit. For example, as you might imagine, the tables on the actions tab are a bit compacted.
If you guys are good with it, I'll fix the outstanding issues and shove it in.
-
4. Re: Properties Dialog for SwitchYard Editor
bfitzpat Apr 11, 2013 11:26 AM (in response to rcernich)We knew this wasn't going to be a pain-free transition. So I say we go for it and get our property groove on.
-
5. Re: Properties Dialog for SwitchYard Editor
kcbabo Apr 11, 2013 1:11 PM (in response to rcernich)If you guys are good with it, I'll fix the outstanding issues and shove it in.
Shove it!
-
6. Re: Properties Dialog for SwitchYard Editor
dward Apr 11, 2013 1:40 PM (in response to kcbabo)Shove it!
-
-
8. Re: Properties Dialog for SwitchYard Editor
bfitzpat Apr 15, 2013 8:35 AM (in response to rcernich)Nice!!