Skirkpatrick
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
Skirkpatrick 创建了一个帖子, 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 创建了一个帖子, 已回答IDEA "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 创建了一个帖子, 已回答"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 创建了一个帖子, 已回答"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 进行了评论, -
Skirkpatrick 创建了一个帖子, 已回答java.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 创建了一个帖子, 已回答Intellij 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 ...