Skirkpatrick
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created 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 ... -
Created IDEA "remembers" code that I've typed from months ago (it seems)
AnsweredI 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 ... -
Created "Location not set"
AnsweredIn 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 ... -
Created "Location not set"
AnsweredIntelliJ 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... -
Created java.util.Preferences not found
AnsweredIntelliJ 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 ... -
Created Intellij println only if in debugger?
AnsweredThe .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 ...