Hi! I use Textpad and I like it very much. Here you have the tools I use (you can combine this into your registry, be carefull not to overwrite your settings), if you want I can capture the configuration windows. The tools are: 0 : HT-PIC 1 : MPASM 2 : Borland Turbo C (version 2.0, yes! :-) 3 : CC5X 4 : GCC 5 : --------- (Separator) 6 : PIC Bootloader 7 : VBTerm (simple serial terminal) It is pretty simple to add a new tool, the difficult is to setup the regex for matching the errors which cause textpad to jump to the source line (by double-clicking) which has it. Cheers, Diego. ==================================== [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\0] "Properties"=hex:00,00,00,00,56,80,00,00,58,09,00,00 "MenuText"="HT-PIC" "Command"="C:\\HT-PIC\\BIN\\picc.exe" "Parameters"="-ICD -E -o -Zg9 -16f876 -ASMLIST -Ic:\\work\\pic\\include $File" "Folder"="$FileDir" "RE"="^\\([a-zA-Z]:[^:]+\\): +\\([0-9]+\\):" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\1] "Properties"=hex:00,00,00,00,5d,80,00,00,40,00,00,00 "MenuText"="MPASM" "Command"="C:\\Archivos de programa\\MPLAB\\mpasmwin.exe" "Parameters"="/e+ /l+ /x- /c+ /p16F84A $File" "Folder"="$FileDir" "RE"="" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\2] "Properties"=hex:00,00,00,00,59,80,00,00,d8,09,00,00 "MenuText"="tcc" "Command"="tcc.exe" "Parameters"="-1 -O -Z -ms $File" "Folder"="$FileDir" "RE"="^.* \\([a-zA-Z]:[^:]+\\) \\([0-9]+\\):" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\3] "Properties"=hex:00,00,00,00,5a,80,00,00,d8,09,00,00 "MenuText"="cc5x" "Command"="C:\\Archivos de programa\\cc5x\\cc5x.exe" "Parameters"="-fINHX8M -a -AH -V -Ic:\\archiv~1\\cc5x -dc $File" "Folder"="$FileDir" "RE"="^.* \\([a-zA-Z]:[^:]+\\) \\([0-9]+\\):" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\4] "Properties"=hex:00,00,00,00,5c,80,00,00,c8,09,00,00 "MenuText"="gcc" "Command"="C:\\djgpp\\bin\\gcc.exe" "Parameters"="-Wall -O3 -o $Basename.exe $File" "Folder"="$FileDir" "RE"="^\\([a-zA-Z]:[^:]+\\):\\([0-9]+\\):" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\5] "Properties"=hex:06,00,00,00,00,00,00,00,84,09,00,00 "MenuText"="-----------" "Command"="" "Parameters"="" "Folder"="" "RE"="" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\6] "Properties"=hex:00,00,00,00,5b,80,00,00,40,00,00,00 "MenuText"="Bootloader" "Command"="c:\\ht-pic\\bootloader\\picdownloader.exe" "Parameters"="$BaseName.hex" "Folder"="$FileDir" "RE"="" [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\7] "Properties"=hex:00,00,00,00,57,80,00,00,40,00,00,00 "MenuText"="VBTerm" "Command"="C:\\HT-PIC\\bootloader\\vbterm.exe" "Parameters"="$File" "Folder"="$FileDir" "RE"="" -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.