Duffymo
- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Created 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 ... -
Created How To Tap Into yFiles For Custom XML Streams?
I recently discovered another smart feature in IntelliJ 9.0.3 while working with Spring web flow. The yFiles designer pane came up after opening the Spring web flow XML. As long as I had the SWF ... -
Created Could not create the Java virtual machine.
I'm running IntelliJ 10 (IU 102-216), JDK 1.6.0_21 from Sun/Oracle, and Windows XP SP3.I'm having this issue all of a sudden as well, in two different contexts. The first one is a Spring 3 project... -
Created Cannot Start IntelliJ X 96.1190 After Installing Erlang and Scala Plug-ins
I'm running IntelliJ X 96.1190 on Windows XP SP3. I downloaded the Scala and ErlGrey plugins and restarted, but IntelliJ complained about system index problems and wouldn't start.I uninstalled Inte... -
Created Problem Running Module in PyCharm 96.742 Console
AnsweredI created a new class in Python: __author__ = 'Michael'class chapter2(object): """Core Python Programming chapter2""" version = 1.0 # class static attribute def __init__(self, name='first ... -
Created Can't Add DB-Program
I tried to configure a DB-Program tonight. I wanted to connect to MySQL 5.1.24 running under Windows XP SP3, using the Connector-J JDBC driver version 5.1.6. Here are my configuration parameter... -
Created What Is "Django Support" In PyCharm Buying Me?
I don't see what Django support in PyCharm is giving me. I created a new Django project, but the django-admin.py tasks don't appear to be integrated in. Is the idea to run them inside the console... -
Created Can't Start IDEA X After Install
I downloaded the IDEA X install .exe and ran it. When I try to start IntelliJ I get the attached log message and a thread dump. The exception is:Caused by: java.io.FileNotFoundException: C:\Docum... -
Created How To Increase The Timeout For The PyCharm Console?
I'm running a script using the 10 second default timeout that is taking some time to complete. I keep getting the "Timeout exceeded" message and no answer from my method call. How can I increase ... -
Created How To Run Peter Norvig's Spell Checker In PyCharm?
I downloaded PyCharm today. I need help getting off the dime with the simplest of problems.I created a new project and created a new file SpellChecker.py. I pasted Peter Norvig's brilliant Python...