-
Notifications
You must be signed in to change notification settings - Fork 148
Add org.eclipse.debug.terminal bundle to org.eclipse.terminal.feature #2424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
laeubi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned this bundles does not belongs to the platform.terminal feature.
This does (as the name indicates) belong to eclipse.debug part.
|
As a side note: It is not required to have an issue + PR (and if then likely one want to have at least a basic PR description instead of just "fixes XYZ") |
Well, why shouldn't be Terminal related bundle be part of the Terminal feature? Do you really want to add this bundle to the |
See #2423 (comment) in general it might be easier to discuss at one place. Beside that, just compare the dependency closure before and after the addition of that bundle.
I don't want to add it anywhere (now) as it can be easily installed by anyone who is interested in this feature as a standalone bundle.
If we later find it is extremely useful one might add it to the platform feature, or create an own feature or ... until now it is an option but no one is obliques to use that and its not part of any EPP until now as far as I know nor of the SDK. |
How? I've tried to follow https://github.com/eclipse-platform/www.eclipse.org-eclipse/blob/master/news/4.37/platform.md#support-for-launching-a-run-inside-a-terminal-session but there is no "Terminal Session Support" feature:
|
|
It is included here https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/97792fd0512bf261b5e4fd71bdb521ec5ef8ebb9/sites/eclipse-platform-repository/category.xml#L42 and was installable at the time where I wrote the N&N entry. I also can see it with repository explorer
The latest change I can see is that it was changed how the update-site is build, maybe something was lost there ( @HannesWell ? ) and now P2 do not recognize it anymore as a root unit that can be installed... |
Actually nothing should have changed content-wise, at least it wasn't intended. And as you showed, the bundle is still in the repo. |
I expect it's a design feature not to list EVERYTHING. |
From a users perspective its a strange design... grouping of items should not make a difference. And especially if I choose to NOT group things I expect to see everything (if not even more) that I would see if grouping is not used. I created |



Fixes #2423