Charlie Choiniere
- Total activity 160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Edited XDebugger Console Not Launching
AnsweredI'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... -
Created XDebuggerBreakpointType
AnsweredI'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... -
Created Cannot download JetBrains Java Runtime jbrex8u202b1483.24_osx_x64
AnsweredI 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... -
Created BulkFileListener behavior with out of process files
AnsweredI'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... -
Created 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... -
Created Since build doesn't appear to be working with Gradle plugin build
AnsweredI 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... -
Created Register XSD from Resource folder
AnsweredI'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 ... -
Created Autocomplete delimiters used for Multihost Injection with JSInjectionBracesUtil
AnsweredI've successfully injected JS into an HTML like language using the MultihostInjector and the following code. if (context instanceof XmlTextImpl || context instanceof XmlAttributeValueImpl) { JSI... -
Created How to get current project in configurable / form component
AnsweredI'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... -
Created Redesigning the forum
Will you be redesigning the forum any time soon? This is so much harder to read / scan / search than the previous forum to the point where it's almost unusable. It's difficult enough as it is to wr...