Charlie Choiniere
- 活动总数 160
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 47
-
创建于 Is there programmatic way to reference the version of Intellij Idea that's downloaded with intellij gradle plugin?
已回答Is there a way to reference the libraries that are contained in the intellij distribution that's downloaded with intellij gradle plugin? I'd like to reference the libs contained in the intellij dis... -
已编辑于 XDebugger Console Not Launching
已回答I've created a run configuration and custom XDebug process that will be used for executing debug sessions. When debugging the plugin I'm able to create a new run configuration and the debug icon sh... -
创建于 XDebuggerBreakpointType
已回答I've registered a custom XDebuggerBreakpoint type for JavaScript files with the following code. I've also registered the type in plugin.xml. I realized that what is happening now is there is a choi... -
创建于 Cannot download JetBrains Java Runtime jbrex8u202b1483.24_osx_x64
已回答I started getting this error this morning while having my intellij version set to the following in my build.gradle file intellij { version "IU-191-EAP-SNAPSHOT" } Cannot download JetBrains Jav... -
创建于 BulkFileListener behavior with out of process files
已回答I've implemented the BulkFileListener and am listening to VirtualFileManager.VFS_CHANGES in order to pick up changed files and upload them to a WebDav server. This approach has worked well for file... -
创建于 How to get started writing a custom (js like language) script debugger?
I'm exploring the idea of adding a custom script debugger to my plugin for working with Salesforce Commerce Cloud and wondering where to get started. The scripting language is essentially a Rhino b... -
创建于 Since build doesn't appear to be working with Gradle plugin build
已回答I have the following in my Gradle build intellij { version 'IU-2018.3.1' plugins = ['JavaScriptLanguage']} And the following in my plugin.xml <idea-version since-build="183"/> Yet when trying... -
创建于 Register XSD from Resource folder
已回答I'm looking for help on how to store an xsd file in my plugins resource folder and register it for a particular xmlns url. This is easy to do through the settings, but it would be great if I could ... -
创建于 Autocomplete delimiters used for Multihost Injection with JSInjectionBracesUtil
已回答I've successfully injected JS into an HTML like language using the MultihostInjector and the following code. if (context instanceof XmlTextImpl || context instanceof XmlAttributeValueImpl) { JSI... -
创建于 How to get current project in configurable / form component
已回答I'm trying to create a SearchableConfigurable with a AddEditDeleteListPanel with a FileChooser or FileChooserModal (haven't gotten far enough to know which one to use. Examples?) I'm creating a Fil...