opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created Why Did You Mess With The Run Config?
AnsweredThe 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... -
Created Why Do You Keep Messing With The VCS View?
AnsweredI 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... -
Created Suggestion For Alternative Rebased Branch Comparison
AnsweredComparing 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... -
Created Suggestion For Gradle Tool Window
AnsweredI 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... -
Created Is The Old Icon Still Available?
AnsweredI 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 ... -
Created How Do We Highlight Text In Markdown?
AnsweredIf 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> <... -
Created How Do I Update Git With A Username and Password?
AnsweredIDEA 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... -
Created How Do I Get Local Changes Back?
AnsweredSo 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... -
Created How Do I Publish To An EAP Channel?
AnsweredWhen 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/... -
Created How Do I Remove "this." From Decompiled Code?
AnsweredA 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...