Raleigh Rinehart
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Gradle multi-project to IDEA module mapping issue
AnsweredI have a multi-project Gradle build that I've linked to IDEA. Everything works okay, however the structure in IDEA is not as I was expecting. The commands gradle projects and gradle -gui both sh... -
Created export code style settings
Is there a tool and/or plugin that can export IDEA's Code Style settings for a particular language so that they can be used in an external program such as Uncrustify or AStyle.Or alternatively how ... -
Created JavaScript Code Style alignment
Hi all,Is it possible to configure PhpStorm to align consecutive assignments and align key-value pairs in JavaScript and TypeScript like we can in php?example:var async = require('async');var cl... -
Created Dojo library
Hey all,Just wondering what the "correct" procedure is for adding a JavaScript Library such as dojo (1.7.2)I get a lot of unresolved issues and want to make sure this is not the problem. However t... -
Created undefined variable PHP
I am seeing an issue where variables defined in one php file are getting tagged as undefined when used from another file that includes it (via require)For example:Suppose we have the project struct... -
Created multiple jar Artifacts per Module
Hi AllI need to setup a module so that I can build multiple different jar files from it's compile output.For example, suppose I have the following existing src structure (and am creating a project ... -
Created ant build properties in 10.0.3
Hi All,Quick question about setting ant properties dynamically.We have a large project with an already existing set of ant build files that I am trying to integrate in IDEA.I have succesfully added...