Peter Means
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
Peter Means commented, -
Peter Means created a post, 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... -
Peter Means created a post, AnsweredTabs 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 ... -
-
Peter Means created a post, AnsweredKeyboard 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...