-
Notifications
You must be signed in to change notification settings - Fork 172
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
Workspace Composites WIP rebased to Master #1297
Open
kuzniarz
wants to merge
22
commits into
eclipse:kuzniarz-workspace-composites-rebased
Choose a base branch
from
kuzniarz:workspace-composites-pr
base: kuzniarz-workspace-composites-rebased
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Workspace Composites WIP rebased to Master #1297
kuzniarz
wants to merge
22
commits into
eclipse:kuzniarz-workspace-composites-rebased
from
kuzniarz:workspace-composites-pr
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…clipse#867) * Implemented no-op UIs for workspace-composite wizard + preferences * Changed workspace composite wizard element name * Changed composite wizard element description * Fixed java doc and useless indent * Javadoc/author fix+ line nitpick * Remove UiBuilder * Fixed indend * Fixed javadoc and indent * Remove UiBuilder/JavaDoc fix * Fixed checkbox tree layout * Refactor HelpContextIdProvider and WizardHelper * Knitpick and format fix Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Added most of the features to create a non functional workspace composite, including: - Definition of composite via wizard and working set GUI - Adding projects to the composite via wizard and properties - Changing composite properties via properties menu Import of external projects has yet to be implemented Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Composite properties file creation was failing if properties directory was not existent Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Commited by accident Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- Fixed all requested PR changes - Started implementing new CompositeSelectionDialog Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- composite selection is not implemented yet Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- Changed GUI functionality and fixed several configuration bugs - Added GUI-Strings to messages class Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
…clipse#867) * Implemented no-op UIs for workspace-composite wizard + preferences * Changed workspace composite wizard element name * Changed composite wizard element description * Fixed java doc and useless indent * Javadoc/author fix+ line nitpick * Remove UiBuilder * Fixed indend * Fixed javadoc and indent * Remove UiBuilder/JavaDoc fix * Fixed checkbox tree layout * Refactor HelpContextIdProvider and WizardHelper * Knitpick and format fix Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Added most of the features to create a non functional workspace composite, including: - Definition of composite via wizard and working set GUI - Adding projects to the composite via wizard and properties - Changing composite properties via properties menu Import of external projects has yet to be implemented Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Composite properties file creation was failing if properties directory was not existent Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Commited by accident Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- Fixed all requested PR changes - Started implementing new CompositeSelectionDialog Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- composite selection is not implemented yet Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
- Changed GUI functionality and fixed several configuration bugs - Added GUI-Strings to messages class Signed-off-by: kuzniarz <sebastian.kuzniarz@dieboldnixdorf.com>
Signed-off-by: Sebastian Kuzniarz <kuzniarz@zedat.fu-berlin.de>
Signed-off-by: Sebastian Kuzniarz <kuzniarz@zedat.fu-berlin.de>
donat
force-pushed
the
kuzniarz-workspace-composites-rebased
branch
from
April 19, 2024 14:30
c9a60c1
to
a582399
Compare
Hi @kuzniarz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes several issues that were pointed out it in PR#988. This is the most actual branch there is and it contains all the implemented features by me
Context