Skirkpatrick
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Skirkpatrick created a post, Bug in Windows compression lib breaks IntelliJ configuration
Windows 10, IntelliJ 2024.2.2 CE and Ultimate.I discovered a bug in the Windows compression library used by File Explorer that breaks IDEA projects that are compressed to zip. I thought this would ... -
Skirkpatrick created a post, AnsweredIDEA "remembers" code that I've typed from months ago (it seems)
I teach Java programming at a local Jr. college and have been using IntelliJ IDEA for 10 years or so. I've seen lots of very useful changes over that time, including some that have thrown me for a ... -
-
Skirkpatrick created a post, Answered"Location not set"
In the attached project, I'm attempting to load a second stage in response to a context menu selection (New Person). PhoneBookController.mnuNewPerson_Click throws the exception on line 220. Here's ... -
-
Skirkpatrick created a post, Answered"Location not set"
IntelliJ 2022.2.3, JDK 17, Linux Mint Vanessa I have a JavaFX project that uses multiple stages. In response to a context menu click event, I'm trying to load a second stage. When I attempt to load... -
Skirkpatrick commented, -
Skirkpatrick created a post, Answeredjava.util.Preferences not found
IntelliJ IDEA 2022.2.1, trying to use java.util.Preferences but the Preferences class does not appear in java.util. I've seen nothing that indicates that it's been deprecated (can't image why that ... -
Skirkpatrick created a post, AnsweredIntellij println only if in debugger?
The .Net framework has a clever feature System.Diagnostics.Debug.WriteLine() that will only output when running in the debugger. Is there an equivalent feature in Java/IntelliJ? If not, is there a ...