Peter Means
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
Created 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... -
Created Tabs vs. Spaces problems in comments
AnsweredWorking 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 ... -
Created Keyboard Shortcut - Select text to the beginning/end of document
AnsweredSo 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...