David Maclean

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
David Maclean created a post, Git Commit Changes Group By
Since upgrading to WS 2022.1 the git commit modal is defaulting to "Group by > directory". Even if I change it to not group, the next commit I make it will be grouped again. Is there any way to rev... -
David Maclean created a post, Run test gutter icons when jest is not an immediate dependancy
I'm trying to configure my Run configurations to use an external jest dependency. The setup is done from a fork of create-react-app. If I create an app from `create-react-app` and open the default ... -
-
David Maclean created a post, AnsweredProject title includes `, .git`
I have a trivial but annoying glitch with one of my projects. The Title in the project launcher and the window menu includes `, .git`. It doesn't appear in the window title. I've deleted the `.idea... -
-
David Maclean created a post, create backup of synced settings or restore previously synced setting
I had my instances of webstorm set to sync their setting via IDE settings sync. A colleague asked for a copy of my settings. With sync turned on I could not export. So I turned off IDE settings syn... -
David Maclean commented, -
David Maclean created a post, Live template regex not matching word character
I'm trying to build a regex pattern replacer for a live template variable. The base variable is $PAYLOAD$the expression for the result is:``` regularExpression(PAYLOAD, ":\s*\w+", "") ``` so if I t... -
-