opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Edited Filters In Project View / Quick Scopes?
AnsweredThis is slightly different from my other question: https://intellij-support.jetbrains.com/hc/en-us/community/posts/203477944-Focus-The-Task-At-Hand-Like-Mylyn I sometimes want to filter the project... -
Created Can We Toggle svn --stop-on-copy In The Repository View?
AnsweredIs it possible to toggle svn log --stop-on-copy in the Version Control - Repository view? Similar to the tickbox that TortoiseSVN has https://tortoisesvn.net/docs/release/TortoiseSVN_en/images/Log... -
Created What Are The Conflicts In bin/idea.properties?
AnsweredOn upgrade I got the message "Some conflicts were found in the installation area." I then have the option of REPLACE or IGNORE bin/idea.properties. However, it doesn't tell me what the conflict act... -
Created What Is The Git History Showing?
AnsweredWhen I do git log build.gradle the output matches what I see in the eclipse log and on BitBucket. However, what I see in IDEA is completely different and I can't work out what is being shown. Ther... -
Created DCEVM And JMockit Initialisation Error
AnsweredWhen I start a JMockit test using a DCEVM enabled JDK I get the following error that requires me to modify the run config: java.lang.IllegalStateException: To run on Dynamic Code Evolution 64-Bit S... -
Edited Is There An Inspection For Duplicate Public Constants?
AnsweredWhilst going through some legacy code I found some constants in different classes with the same content. e.g. Class1: public static final String LOCATION = "Area-Location"; Class2: public static f... -
Created Does Anyone Still Use ipr Files?
AnsweredI just downloaded the latest release and noticed that the ipr.reg is still there and part of the content references v10! [HKEY_CLASSES_ROOT\IntelliJIDEAProjectFile\shell\open\command]@="\"C:\\Progr... -
Created How Can I Run A TestNG TestSuite Without An XML File?
AnsweredI want to specify my TestNG tests in Java and not in xml, similar to how I can do it with JUnit; @RunWith(Suite.class)@Suite.SuiteClasses({ TestOne.class, TestTwo.class})public class JUnitTes... -
Created Does Android Studio have mk file support?
AnsweredI have IDEA Ultimate with the Android plugin enabled.Should that give me the same experience as Android Studio or does AS include extra plugins not in IDEA? For instance, I started work on a TWRP p... -
Created Does New Feature "Intention - Inline Else" Lead To Broken Code?
AnsweredOne of the new features in the latest EAP is Intention // Inline "else" code branch https://youtrack.jetbrains.com/issue/IDEA-165428 In the example he goes from private void streamToClient(Resourc...