Skirkpatrick
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
创建于 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 ... -
创建于 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 ... -
创建于 "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 ... -
创建于 "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... -
创建于 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 ... -
创建于 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 ...