HLPlanet
  Taditor
  Introduction
  > Screenshots
  > Requirements
  Awards
  What's New
  Download Trial
  Resources
  Order
  Support

Taditor - Scripts

The following scripts are contained within Taditor's script library.
Currently all scripts are implemented using VBScript language.

  • AboutApp - displays current editor status
  • AboutDoc - displays active document's statistics, incl. number of words and lines plus MD5 digest
  • ASCIITable - displays ASCII character codes, includes control character names (INS)
  • CalcExpr - evaluates selected math expression within text editor (TXT)
  • ConvHexToUChar - converts hexadecimal number under cursor to Unicode character (INS, TXT)
  • ConvUTextToHex - converts Unicode text to a stream of hexadecimal numbers (INS, TXT)
  • ConvUTextToHexHTML - the same as above, but result is presented in HTML format (INS, TXT)
  • CopyAsHex - copies selection to clipboard in hexadecimal form (INS)
  • DecodeHTML - decodes HTML entities (like & - from entity to character) (TXT)
  • DecodeXML - decodes XML entities (like & - from entity to character) (TXT)
  • DecodeURL - converts URL string to text form (TXT)
  • EncodeHTML - encodes HTML entities (like & - from character to entity) (TXT)
  • EncodeXML - encodes XML entities (like & - from character to entity) (TXT)
  • EncodeURL - converts text to it's URL representation (TXT)
  • FindAll - finds all occurrences of a specified text or hex string
  • FindAndCount - calculates number of occurrences of a specified text (TXT)
  • FindOnWikipedia - opens Wikipedia definition for a selected word inside Taditor's internal browser (INS, TXT)
  • GenAnagrams - generates list of anagrams for a specified word (TXT)
  • GenWordDict - generates word dictionary based on an active document (TXT)
  • GenWordStats - generates word statistics based on an active document (TXT)
  • GoToWebAddr - opens a specified WWW address inside internal browser
  • HexFillRnd - fills a selected block of data with a random stream of values (INS, HEX)
  • HexSwapNibbles - swaps nibbles in a selected block of data (INS, HEX)
  • InsertColorHTML - opens a color selection dialog window and insert a selected color into text editor in HTML format (TXT)
  • PasteAsHex - copies a hex stream from clipboard to active document, works in text and hex edit modes (INS)
  • RemoveChars - removes all specified characters from a selected text or a whole document (TXT)
  • RemoveEmptyLines - removes all lines that contain only white space characters or are completely empty (TXT)
  • ReverseCharsInLines - reverses character order in each selected line (TXT)
  • ReverseHex - reverses order of bytes in a selected block (INS, HEX)
  • ReverseLineOrder - reverses line order (TXT)
  • ReverseText - reverses characters in a selected text (INS, TXT)
  • ROT13 - encodes / decodes a selected text using ROT13 algorithm (TXT)
  • SortText - sorts an active document's lines and removes duplicates (TXT)
  • TrimLines - removes white characters from the beginning and end of each line (TXT)
  • TrimLinesLeft - removes white characters from the beginning of each line (TXT)
  • TrimLinesRight - removes white characters from the end of each line (TXT)
  • Samples\DumpClipboard - displays list of characters from the current clipboard's contents (INS)

Legend:
INS - means install / uninstall support is included with the script.
TXT - means script works only in text edit mode.
HEX - means script works only in hex edit mode.

How to use it?
You can find detailed answer on Starting Scripts page.
More general information about Taditor usage can be found on Taditor Manual page.

Where I can get it?
You can download a trial copy of Taditor or buy it's full version. Just proceed to Taditor Home Page for details.


Top of page

 

   
 
Contact  |  Legal notes  |  Privacy
Copyright © 2007 HLPlanet. All rights reserved