Ryan Lubke
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Python Plugin requires plugin PythonCore
AnsweredHey folks,I just updated to the 2024.2 RC and noticed that the Python plugin isn't working as it requires the PythonCore plugin to be installed. I'm unable to find this plugin on the marketplace (... -
Created Live Code Templates - getting cursor position when the template was invoked?
AnsweredI'm trying to create a template to generate a section header that is length limited to 78 characters regardless of indentation. Is there a way to get the cursor position at the time the live code t... -
Edited Auto fill within live templates
AnsweredHey folks, Our code guidelines require we demarcate sections of code with comments such as: // ----- public methods ------------------------------------------ (out to 78 chars max) Is there a way ... -
Created Something odd about schema validation
AnsweredThis is kind of an odd one. In some cases, the schema validation works as expected (same xmlns and schema definitions; no real change in element ordering, etc), in other cases, I see the following... -
Created Unable to start 5131 on Solaris
I get the following when trying to start 5131 on Solaris:Error occurred during initialization of VMCould not find agent library on the library path or in the local directory: yjpagentI had to remov... -
Created Curor disappears during focus switches
idea-4081JDK 1.5.0_06Solaris 10I'm finding that I lose the editor cursor (or for that matter any interaction with the IDE) when switching focus between IDEA and other applications. When it happens... -
Created Taglibrary completion
Hello,I seem to be having issues getting taglibraries (JSF 1.2) using the xsd for JSP 2.1 to autocomplete.I have the url (http://java.sun.com/jsf/core) mapped properly in the resources section and ... -
Created Using the $Prompt$ Macro
I may have missed something obvious, but when using the $Prompt$ macro in conjunction with an external tool, is there a way to tell the prompt to retain whitespace?Example: I've created an externa...