AppleScript-IDEA
AppleScript-IDEA copied to clipboard
AppleScript support for IntelliJ IDEs
 WebStorm v2021.2.3
Hi, Andrey I get this exception in PyCharm 2021 with plugin v. 0.119. Don't know if it's possible to send you this error through PyCharm itself... `com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@5f93fef5 Current...
Exception in plugin AppleScript Support (0.119). IDE: PyCharm 2021.1 (Professional Edition) Build #PY-211.6693.115, built on April 6, 2021 Runtime version: 11.0.10+9-b1341.35 x86_64 VM: Dynamic Code Evolution 64-Bit Server VM by...
Hi, and thank you for this plugin! However it seems to me that it doesn't work without installed Xcode. But I have installed Command Line Tools via `xcode-select --install`: ```...
Any plans to support JXA? Thanks
Echoing comment from Plugins page: I'm stuck on IDEA 15 (143.2370,) so version 0.113. This is really difficult to use without proper support for nested indentation. I can't seem to...
java.lang.Throwable: Do not use constructor injection (requestorClass=com.intellij.plugin.applescript.lang.ide.sdef.AppleScriptProjectDictionaryService) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:78) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1041) at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:43) at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:39) at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:154) at com.intellij.serviceContainer.BaseComponentAdapter.createInstance$lambda$1(BaseComponentAdapter.kt:133) at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:99) at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:132) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:92) at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:714) at...
In PHP Storm I can only see binary content of the AppleScript files. Is there something I can do? 
I tried opening scpt files in pycharm with this plugin loaded. The scpt files were saved in Script Editor on Ventura 13.4 (M1Pro Macbook) I get the error 'This file...
1/2 ```console java.lang.Throwable: Do not use constructor injection (requestorClass=com.intellij.plugin.applescript.lang.ide.sdef.AppleScriptSystemDictionaryRegistryService) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:78) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1041) at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:43) at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:39) at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:154) at com.intellij.serviceContainer.BaseComponentAdapter.createInstance$lambda$1(BaseComponentAdapter.kt:133) at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:99) at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:132) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:92) at...