Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- February 3, 2017 at 11:28 am in reply to: How to modify settings to change `SHIFT + Backspace' from `Delete Forward'? #21504Scott BeesonParticipant
This has bugged me forever!
Scott BeesonParticipantNevermind, I wasn’t thinking…
I added
document.selection.SelectAll();
before your code and now it does what I was expecting (I’m using this for entire documents).Scott BeesonParticipantdocument.selection.Text = JSON.stringify(JSON.parse(document.selection.Text), null, ‘\t’);
I tried this macro and it just says “Syntax Error”. Are there prerequisites I’m missing?
Scott BeesonParticipantFor anyone else who finds this, if you copy and paste Stefan’s settings be sure you replace the HTML quotes with normal quotes!
Scott BeesonParticipantThis is the biggest feature I’m missing. I thought surely I just couldn’t find it. I constantly have to open Visual Studio or WebSense to reformat old blocks of code!
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)