Duffymo
- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Duffymo created a post, 403 status code when installing asciidoc plugin from disk
I recently upgraded to IntelliJ 2022.2.2 on my Mac OS Monterey version 12.6 Macbook Pro. That meant reinstalling plugins for PlantUML and Asciidoc from disk. The PlantUML installation went fine. ... -
-
-
Duffymo created a post, AnsweredCan't Bring Up XSLT Tool Window; XPath and Debugger Plugins Enabled
I can see that I have the XPath and XSLT debugger plugins enabled in my IntelliJ 2016.3.3. Google tells me how to use the XSLT debugger: https://www.jetbrains.com/help/idea/2017.1/run-debug-confi... -
Duffymo created a post, AnsweredIntelliJ 2016.1.1 Won't Stop Scanning Files To Index
I'm running IntelliJ 2016.1.1 on Windows 7 enterprise 64 bit SP1. IntelliJ started cycling a task repeatedly "Scanning files to index", making it impossible to continue working. If I shut down ... -
Duffymo created a post, Relative paths not working in web service IntelliJ 134.1160
I have a simple web project with an index.html at the project root, with js/jquery-1.11.0.js at the same level.Page loads fine from this URL: http://localhost:63343/learn-jquery/index.htmlBut if I ... -
Duffymo created a post, Can't Run Python With Plug-In - IntelliJ EAP 117.1006
I'm running IntelliJ EAP 117.1006 on Windows 7. I downloaded the Python plugin version 2.9.2, created a Python package, gave it a .py source file, and tried to run it using Python interpre... -
Duffymo created a post, Changes To Specification Of Libraries In Nika Are A Step Back
I just started working with Nika, setting up a simple project with 3rd party JAR dependencies.I was dismayed to learn that the ability to specify library or source JARs by selecting all in a single... -
Duffymo created a post, AnsweredJAXB Not Generating Java Objects In IntelliJ 10.0.2
I'm running IntelliJ 10.02. build #IU 103.72 on Windows XP SP 3.I'd like to generate objects from an .xsd using JAXB. I have the web services plug-in installed and enabled.If I open the .xsd in th... -
Duffymo created a post, Can I Modify The Template IntelliJ Uses To Generate Getters/Setters?
IntelliJ does a brilliant job of automagically generating getters/setters for class members. The ones I get back do not include javadocs.Is there a way for me to modify the template IntelliJ uses ...