Why can't it recognize "{popclip text}"?

-- #popclip
-- name: Eudic
-- icon: LB
-- language: applescript
tell application "Eudb_en"
	reopen
	activate
	show dic with word "{popclip text}"
end tell

This is the original extension, since only one version works, I need to modify it, but it doesn’t recognize “{popclip text}” in popclip. Running the apple script directly will work
https://github.com/pilotmoon/PopClip-Extensions/tree/master/source/Eudic.popclipext

I found the reason, because I didn’t give permission. You have to popclip to control another app.

1 Like