Jeremy French
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 25
-
已编辑于 Editor (What does the presence of "LRM" in a text line signify?)
Here is some text as it appears in BBEdit on an Apple Mac computer (image #1): Note the character code is UTF-8 with 57 characters. See yellow highlights. In WebStorm, I created a new scratch text... -
创建于 WebStorm Preferences (How to resolve Keymap conflicts reported in WebStorm Preferences?)
已回答How do I resolve Keymap shortcut conflicts in WebStorm? For example, I see the built-in macOS Keymap and the following (image #1.) Down at the bottom WebStorm reports a conflict for Find Action.... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 QUESTION: WebStorm -- Inspect Code (Why is wrong attribute value flagged?)
When I choose "CODE -> INSPECT CODE…", a wrong attribute value is reported. Here's what I see:When I lookup permitted values for the role attribute, I find that navigation is listed as a valid attr...