Tips for SynPlus/Syn/ATViever
SynPlus and Syn are Lister plug-ins for Total Commander with syntax highlighting on every kind of ASCII file.
ATViever (Universal Viewer) is an alternative to Lister of Total Commander with the additional possibility to integrate a viewer into Explorer's shell (context menu).
External Resources
- Download and info for SynPlus
- Additional downloads and info for SynPlus addons
- Download and info for Syn
- Download and info for ATViever
Examples for my SynPlus configuration
I had to tinker on it, because I was bothered by these error messages and in addition I did't get any respons when I asked the SynPlus people. Anyhow, good job, thanks :T
- My hgls.ini for SynPlus
- My german.lng for SynPlus
The most complete german translation at this time, as I guess. With help of some hints in original english INIs and by cribing from other german, partially translated language files in a long selection process and aged to highest quality under permanent strict control by myself :D - To the download of my SynPlus/Syn files
SynPlus and wincmd.ini
Original entry for SynPlus in the wincmd.ini:5_detect="([0]!="M" | [1]!="Z" | [2]!="P")"
My entry for SynPlus in the wincmd.ini:
'| [2]!="P"' generated error messages with some files and sometimes non-ASCII files have been loaded.
5_detect="([0]!="M" | [1]!="Z"
SynPlus/Syn and ATViever
My detect string in Viewer.ini of ATViewer for SynPlus and Syn (works only together with my HGLs, see Download):(State: 2009-11-27) 5_detect="EXT="~PAS" | EXT="~DPR" | EXT="1ST" | EXT="386" | EXT="486" | EXT="586" | EXT="ACF" | EXT="ADM" | EXT="ADDON" | EXT="AHK" | EXT="AI" | EXT="ANY" | EXT="ASM" | EXT="ASP" | EXT="AU3" | EXT="AUT" | EXT="AUX" | EXT="AWK" | EXT="BAR" | EXT="BAR" | EXT="BAS" | EXT="BAT" | EXT="BBS" | EXT="BCP" | EXT="BLG" | EXT="BPR" | EXT="BTM" | EXT="C" | EXT="CBP" | EXT="CFG" | EXT="CFM" | EXT="CNF" | EXT="CGI" | EXT="CLR" | EXT="CLS" | EXT="CMD" | EXT="CONF" | EXT="CPP" | EXT="CS" | EXT="CSPROJ" | EXT="CSS" | EXT="CSV" | EXT="DEF" | EXT="DEP" | EXT="DFM" | EXT="DIZ" | EXT="DPK" | EXT="DPR" | EXT="DSP" | EXT="DSW" | EXT="DTD" | EXT="DTX" | EXT="ERR" | EXT="ETX" | EXT="FRM" | EXT="GML" | EXT="H" | EXT="HGL" | EXT="HHC" | EXT="HHK" | EXT="HHP" | EXT="HPP" | EXT="HRC" | EXT="HTACCESS" | EXT="HTM" | EXT="HTML" | EXT="HTP" | EXT="HTT" | EXT="HYP" | EXT="IDX" | EXT="ILG" | EXT="INC" | EXT="IND" | EXT="INDENT" | EXT="INF" | EXT="INI" | EXT="ION" | EXT="ISS" | EXT="JAD" | EXT="JAV" | EXT="JAVA" | EXT="JS" | EXT="JSP10" | EXT="JSP" | EXT="KEY" | EXT="KXF" | EXT="LANG" | EXT="LAT" | EXT="LEX" | EXT="LIST" | EXT="LNG" | EXT="LOG" | EXT="LOF" | EXT="LOT" | EXT="LST" | EXT="LUA" | EXT="LYX" | EXT="M3U" | EXT="MAK" | EXT="MANIFEST" | EXT="ME" | EXT="MNU" | EXT="MO" | EXT="MOS" | EXT="OEM" | EXT="OPML" | EXT="PAS" | EXT="PHP" | EXT="PHP3" | EXT="PHP4" | EXT="PHTML" | EXT="PL" | EXT="PLS" | EXT="PM" | EXT="POD" | EXT="PRG" | EXT="PRL" | EXT="PY" | EXT="RC" | EXT="RDF" | EXT="REG" | EXT="RESX" | EXT="RSS" | EXT="RTF" | EXT="SCF" | EXT="SAM" | EXT="SCF" | EXT="SET" | EXT="SH" | EXT="SHTML" | EXT="SIF" | EXT="SLN" | EXT="SQL" | EXT="ST" | EXT="STY" | EXT="STYLE" | EXT="SVG" | EXT="TAB" | EXT="TAG" | EXT="TCI" | EXT="TCS" | EXT="TEX" | EXT="THEME" | EXT="TOC" | EXT="TXT" | EXT="TYPES" | EXT="URL" | EXT="UWD" | EXT="VB" | EXT="VBS" | EXT="VSPSCC" | EXT="WRL" | EXT="XEP" | EXT="XML" | EXT="XSL" | EXT="XSLT" | EXT="XUL""
SynPlus and Access Violation
"Access violation read of address xxxxxxxxxxx ..."This sporadically appearing error messages are gone, if one takes following changes in synplus.ini:
[INTERFACE] ... STATUS=0 ...One has no status bar in SynPlus though, but I prefer to have no error messages.