opticyclic searches
- 活动总数 1105
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 411
-
创建于 Why Did You Mess With The Run Config?
已回答The run config looks awful now. Not only is it switched around for no particular reason, the fonts are using the editor fonts instead of the dialog fonts. All the stuff that was easily configurable... -
创建于 Why Do You Keep Messing With The VCS View?
已回答I just installed 2021.1 EAP on a new PC and I can no longer see the local changes, which is why I started to create this post. I had previously asked why you changed the name of the view from VCS t... -
创建于 Suggestion For Alternative Rebased Branch Comparison
已回答Comparing rebased branches doesn't always give the result you want because the comparison is by hash and naturally rebasing has changed the hash. Sometimes it is useful to compare by commit message... -
创建于 Suggestion For Gradle Tool Window
已回答I was working on a gradle project this morning when I realised that I don't use all of the items in the Gradle Tool Window. I occasionally look at the dependencies when I have some sort of classpat... -
创建于 Is The Old Icon Still Available?
已回答I have both the Ultimate Edition and Community Edition installed. When I search for IDEA in my start menu/launcher it is very difficult to tell them apart with a quick glance because the icons are ... -
创建于 How Do We Highlight Text In Markdown?
已回答If you run the code snippets on this answer on stackoverflow you will see 2 different ways of highlighting text with markdown https://stackoverflow.com/a/36039773/1000011 <mark>Marked text</mark> <... -
创建于 How Do I Update Git With A Username and Password?
已回答IDEA is now opening a browser when I want to update a git project. I have multiple GitHub accounts and some of them I don't want saved in the browser. How do I update the project using the normal u... -
创建于 How Do I Get Local Changes Back?
已回答So forever IDEA has had the local changes on the VCS tool window in a tab. I just noticed that there is now a "Commit" tool window on the left hand side in the latest EAP. How do I get the Local Ch... -
创建于 How Do I Publish To An EAP Channel?
已回答When developing with gradle the publishPlugin can take a channel name. This then allows me to publish to an EAP channel if I so wish. https://jetbrains.org/intellij/sdk/docs/tutorials/build_system/... -
创建于 How Do I Remove "this." From Decompiled Code?
已回答A few years ago, someone decompiled some third-party code and added it to the project. I'm now also decompiling the code and comparing it to the code that was checked in to try to understand what w...