Should the RCP designer have a project explorer (navigator) view? #769
-
I noticed (without this PR) that the RCP Designer does not contain the Navigator/Project Explorer. Is that intended? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 12 replies
-
I think yes. This version of BIRT is purely the designer. You would open a local .rptdesign file and then it is opened in this version. TBH I think it is more a test than anything else. Can you track down the origin of this perspective, through commit comments? Maybe @qs-wang knows? |
Beta Was this translation helpful? Give feedback.
-
@wimjongman you're right. @hvbtup it was intended. There's 2 version of the Designer, the IDE/plugin version which is running in Eclispe IDE. This one has the Nav/Project explorer. Seems possible by looking at this link? |
Beta Was this translation helpful? Give feedback.
-
Do we know if anybody is actually using the RCP designer? I discovered it only recently, and I like it - not for me personally, but for those of our customers who want to develop reports themselves. These people are ususally not "developers", but more or less "power users" with a basic SQL knowledge. For thesm, the "all-in-one" perspective is intimidating and the reduction to the essential in the RCP designer is good. I don't think that the project explorer is strictly necessary. What is necessary is that one can determine and configure where the resources are searched. |
Beta Was this translation helpful? Give feedback.
-
@hvbtup I made a quick try, and seems it's possible to have project explorer with RCP. Though we have to manage the to include the minimal plugins to make the project explorer works all right and won't bring in to many other features. See attached the screen, the project explorer is included in the RCP application, however the view is not working 100% propert |
Beta Was this translation helpful? Give feedback.
-
The key difference is between CNF framework itself ( located at "org.eclipse.ui.navigator") CNF should not add any IDE dependency, just regular E3 Workbench. |
Beta Was this translation helpful? Give feedback.
-
The RCP designer should not have an explorer since it is intended to open .rptdesign files from the file system. Please note that there are more BIRT RCP instances. There is the all-in-one which includes an explorer/ |
Beta Was this translation helpful? Give feedback.
-
This is so embarassing... In the "All-In-One" designer, you can specify the resource path in the menu under Window / Preferences / Report Design / Resource. I was going to write: """ In the "RCP Designer" there is no such menu" """ Probably this is a positive consequence of my commits regarding #694? Anyway, as long as the menu is available, that's fine for me and I consider this solved. |
Beta Was this translation helpful? Give feedback.
The RCP designer should not have an explorer since it is intended to open .rptdesign files from the file system.
Please note that there are more BIRT RCP instances. There is the all-in-one which includes an explorer/