Jeremy French

- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Jeremy French created a post, Ellipsis (What behavior is the ellipsis suppose to have in the html editor?)
Why do I see an ellipsis on line #2, instead of the style attribute value? The disclosure triangle is open. So why isn't the ellipsis replaced with the style attribute's value? When I hover over ... -
Jeremy French created a post, DOCUMENTATION BUG (PLEASE VOTE TO GET BUG FIXED)
WebStorm v11's built-in documentation works erratically for AngularJS: documentation displays for some directives (like ng-app) but not others (like ng-controller).Please go to the following link a... -
-
-
Jeremy French created a post, WebStorm: Editor's "Install Plugins" link (What does this link do?)
Using Terminal in WebStorm, I make sure I'm in the project's directory (see item #1).Then I execute the command:server.shTerminal reports "bash: server.sh: command not found". (See item #2).But the... -
Jeremy French created a post, WebStorm: Node.js core module sources (How to configure?)
What is the "node.js core module"?How do I cofigure the "node.js core module" in WebStorm? See red cirled #2 in snap shot below:I have node v0.12.7 installed globally on my computer.Using:Mac OS 10... -
Jeremy French created a post, QUESTION: WebStorm -- Code Inspect (Why is ng-model considered unknown in "select" element?)
Why does Code Inspect flag the Angular directive ng-model as not permissible in an HTML select element but allows the directive in other elements such as input?In particular, Code Inspect says the ... -
Jeremy French created a post, QUESTION: WebStorm -- Keyboard Equivalent (What keys do these symbols mean on Mac?)
On a Mac, from Preferences -> Keymap I see an right arrow followed by a symbol (which looks like a vertical line):What is the keyboard modifier key shown in the key combination shown at #2?QUESTION... -
-
Jeremy French created a post, QUESTION -- WebStorm: Spelling (Where do we place a user dictionary?)
The documentation for Spellchecking says we can create user dictionaries:Where does the user dictionary get placed for just a project?I placed a user dictionary at the project root level. But the w...