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

Feature request: Paste complete method string (including signature into empty sb method template #98

Open
LinqLover opened this issue Jan 19, 2022 · 2 comments

Comments

@LinqLover
Copy link
Collaborator

Given an empty method:

image

And the clipboard contents:

browse
	self guessedClass ifNotNil: [:class | class browse]

Pasting should work.

(Currently, you need to type the selector manually and insert the remaining source afterwards)

@tom95
Copy link
Collaborator

tom95 commented Jan 30, 2022

This is currently possible if the actual method is selected, not just a message part.

Leaving the issue open though, this should be improved.

@LinqLover
Copy link
Collaborator Author

This is currently possible if the actual method is selected, not just a message part.

I rechecked and it only seems to be possible when the method block is in the sandblocks paste buffer, but not if the clipboard only contains a string representation of the method.

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

2 participants