You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntelliJ doesn't support the Apple Scripting Bridge per default.
However, using the SystemEvents api we should be able to get the filepath and window position:
$ osascript -s so -e ''\
'tell app "System Events" to '\
'tell first process whose frontmost = 1 to '\
'return {'\
'value of attribute "AXDocument", '\
'value of attribute "AXPosition", '\
'value of attribute "AXSize" '\
'} of window 1'
IntelliJ doesn't support the Apple Scripting Bridge per default.
However, using the SystemEvents api we should be able to get the filepath and window position:
The text was updated successfully, but these errors were encountered: