Raleigh Rinehart

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Raleigh Rinehart created a post, AnsweredGradle multi-project to IDEA module mapping issue
I 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... -
Raleigh Rinehart commented, -
-
Raleigh Rinehart created a post, 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 ... -
Raleigh Rinehart commented, -
Raleigh Rinehart created a post, 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... -
Raleigh Rinehart created a post, 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... -
-
-
Raleigh Rinehart created a post, 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...