Peter Means
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 3
-
创建于 Code Formatting - Comments moved to new line
When formatting Javascript, any comments within /*...*/ that are at the end of a line are moved to a new line. So If I start with this: ....after formatting I get this: Can this be turned off? I'v... -
创建于 Tabs vs. Spaces problems in comments
已回答Working with Javascript, I have two problems: 1. When I've used tabs to indent some text in a comment and I hit return to recreate a new line, it de-indents it one tab and then adds a trailing tab ... -
创建于 Keyboard Shortcut - Select text to the beginning/end of document
已回答So on a Mac, in most applications / text editors, you can select everything from the current caret position to the bottom/top of the document with the shortcut "command + shift + down/up". Can anyb...