Workspace Composites WIP rebased to Master#1297
Open
kuzniarz wants to merge 22 commits intoeclipse-buildship:kuzniarz-workspace-composites-rebasedfrom
Open
Workspace Composites WIP rebased to Master#1297kuzniarz wants to merge 22 commits intoeclipse-buildship:kuzniarz-workspace-composites-rebasedfrom
kuzniarz wants to merge 22 commits intoeclipse-buildship:kuzniarz-workspace-composites-rebasedfrom
Conversation
…clipse-buildship#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-buildship#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>
c9a60c1 to
a582399
Compare
Contributor
|
Hi @kuzniarz |
This file contains hidden or 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
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