Stephen Friedrich
- 活动总数 1583
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 646
-
创建于 Check-in/Share only some project files?
已回答We always had code style settings files checked into git. However no other IDEA projects files are checked in, because a) it is easy to create the project from build.gradle and b) unintended change... -
创建于 Could you please fix this regression: Focus lost after "Download Sources"
已回答This is very annoying per se and even more so because it used to work in older IDEA versions and the bug was created in YouTrack more than half a year ago. What does it take for you to fix such an ... -
创建于 Java 9: Memorize package or module names again? Really?
已回答For Java 8 (and earlier) I am totally used to IDEA handling all my imports for me. I just never write any import statement manually. Usually I just type something like "Connection c" and let IDEA a... -
已编辑于 Feature suggestion: Convenient "on-demand" debugging
已回答I'd like to propose a feature that lets you start your application in run mode (avoiding the slower execution associated with debug mode) later switch the toolwindow to "debug" mode with a single ... -
创建于 Some issues getting started
It's been a long time, since I tried my hand at an IntelliJ plugin. Why is http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.htmltalking about adding a mod... -
创建于 Link to support request does not work
已回答I submitted a support request (concerning IDEA-134885). I got an automatic e-mail, that includes this link to the submitted request: https://intellij-support.jetbrains.com/hc/requests/1021243 Unfor... -
创建于 IntelliJ Community Project: Build failure "Bad class file RuntimeInvisibleParameterAnnotations"
I forked and check out https://github.com/JetBrains/intellij-community Followed the instructions in the README.md However when I try to build, all I get is: /home/sfriedrich/dev/intellij-community/... -
已编辑于 Java debugger: Can I "remember" an object reference?
已回答Is it possible in the debugger to store a reference to an object, so that I can later inspect it, even if it is no longer accessible via any variables in the then-current stackframes? For example I... -
创建于 How to: Debug webb app started with gradle/gretty
已回答Unfortunately it is a little complicated to debug your web app when using gradle. What I found, describes how you can configure options/run configurations manually to get remote debugging to work, ... -
创建于 gradle war overlays: IDEA support?
已回答We have a multi-module project that used a maven build with overlays to build a war from multiple sub-projects.IDEA handled that fine: I was able to build and deploy from within IDEA without invoki...