Cameron Donaldson
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 gradle.xml gradleHome - How is this populated?
已回答Hello My gradle.xml file looks like the following: <?xml version="1.0" encoding="UTF-8"?><project version="4"> <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> ... -
已编辑于 Looking for debug/diagnosing guidance - IntelliJ Editor Class Reference Errors
已回答Hello I'm looking for guidance on how to debug or diagnose the issue vaguely-described below. I'm not looking for someone to solve it for us, as I'd expect that would be time consuming (unless some... -
创建于 Duplicate bundled template Maven Profiles.xml
HelloI'm developing an IntelliJ plugin that can interact with IntelliJ's maven plugin. The IDE I'm using to develop the plugin (IntelliJ UE 14) includes in its classpath the maven plugin jars (spec... -
创建于 Interacting with IntelliJ through Chrome (Plugin Dev)
Note: I realized after the fact that this thread would have been more suitable for the "Open API and Plugin Development" forum. I can't seem to find a way to move it there. My apologies.HelloThroug... -
创建于 Executing Maven Target From Within Intellij Plugin
已回答HelloCould someone be able to detail how I could go about executing a maven target from within an IntelliJ plugin? or point me to an online resource/tutorial which outlines how. I'm having difficul... -
创建于 Problem with Ctrl+Alt+C (extract constant shortcut)
HelloI'm hoping someone has experienced (and solved) this issue. I'm having difficulties pinpointing the cause of this.My "extract constant" shortcut is not working. Using this shortcut while the c... -
创建于 Suggestion: Scope-aware VCS Updating
Hello,The IntelliJ project I use at work has a large number of modules in it. I've recently introduced some custom scopes to manage these, since I rarely want to see all of the modules together at ... -
创建于 Rearranging code Eclipse-style in IntelliJ IDEA 12
HelloI'm the only one in my team who uses IntelliJ. The remainder of the team use Eclipse. It's been suggested that I start ordering my code according to the style utilized by Eclipse.I was hoping ... -
创建于 Auto-generation of package-info.java
Hello,Is there a way in Idea 11 to have a package-info.java file automatically generated when creating a new package?Thanks,-- Cameron -
创建于 Eclipse Warning in IDEA 10
Hello,I'm the sole IntelliJ user in a development team that uses Eclipse. The Eclipse users are complaining that code similar to the following generates a warning:class Miracle { public void per...