opticyclic searches
- 活动总数 1105
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 411
-
创建于 How Do I Rename My Plugin?
已回答I 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... -
创建于 Should I Use patchPluginXml Or plugin.xml?
已回答I'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... -
创建于 Why Has The Run Configuration Directory Changed?
已回答I 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... -
创建于 Resolve Simple Conflicts Automatically
已回答I 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... -
创建于 Gradle Dependency Ordering Is Wrong
已回答I 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... -
创建于 Suggestions For The Font Selection GUI
已回答I 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... -
已编辑于 Why Don't New Gradle Projects Use Sources?
已回答I 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... -
已编辑于 JetBrains Mono Font
已回答I 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... -
创建于 How Do I Run Multiple Terminal Processes From A Plugin?
已回答I 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... -
创建于 Is It Possible To Automatically Change A Value Whilst Debugging?
已回答There 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...