JavaScript tutorials and references
(Edited May 13, 2007: JavaScript Lint and Mozilla links added).
(Edited June 21, 2007: Link to power tip: Scripting Access to the Output Window).
(Edited September 18, 2008: Extra power tip links added as well as links to re-usable scripts).
- w3schools.com - JavaScript Tutorial
- w3schools.com - JavaScript and HTML DOM Reference
- Mozilla developer center: JavaScript Portal
- Mozilla developer center: A re-introduction to JavaScript
- Scripting Techniques
- Integrated scripting engine tutorial
- Scripting access to the output window
- Scripting access to the clipboard contents
- Run a macro or script from the command line
- Search and Delete Lines Found with Scripting
- UltraEdit v16.00 Scripting Enhancements
- Scripting tutorials and re-usable user scripts
- There is a power tip on this site on Configure UltraEdit with javascript lint
JavaScript Lint checks any JavaScript source code for common mistakes without actually running the script - so it can also check scripts to be used in UE
- Get Active Document's Index
- General file name evaluating functions (GetFileExt, GetFileName, GetFilePath, GetNameOfFile)
- Script to comment / uncomment a code block
- Function to get list of files into an edit window
- Script that partially mimics TextMate's snippets feature
- Function IsUnicode to detect Unicode file after opening it
- Script to copy the content of text or CSV files into a new file
- Zen Coding - writing HTML code using CSS like selector syntax
- Copy lines in the active document containing strings listed in another file
- Delete lines in the active document containing strings listed in another file
- Copying lines in 1st file based on line numbers listed in 2nd file to a new file
- Function HexCopy to get the hexadecimal values of any data with lots of options
- ...select a block from current cursor position to end of a found string, or to select a block between two strings...
(Edited May 13, 2007: JavaScript Lint and Mozilla links added).
(Edited June 21, 2007: Link to power tip: Scripting Access to the Output Window).
(Edited September 18, 2008: Extra power tip links added as well as links to re-usable scripts).