opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created How Do I Rename My Plugin?
AnsweredI named my plugin badly and want to rename it. However, I don't want to delete the existing plugin on https://plugins.jetbrains.com and upload a new one as that would lose all the history. Is it po... -
Created Should I Use patchPluginXml Or plugin.xml?
AnsweredI'm confused about how we are supposed to create the plugin.xml file. Some projects have a pre-built file in src/main/resources/META-INF/plugin.xml e.g. https://github.com/JetBrains/intellij-platfo... -
Created Why Has The Run Configuration Directory Changed?
AnsweredI just noticed that IDEA is trying to save run configurations in a .run directory in the project instead of .idea/runConfigurations Keeping all the IDEA config under the .idea directory makes manag... -
Created Resolve Simple Conflicts Automatically
AnsweredI am merging 2 git branches that are causing lots of simple conflicts. All of them are automatically resolved by IDEAs "Resolve simple conflicts" button but there are over 100 files I have to do th... -
Created Gradle Dependency Ordering Is Wrong
AnsweredI am using 2018.3.1 community and I am having problems with order of the dependencies of the iml files when using Gradle. My dependency setup is a bit weird. I have sets of non-maven dependencies f... -
Created Suggestions For The Font Selection GUI
AnsweredI used to not worry about the editor font when I was using Windows. However, ever since I switched to Ubuntu and there was a font rendering problem (a long time ago) I have been switching around th... -
Edited Why Don't New Gradle Projects Use Sources?
AnsweredI just created a new Gradle project using the Project Wizard. Immediately I get a popup saying: You can configure Gradle wrapper to use distribution with sources. It will provide IDE with Gr... -
Edited JetBrains Mono Font
AnsweredI just noticed that there is font available in the IDEA settings called "JetBrains Mono". When did this appear? Is it supposed to be the default on new installs? What are the preferred font size an... -
Created How Do I Run Multiple Terminal Processes From A Plugin?
AnsweredI have a project that I test (I have separate unit tests too!) by running multiple java processes from the build directory to simulate a network. These processes provide an interactive shell that I... -
Created Is It Possible To Automatically Change A Value Whilst Debugging?
AnsweredThere is a bug in an external library that I am using that causes a NullPointerException. Therefore, I have put a conditional breakpoint that gets hit when the value is Null and I then modify the v...