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

Avoid currentApplication on class side #1664

Open
Ducasse opened this issue Nov 23, 2024 · 0 comments
Open

Avoid currentApplication on class side #1664

Ducasse opened this issue Nov 23, 2024 · 0 comments

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Nov 23, 2024

Hi esteban

After our discussion on tool registration, I'm fixing all of them.
Now I found this method and I do not see how I can fix it.

Spotter class >> menuCommandOn: aBuilder
	<worldMenu>
	(aBuilder item: #Spotter)
		action: [ self currentApplication tools spotter open ];
		keyText: 'Shift + Enter';
		order: 1;
		parent: #Searching;
		help: 'Search tool to explore Pharo system effectively.';
		iconName: #smallFind
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