Skip to content
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

Use LTK Refactoring when copying (duplicating) a Project. #2262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

N1k145
Copy link
Contributor

@N1k145 N1k145 commented Sep 12, 2024

The Idea is that currently it is not possible to modify a project when it is copied and renamed. This leads to usability issues for example in PDE, where the rename of a project modifies the MANIFEST.MF but a copy does not. This solves this by providing a copy project refactoring that can be extended using a copy participant.

This is related to #2155

Copy link
Contributor

github-actions bot commented Sep 12, 2024

Test Results

 1 815 files  ±0   1 815 suites  ±0   1h 32m 33s ⏱️ - 3m 4s
 7 700 tests +1   7 472 ✅ +1  228 💤 ±0  0 ❌ ±0 
24 261 runs  +3  23 514 ✅ +3  747 💤 ±0  0 ❌ ±0 

Results for commit 559e7bd. ± Comparison against base commit c603575.

♻️ This comment has been updated with latest results.

@N1k145 N1k145 force-pushed the copyProjectWithLTK-2155 branch 4 times, most recently from f73dc58 to 4acc07e Compare September 20, 2024 10:44
@N1k145 N1k145 marked this pull request as ready for review September 20, 2024 13:30
@N1k145 N1k145 force-pushed the copyProjectWithLTK-2155 branch 2 times, most recently from 3db7990 to 512ca60 Compare September 23, 2024 06:38
The Idea is that currently it is not possible to modify a project when it is copied and renamed. This leads to usability issues for example in PDE, where the rename of a project modifies the MANIFEST.MF but a copy does not.
This solves this by providing a copy project refactoring that can be extended using a copy participant.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant