***************************************************************** *** HexSel AkelPad plugin v5.1 *** ***************************************************************** 2011 Shengalts Aleksander aka Instructor (Shengalts@mail.ru) *** Description *** Conversion from text to hex code and vice versa. *** Functions *** HexSel::Main Main dialog. *** External call *** Call("HexSel::Main", 1, FLAGS, "PREFIX", "SUFFIX") Parameters: 1 Convert selection. FLAGS (sum of the following members): 1 text to hex. 2 hex to text. 4 single-byte conversion (Ansi). 8 double-byte conversion (Unicode). 16 select single-byte string. 32 select double-byte string. By default: 1+8+32=41. "PREFIX" String before symbol code. By default current setting used. "SUFFIX" String after symbol code. By default current setting used. Example (1+4+16=21): Call("HexSel::Main", 1, 21, "\x", "")