Cameron Donaldson
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created gradle.xml gradleHome - How is this populated?
AnsweredHello My gradle.xml file looks like the following: <?xml version="1.0" encoding="UTF-8"?><project version="4"> <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> ... -
Edited Looking for debug/diagnosing guidance - IntelliJ Editor Class Reference Errors
AnsweredHello 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... -
Created 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... -
Created 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... -
Created Executing Maven Target From Within Intellij Plugin
AnsweredHelloCould 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... -
Created 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... -
Created 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 ... -
Created 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 ... -
Created 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 -
Created 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...