- Posted by
- You can replace "\r\n" and '\r\n' with a variable obtained via UltraEdit.activeDocument.lineTerminator : var sLineTerm = "\r\n"; // Default is DOS. if (typeof(UltraEdit.activeDocument.lineTerminator) == "number") { if (UltraEdit.activeDocument.lineTerminator == 2) sLineTerm = "\n"; else if (UltraEdi...Posted in Scripts
-   Topics
-   Views
- echopark
Aug 04, 2011
- This is an adaptation of the script discussed at http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/ to work on UltraEdit Javascript engine. This is a text expander that turns this css string div#content>h1+p into the correspondent html <div id="content"> <h1></h1> <p...Posted in Scripts
-   Topics
-   Views
- echopark
Nov 23, 2009