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

IceMergeResolutionRequest refers to morphic #1733

Open
Ducasse opened this issue Sep 8, 2023 · 1 comment
Open

IceMergeResolutionRequest refers to morphic #1733

Ducasse opened this issue Sep 8, 2023 · 1 comment

Comments

@Ducasse
Copy link
Collaborator

Ducasse commented Sep 8, 2023

defaultAction

	| window mergeMorph |
	mergeMorph := (IceTipMergeMorph forMerger: merge).

	mergeMorph
		fromDescription: merge sourceDescription;
		toDescription: merge targetDescription.

	window := mergeMorph newWindow
		title: 'Merge';
		yourself.

	window openModal.
	^ mergeMorph merged

There is also IceTipMergePatchMorph.

@Ducasse
Copy link
Collaborator Author

Ducasse commented Sep 8, 2023

This is the only reference to IceTipMergeMorph and if we remove it
we will be able to remove the IceTipMergeMorph and IceTipMergePatchMorph

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

No branches or pull requests

1 participant