;----------------------------------------------; ; Coder plugin syntax file ; ;----------------------------------------------; ;Colors ; Color need to be in #RRGGBB or #RGB format. ; If color equal to zero, then color ignored. ; ;Font styles ; 0 ignored. ; 1 normal. ; 2 bold. ; 3 italic. ; 4 bold italic. ; ;For comfort file viewing/editing set tab size to 8. ;Author: Skif_off (2018-01-02) ;AkelPad 4.9.6 and higher ;https://github.com/Lenchik/Akelpad-syntax-highlighting/blob/master/powerpro.coder - working version ;https://github.com/Lenchik/Akelpad-syntax-highlighting/blob/master/source_for_developers/powerpro.utf8.coder - development version in UTF-8 for easier development on GitHub ;PowerPro (http://powerpro.cresadu.com/) ;Help file Version 5.3.37h/.35r (Aug 2017) Files: ;========== ;File types ;========== *.powerpro *.ppro ;----------------------------------------------; ; HighLight ; ;----------------------------------------------; ;Flags (sum of the members) ; 1 case sensitive. ; 2 word is a composition of characters ("Words:" section only). Example: "0123456789" - highlight words that contain only digits. ; 4 quote end required ("Quotes:" section only). ; 8 quote start string is ignored and last meet delimiter used as quote start ("Quotes:" section only). ; 16 quote end string is ignored and first meet delimiter used as quote end ("Quotes:" section only). ; 32 don't highlight quote start ("Quotes:" section only). ; 64 don't highlight quote end ("Quotes:" section only). ; 128 don't catch and don't highlight quote start ("Quotes:" section only). ; 256 don't catch and don't highlight quote end ("Quotes:" section only). ; 512 quote start, delimiter or word located at line start. ; 1024 quote end, delimiter or word located at line end. ; 2048 quote start is surrounded with delimiters ("Quotes:" section only). ; 4096 quote end is surrounded with delimiters ("Quotes:" section only). ; 8192 quote doesn't contain delimiters ("Quotes:" section only). ; 16384 only quote start string is catched ("Quotes:" section only). ; 32768 quote doesn't contain any character ("Quotes:" section only). Font: ;================================================================= ;FontStyle FontSize FaceName ;================================================================= ${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName} Colors: ;============================================================================================================================================================================================================================================================================================================================================================================================================================= ;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor ;============================================================================================================================================================================================================================================================================================================================================================================================================================= ${HighLight_BasicTextColor} ${HighLight_BasicBkColor} ${HighLight_SelTextColor} ${HighLight_SelBkColor} ${HighLight_LineTextColor} ${HighLight_LineBkColor} ${HighLight_LineBorderColor} ${HighLight_AltTextColor} ${HighLight_AltBkColor} ${HighLight_AltBorderColor} ${HighLight_ColumnColor} ${HighLight_MarkerColor} ${HighLight_CaretColor} ${HighLight_UrlColor} ${HighLight_ActiveUrlColor} ${HighLight_VisitUrlColor} BkImage: ;================================================== ;BkImageFile BkImageAlpha ;================================================== ${HighLight_BkImageFile} ${HighLight_BkImageAlpha} AutoMark: ;==================================================================================================================== ;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor ;==================================================================================================================== ${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor} Quotes: ;=================================================================================== ;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule ; style text bkgrnd start end char include exclude ID ID ;=================================================================================== ;513=1+512 513 3 ${COMM} 0 ";" "" "" "" "" 0 0 ;1=1 1 3 ${COMM} 0 ";;" "" "" "" "" 0 0 1 3 ${COMM} 0 "//" "" "" "" "" 0 0 ;5=1+4 5 3 ${COMM} 0 "/*" "*/" "" "" "" 0 0 ;5=1+4 5 3 ${STR} 0 `"` `"` "" "" "" 0 0 ;Keys ;389=1+4+128+256 389 0 ${DEL2} 0 "{" "}" "" "" "" 0 0 ;Label ;784=16+256+512 784 2 0 0 "@" "" "" "_1234567890abcdefghijklmnopqrstuvwxyz" "" "" 0 0 QuotesRE: ;=========================================================================================== ;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID ;=========================================================================================== 0 "^[ \t]*?(\*?)(Bar|Clip|Configure|Control|Desktop|Exec|File|Format|Keys|Info|Macro|Menu|Message|Mouse|Note|ScreenSaver|Script|Shutdown|Timer|TrayIcon|Vdesk|Wait|Wallpaper|Window)\b " "\1=(0,${DEL1},0) \2=(0,${OP},0)" 0 0 0 "^[ \t]*?(flag) (set|clear|reverse) " "\1=(0,${OP},0) \2=(3,0,0)" 0 0 1 "^[ \t]*?([Dd][Oo])\b" "\1=(0,${OP},0)" 0 0 1 "^[ \t]*?([Cc][Aa][Ss][Ee])\b[ \t]" "\1=(0,${IF},0)" 0 0 Delimiters: ;=============================================== ;Flags Font Color Color Char(s) Parent ; style text bkgrnd ID ;=============================================== 1 0 0 0 " " 1 0 0 0 " " ;1 0 ${DEL1} 0 . 1 0 ${DEL1} 0 , 1 0 ${DEL1} 0 ; 1 0 ${DEL1} 0 ? 1 0 ${DEL1} 0 ! 1 0 ${DEL1} 0 ~ 1 0 ${DEL1} 0 % 1 0 ${DEL1} 0 & 1 0 ${DEL1} 0 * 1 0 ${DEL1} 0 + 1 0 ${DEL1} 0 - 1 0 ${DEL1} 0 / 1 0 ${DEL1} 0 ^ 1 0 ${DEL1} 0 | 1 0 ${DEL1} 0 = 1 0 ${DEL1} 0 < 1 0 ${DEL1} 0 > 1 0 ${DEL1} 0 ( 1 0 ${DEL1} 0 ) 1 0 ${DEL1} 0 [ 1 0 ${DEL1} 0 ] 1 0 0 0 " ;1 0 ${DEL1} 0 \ 1 0 ${DEL1} 0 { 1 0 ${DEL1} 0 } Words: ;=========================================== ;Flags Font Color Color Word Parent ; style text bkgrnd ID ;=========================================== ;Import 0 0 ${AREA} 0 imports ;Declare a variable 0 0 ${TYPE} 0 global 0 0 ${TYPE} 0 local 0 0 ${TYPE} 0 static ;Statements & Expressions 0 0 ${IF} 0 all 0 0 ${IF} 0 and 0 0 ${IF} 0 break ;512 0 ${IF} 0 case 0 0 ${IF} 0 continue 0 0 ${IF} 0 do 0 0 ${IF} 0 each 0 0 ${IF} 0 else 0 0 ${IF} 0 elseif 0 0 ${IF} 0 endfor 0 0 ${IF} 0 endfunction 0 0 ${IF} 0 endif 0 0 ${IF} 0 endswitch 0 0 ${IF} 0 endwith 0 0 ${IF} 0 eq 0 0 ${IF} 0 exact 0 0 ${IF} 0 for 0 0 ${IF} 0 function 0 0 ${IF} 0 ge 0 0 ${IF} 0 gt 0 0 ${IF} 0 if 0 0 ${IF} 0 ifx 0 0 ${IF} 0 in 0 0 ${IF} 0 jump 0 0 ${IF} 0 le 0 0 ${IF} 0 lt 0 0 ${IF} 0 ne 0 0 ${IF} 0 not 0 0 ${IF} 0 or 0 0 ${IF} 0 quit 0 0 ${IF} 0 return 0 0 ${IF} 0 switch 0 0 ${IF} 0 with 0 0 ${IF} 0 xor ;;Global variables 0 0 ${DEL1} 0 _autoinit_ 0 0 ${DEL1} 0 _breakpoints_ 0 0 ${DEL1} 0 _exit_ 0 0 ${DEL1} 0 _file_ 0 0 ${DEL1} 0 _lasterror_ 0 0 ${DEL1} 0 _pickedline_ 0 0 ${DEL1} 0 _regexp_ ;Built in commands ;;0 0 ${OP} 0 Bar ;;0 0 ${OP} 0 Clip ;;0 0 ${OP} 0 Configure ;;0 0 ${OP} 0 Desktop ;;0 0 ${OP} 0 Exec ;;0 0 ${OP} 0 File ;0 0 ${OP} 0 Format ;;0 0 ${OP} 0 Keys ;0 0 ${OP} 0 Info ;;0 0 ${OP} 0 Macro ;;0 0 ${OP} 0 Menu ;;0 0 ${OP} 0 Message ;;0 0 ${OP} 0 Mouse ;;0 0 ${OP} 0 Note ;;0 0 ${OP} 0 ScreenSaver ;0 0 ${OP} 0 Script ;;0 0 ${OP} 0 Shutdown ;;0 0 ${OP} 0 Timer ;;0 0 ${OP} 0 TrayIcon ;;0 0 ${OP} 0 Vdesk ;;0 0 ${OP} 0 Wait ;;0 0 ${OP} 0 Wallpaper ;;0 0 ${OP} 0 Window 512 0 ${OP} 0 Flag ;new (expression) syntax: 0 0 ${OP} 0 bar.close 0 0 ${OP} 0 bar.format 0 0 ${OP} 0 bar.hide 0 0 ${OP} 0 bar.hideshow 0 0 ${OP} 0 bar.keys 0 0 ${OP} 0 bar.selectsubbar 0 0 ${OP} 0 bar.selectsubbartobutton 0 0 ${OP} 0 bar.selectsubbartomouse 0 0 ${OP} 0 bar.show 0 0 ${OP} 0 bar.show 0 0 ${OP} 0 bar.show 0 0 ${OP} 0 bar.tobutton 0 0 ${OP} 0 bar.tocursor 0 0 ${OP} 0 bar.tomouse 0 0 ${OP} 0 clip.clearclipboard 0 0 ${OP} 0 clip.clearrecent 0 0 ${OP} 0 clip.copy 0 0 ${OP} 0 clip.copythentofile 0 0 ${OP} 0 clip.cut 0 0 ${OP} 0 clip.delete 0 0 ${OP} 0 clip.file 0 0 ${OP} 0 clip.fileipaste 0 0 ${OP} 0 clip.filepaste 0 0 ${OP} 0 clip.longdate 0 0 ${OP} 0 clip.menu 0 0 ${OP} 0 clip.menuipaste 0 0 ${OP} 0 clip.menupaste 0 0 ${OP} 0 clip.paste 0 0 ${OP} 0 clip.reattach 0 0 ${OP} 0 clip.shortdate 0 0 ${OP} 0 clip.text 0 0 ${OP} 0 clip.textappend 0 0 ${OP} 0 clip.textpaste 0 0 ${OP} 0 clip.time 0 0 ${OP} 0 clip.tofile 0 0 ${OP} 0 clip.tofileappend 0 0 ${OP} 0 desktop.hideicons 0 0 ${OP} 0 desktop.hideshowicons 0 0 ${OP} 0 desktop.hideshowtaskbar 0 0 ${OP} 0 desktop.hideshowwindows 0 0 ${OP} 0 desktop.hidetaskbar 0 0 ${OP} 0 desktop.icontextcolor 0 0 ${OP} 0 desktop.minshowwindows 0 0 ${OP} 0 desktop.resolution 0 0 ${OP} 0 desktop.restoreicons 0 0 ${OP} 0 desktop.saveicons 0 0 ${OP} 0 desktop.saveiconsgrid 0 0 ${OP} 0 desktop.setworkarea 0 0 ${OP} 0 desktop.showicons 0 0 ${OP} 0 desktop.showtaskbar 0 0 ${OP} 0 desktop.showtaskbarautohide 0 0 ${OP} 0 desktop.transicontext 0 0 ${OP} 0 exec.alarms 0 0 ${OP} 0 exec.autopress 0 0 ${OP} 0 exec.autoscroll 0 0 ${OP} 0 exec.bottommost 0 0 ${OP} 0 exec.browserun 0 0 ${OP} 0 exec.calccalendar 0 0 ${OP} 0 exec.calendar 0 0 ${OP} 0 exec.cd 0 0 ${OP} 0 exec.changeconfiguration 0 0 ${OP} 0 exec.clearbelowmenubar 0 0 ${OP} 0 exec.clearrecent 0 0 ${OP} 0 exec.clearrecentexplorer 0 0 ${OP} 0 exec.commandline 0 0 ${OP} 0 exec.contextmenu 0 0 ${OP} 0 exec.debug 0 0 ${OP} 0 exec.disable 0 0 ${OP} 0 exec.dos 0 0 ${OP} 0 exec.emptyrecyclebin 0 0 ${OP} 0 exec.explorer 0 0 ${OP} 0 exec.explorer2 0 0 ${OP} 0 exec.findcomputer 0 0 ${OP} 0 exec.findfiles 0 0 ${OP} 0 exec.helptopic 0 0 ${OP} 0 exec.hidewindow 0 0 ${OP} 0 exec.hookwindowflag 0 0 ${OP} 0 exec.hotkeys 0 0 ${OP} 0 exec.ignoreexplorerrestart 0 0 ${OP} 0 exec.logkeys 0 0 ${OP} 0 exec.maxexplorermenuwidth 0 0 ${OP} 0 exec.maxwindowshook 0 0 ${OP} 0 exec.monitor 0 0 ${OP} 0 exec.morecommandsasscript 0 0 ${OP} 0 exec.mute 0 0 ${OP} 0 exec.newfolder 0 0 ${OP} 0 exec.onerror 0 0 ${OP} 0 exec.print 0 0 ${OP} 0 exec.prompt 0 0 ${OP} 0 exec.quoteescape 0 0 ${OP} 0 exec.refreshenvironment 0 0 ${OP} 0 exec.refreshimage 0 0 ${OP} 0 exec.restorelastmin 0 0 ${OP} 0 exec.runhistory 0 0 ${OP} 0 exec.scheduleradd 0 0 ${OP} 0 exec.scriptcache 0 0 ${OP} 0 exec.scrollwindow 0 0 ${OP} 0 exec.scrollwithmouse 0 0 ${OP} 0 exec.setautominmemory 0 0 ${OP} 0 exec.setbrowser 0 0 ${OP} 0 exec.setenv 0 0 ${OP} 0 exec.shortcut64 0 0 ${OP} 0 exec.showbarinfo 0 0 ${OP} 0 exec.showmethod 0 0 ${OP} 0 exec.standardconfiguration 0 0 ${OP} 0 exec.stopstickycorners 0 0 ${OP} 0 exec.suspendscripts 0 0 ${OP} 0 exec.tile 0 0 ${OP} 0 exec.tofile 0 0 ${OP} 0 exec.tofolder 0 0 ${OP} 0 exec.tracekey 0 0 ${OP} 0 exec.unicode 0 0 ${OP} 0 exec.volumeall 0 0 ${OP} 0 exec.volumewav 0 0 ${OP} 0 exec.wheelimit 0 0 ${OP} 0 exec.windowinfo 0 0 ${OP} 0 file.commandrandom 0 0 ${OP} 0 file.copy 0 0 ${OP} 0 file.copyrandom 0 0 ${OP} 0 file.delete 0 0 ${OP} 0 file.deletenorecycle 0 0 ${OP} 0 file.deleteold 0 0 ${OP} 0 file.extchange 0 0 ${OP} 0 file.move 0 0 ${OP} 0 file.rename 0 0 ${OP} 0 file.runrandom 0 0 ${OP} 0 menu.explorer 0 0 ${OP} 0 menu.folder 0 0 ${OP} 0 menu.recent 0 0 ${OP} 0 menu.show 0 0 ${OP} 0 menu.showatbutton 0 0 ${OP} 0 menu.showatcursor 0 0 ${OP} 0 menu.showfile 0 0 ${OP} 0 menu.startmenu 0 0 ${OP} 0 menu.tray 0 0 ${OP} 0 menu.undermouse 0 0 ${OP} 0 note.closecategory 0 0 ${OP} 0 note.deleteopencategory 0 0 ${OP} 0 note.open 0 0 ${OP} 0 note.opencategory 0 0 ${OP} 0 note.openmenu 0 0 ${OP} 0 note.openonefrommenu 0 0 ${OP} 0 note.opentoday 0 0 ${OP} 0 note.search 0 0 ${OP} 0 note.setfolder 0 0 ${OP} 0 note.setoption 0 0 ${OP} 0 note.showhideopen 0 0 ${OP} 0 note.showopen 0 0 ${OP} 0 screensaver.change 0 0 ${OP} 0 screensaver.changerestart 0 0 ${OP} 0 screensaver.changetimeout 0 0 ${OP} 0 screensaver.changeto 0 0 ${OP} 0 screensaver.disable 0 0 ${OP} 0 screensaver.enable 0 0 ${OP} 0 screensaver.start 0 0 ${OP} 0 screensaver.stop 0 0 ${OP} 0 screensaver.tempdisable 0 0 ${OP} 0 shutdown.dialog 0 0 ${OP} 0 shutdown.hibernate 0 0 ${OP} 0 shutdown.lockworkstation 0 0 ${OP} 0 shutdown.logoff 0 0 ${OP} 0 shutdown.monitor 0 0 ${OP} 0 shutdown.powerpro 0 0 ${OP} 0 shutdown.process 0 0 ${OP} 0 shutdown.reboot 0 0 ${OP} 0 shutdown.restart 0 0 ${OP} 0 shutdown.suspend 0 0 ${OP} 0 shutdown.windows 0 0 ${OP} 0 timer.autosave 0 0 ${OP} 0 timer.clear 0 0 ${OP} 0 timer.set 0 0 ${OP} 0 timer.start 0 0 ${OP} 0 timer.startstop 0 0 ${OP} 0 timer.stop 0 0 ${OP} 0 trayicon.dump 0 0 ${OP} 0 trayicon.hide 0 0 ${OP} 0 trayicon.left 0 0 ${OP} 0 trayicon.leftdouble 0 0 ${OP} 0 trayicon.right 0 0 ${OP} 0 trayicon.rightdouble 0 0 ${OP} 0 trayicon.show 0 0 ${OP} 0 vdesk.arrange 0 0 ${OP} 0 vdesk.clear 0 0 ${OP} 0 vdesk.clearallclose 0 0 ${OP} 0 vdesk.closeto 0 0 ${OP} 0 vdesk.consolidate 0 0 ${OP} 0 vdesk.createorswitchto 0 0 ${OP} 0 vdesk.lock 0 0 ${OP} 0 vdesk.menu 0 0 ${OP} 0 vdesk.moveactive 0 0 ${OP} 0 vdesk.moveall 0 0 ${OP} 0 vdesk.moveautorun 0 0 ${OP} 0 vdesk.new 0 0 ${OP} 0 vdesk.newfromlist 0 0 ${OP} 0 vdesk.next 0 0 ${OP} 0 vdesk.previous 0 0 ${OP} 0 vdesk.recover 0 0 ${OP} 0 vdesk.replacebylist 0 0 ${OP} 0 vdesk.showmenu 0 0 ${OP} 0 vdesk.switchmenu 0 0 ${OP} 0 vdesk.switchto 0 0 ${OP} 0 vdesk.unlock 0 0 ${OP} 0 wait.activity 0 0 ${OP} 0 wait.for 0 0 ${OP} 0 wait.forinterval 0 0 ${OP} 0 wait.message 0 0 ${OP} 0 wait.sleep 0 0 ${OP} 0 wait.until 0 0 ${OP} 0 wallpaper.change 0 0 ${OP} 0 wallpaper.changeto 0 0 ${OP} 0 wallpaper.show 0 0 ${OP} 0 wallpaper.style 0 0 ${OP} 0 window.automin 0 0 ${OP} 0 window.automin_ 0 0 ${OP} 0 window.back 0 0 ${OP} 0 window.back_ 0 0 ${OP} 0 window.backshow 0 0 ${OP} 0 window.backshow_ 0 0 ${OP} 0 window.center 0 0 ${OP} 0 window.center_ 0 0 ${OP} 0 window.close 0 0 ${OP} 0 window.close2 0 0 ${OP} 0 window.close2_ 0 0 ${OP} 0 window.close_ 0 0 ${OP} 0 window.closeforce 0 0 ${OP} 0 window.closeforce_ 0 0 ${OP} 0 window.hide 0 0 ${OP} 0 window.hide_ 0 0 ${OP} 0 window.hideshow 0 0 ${OP} 0 window.hideshow_ 0 0 ${OP} 0 window.idle 0 0 ${OP} 0 window.idle_ 0 0 ${OP} 0 window.max 0 0 ${OP} 0 window.max_ 0 0 ${OP} 0 window.maxnormal 0 0 ${OP} 0 window.maxnormal_ 0 0 ${OP} 0 window.min 0 0 ${OP} 0 window.min_ 0 0 ${OP} 0 window.minmemory 0 0 ${OP} 0 window.minmemory_ 0 0 ${OP} 0 window.minrestore 0 0 ${OP} 0 window.minrestore_ 0 0 ${OP} 0 window.move 0 0 ${OP} 0 window.move_ 0 0 ${OP} 0 window.normal 0 0 ${OP} 0 window.normal_ 0 0 ${OP} 0 window.nottop 0 0 ${OP} 0 window.nottop_ 0 0 ${OP} 0 window.ontop 0 0 ${OP} 0 window.ontop_ 0 0 ${OP} 0 window.position 0 0 ${OP} 0 window.position_ 0 0 ${OP} 0 window.postmessage 0 0 ${OP} 0 window.postmessage_ 0 0 ${OP} 0 window.rollup 0 0 ${OP} 0 window.rollup_ 0 0 ${OP} 0 window.sendmessage 0 0 ${OP} 0 window.sendmessage_ 0 0 ${OP} 0 window.setpriority 0 0 ${OP} 0 window.setpriority_ 0 0 ${OP} 0 window.show 0 0 ${OP} 0 window.show_ 0 0 ${OP} 0 window.size 0 0 ${OP} 0 window.size_ 0 0 ${OP} 0 window.topnottop 0 0 ${OP} 0 window.topnottop_ 0 0 ${OP} 0 window.trans 0 0 ${OP} 0 window.trans_ 0 0 ${OP} 0 window.transmouse 0 0 ${OP} 0 window.transmouse_ 0 0 ${OP} 0 window.traymin 0 0 ${OP} 0 window.traymin_ ;;literal syntax ;;;*Bar Show ;;;*Bar Show ;;;*Bar Show ;;;*Bar Hide ;;;*Bar HideShow ;;;*Bar Close ;;;*Bar ToMouse ;;;*Bar ToCursor ;;;*Bar Keys ;;;*Bar ToButton ;;;*Bar SelectSubBar ;;;*Bar SelectSubBarToMouse ;;;*Bar SelectSubBarToButton ;;;*Bar Format ;;;*Clip ClearClipboard ;;;*Clip ClearRecent ;;;*Clip Copy ;;;*Clip CopyThenToFile ;;;*Clip Cut ;;;*Clip Delete ;;;*Clip File ;;;*Clip FileIPaste ;;;*Clip FilePaste ;;;*Clip LongDate ;;;*Clip Menu ;;;*Clip MenuIPaste ;;;*Clip MenuPaste ;;;*Clip Paste ;;;*Clip Reattach ;;;*Clip ShortDate ;;;*Clip Text ;;;*Clip TextAppend ;;;*Clip TextPaste ;;;*Clip Time ;;;*Clip ToFile ;;;*Clip ToFileAppend ;;;*Desktop HideIcons ;;;*Desktop HideShowIcons ;;;*Desktop HideShowTaskbar ;;;*Desktop HideShowWindows ;;;*Desktop HideTaskbar ;;;*Desktop IconTextColor ;;;*Desktop MinShowWindows ;;;*Desktop Resolution ;;;*Desktop RestoreIcons ;;;*Desktop SaveIcons ;;;*Desktop SaveIconsGrid ;;;*Desktop SetWorkArea ;;;*Desktop ShowIcons ;;;*Desktop ShowTaskbar ;;;*Desktop ShowTaskbarautohide ;;;*Desktop TransIconText ;;;*Exec Alarms ;;;*Exec AutoPress ;;;*Exec Autoscroll ;;;*Exec BottomMost ;;;*Exec BrowseRun ;;;*Exec CalcCalendar ;;;*Exec Calendar ;;;*Exec CD ;;;*Exec ChangeConfiguration ;;;*Exec ClearBelowMenuBar ;;;*Exec ClearRecent ;;;*Exec ClearRecentExplorer ;;;*Exec CommandLine ;;;*Exec ContextMenu ;;;*Exec Debug ;;;*Exec Disable ;;;*Exec Dos ;;;*Exec EmptyRecycleBin ;;;*Exec Explorer ;;;*Exec Explorer2 ;;;*Exec FindComputer ;;;*Exec FindFiles ;;;*Exec HelpTopic ;;;*Exec HideWindow ;;;*Exec HookWindowFlag ;;;*Exec Hotkeys ;;;*Exec IgnoreExplorerRestart ;;;*Exec LogKeys ;;;*Exec MaxExplorerMenuWidth ;;;*Exec MaxWindowsHook ;;;*Exec Monitor ;;;*Exec MoreCommandsAsScript ;;;*Exec Mute ;;;*Exec NewFolder ;;;*Exec OnError ;;;*Exec Print ;;;*Exec Prompt ;;;*Exec QuoteEscape ;;;*Exec RefreshEnvironment ;;;*Exec RefreshImage ;;;*Exec RestoreLastMin ;;;*Exec RunHistory ;;;*Exec SchedulerAdd ;;;*Exec ScriptCache ;;;*Exec ScrollWindow ;;;*Exec ScrollwithMouse ;;;*Exec SetAutoMinMemory ;;;*Exec SetBrowser ;;;*Exec SetEnv ;;;*Exec Shortcut64 ;;;*Exec ShowBarInfo ;;;*Exec ShowMethod ;;;*Exec StandardConfiguration ;;;*Exec StopStickyCorners ;;;*Exec SuspendScripts ;;;*Exec Tile ;;;*Exec ToFile ;;;*Exec ToFolder ;;;*Exec Tracekey ;;;*Exec Unicode ;;;*Exec VolumeAll ;;;*Exec VolumeWav ;;;*Exec WheeLimit ;;;*Exec WindowInfo ;;;*File Copy ;;;*File Rename ;;;*File Move ;;;*File Extchange ;;;*File Delete ;;;*File DeleteNoRecycle ;;;*File DeleteOld ;;;*File CopyRandom ;;;*File RunRandom ;;;*File CommandRandom ;;;*Format BarVerticalLine ;;;*Format Context ;;;*Format ContextIf ;;;*Format Drag ;;;*Format EndContext ;;;*Format EndSubMenu ;;;*Format Item ;;;*Format MaxColumn ;;;*Format NewBarRow ;;;*Format NewBarRowLine ;;;*Format NewColumn ;;;*Format NewColumnLine ;;;*Format Separator ;;;*Format StartSubMenu ;;;*Keys ;;;*Info ;;;*Macro ;;;*Menu Explorer ;;;*Menu Folder ;;;*Menu Recent ;;;*Menu Show ;;;*Menu ShowAtButton ;;;*Menu ShowAtCursor ;;;*Menu ShowFile ;;;*Menu StartMenu ;;;*Menu Tray ;;;*Menu UnderMouse ;;;*Message ;;;*Mouse ;;;*Note CloseCategory ;;;*Note DeleteOpenCategory ;;;*Note Open ;;;*Note OpenCategory ;;;*Note OpenMenu ;;;*Note OpenOneFromMenu ;;;*Note OpenToday ;;;*Note Search ;;;*Note SetFolder ;;;*Note SetOption ;;;*Note ShowHideOpen ;;;*Note ShowOpen ;;;*ScreenSaver Change ;;;*ScreenSaver ChangeRestart ;;;*ScreenSaver ChangeTimeout ;;;*ScreenSaver ChangeTo ;;;*ScreenSaver Disable ;;;*ScreenSaver Enable ;;;*ScreenSaver Start ;;;*ScreenSaver Stop ;;;*ScreenSaver TempDisable ;;;*Script ;;;*Shutdown Dialog ;;;*Shutdown Hibernate ;;;*Shutdown LockWorkStation ;;;*Shutdown Logoff ;;;*Shutdown Monitor ;;;*Shutdown PowerPro ;;;*Shutdown Process ;;;*Shutdown Reboot ;;;*Shutdown Restart ;;;*Shutdown Suspend ;;;*Shutdown Windows ;;;*Skin: creating skins: ;;;;;;*Bar ;;;;;;*Button ;;;;;;*Buttondefault ;;;;;;*Font ;;;;;;*Skin ;;;*Timer Autosave ;;;*Timer Clear ;;;*Timer Set ;;;*Timer Start ;;;*Timer StartStop ;;;*Timer Stop ;;;*TrayIcon Dump ;;;*TrayIcon Hide ;;;*TrayIcon Left ;;;*TrayIcon LeftDouble ;;;*TrayIcon Right ;;;*TrayIcon RightDouble ;;;*TrayIcon Show ;;;*Vdesk Arrange ;;;*Vdesk Clear ;;;*Vdesk ClearAllClose ;;;*Vdesk CloseTo ;;;*Vdesk Consolidate ;;;*Vdesk CreateOrSwitchTo ;;;*Vdesk Lock ;;;*Vdesk Menu ;;;*Vdesk MoveActive ;;;*Vdesk MoveAll ;;;*Vdesk MoveAutorun ;;;*Vdesk New ;;;*Vdesk NewFromList ;;;*Vdesk Next ;;;*Vdesk Previous ;;;*Vdesk Recover ;;;*Vdesk ReplaceByList ;;;*Vdesk ShowMenu ;;;*Vdesk SwitchMenu ;;;*Vdesk SwitchTo ;;;*Vdesk Unlock ;;;*Wait for ;;;*Wait forinterval ;;;*Wait until ;;;*Wait sleep ;;;*Wait message ;;;*Wait activity ;;;*Wallpaper Change ;;;*Wallpaper ChangeTo ;;;*Wallpaper Show ;;;*Wallpaper Style ;;;*Window automin ;;;*Window back ;;;*Window backshow ;;;*Window center ;;;*Window close ;;;*Window close2 ;;;*Window closeforce ;;;*Window hide ;;;*Window hideshow ;;;*Window idle ;;;*Window max ;;;*Window maxnormal ;;;*Window min ;;;*Window minmemory ;;;*Window minrestore ;;;*Window move ;;;*Window normal ;;;*Window nottop ;;;*Window ontop ;;;*Window Position ;;;*Window PostMessage ;;;*Window rollup ;;;*Window SendMessage ;;;*Window SetPriority ;;;*Window show ;;;*Window size ;;;*Window topnottop ;;;*Window Trans ;;;*Window Transmouse ;;;*Window traymin ;Functions 0 0 ${OP} 0 abs 0 0 ${OP} 0 acdc 0 0 ${OP} 0 activewindow 0 0 ${OP} 0 alldesknames 0 0 ${OP} 0 allglobals 0 0 ${OP} 0 alllocals 0 0 ${OP} 0 allpproProcessNames 0 0 ${OP} 0 allstatics 0 0 ${OP} 0 alt 0 0 ${OP} 0 anywindow 0 0 ${OP} 0 arg 0 0 ${OP} 0 args 0 0 ${OP} 0 assign 0 0 ${OP} 0 batterypercent 0 0 ${OP} 0 browserDomain 0 0 ${OP} 0 browserSubdomain 0 0 ${OP} 0 browserURL 0 0 ${OP} 0 call 0 0 ${OP} 0 caption 0 0 ${OP} 0 captionunder 0 0 ${OP} 0 case 0 0 ${OP} 0 cb 0 0 ${OP} 0 cbx 0 0 ${OP} 0 cdcurtrack 0 0 ${OP} 0 cdlasttrack 0 0 ${OP} 0 clip 0 0 ${OP} 0 cliptrackon 0 0 ${OP} 0 Context 0 0 ${OP} 0 ContextLast 0 0 ${OP} 0 convertbase 0 0 ${OP} 0 cpu 0 0 ${OP} 0 crc32 0 0 ${OP} 0 ctrl 0 0 ${OP} 0 currentdir 0 0 ${OP} 0 date 0 0 ${OP} 0 dayofweek 0 0 ${OP} 0 dayofyear 0 0 ${OP} 0 defaultprinter 0 0 ${OP} 0 deskempty 0 0 ${OP} 0 deskname 0 0 ${OP} 0 desknum 0 0 ${OP} 0 dialupname 0 0 ${OP} 0 disk 0 0 ${OP} 0 diskspace ;0 0 ${OP} 0 do 0 0 ${OP} 0 dunidle 0 0 ${OP} 0 dunrate 0 0 ${OP} 0 env 0 0 ${OP} 0 esc 0 0 ${OP} 0 eval 0 0 ${OP} 0 exefilename 0 0 ${OP} 0 exefullpath 0 0 ${OP} 0 filemenu 0 0 ${OP} 0 fill 0 0 ${OP} 0 find 0 0 ${OP} 0 floattostring 0 0 ${OP} 0 formatdate 0 0 ${OP} 0 formattime 0 0 ${OP} 0 gdi ;0 0 ${OP} 0 if 0 0 ${OP} 0 ifelse 0 0 ${OP} 0 input 0 0 ${OP} 0 inputcancel 0 0 ${OP} 0 inputcolor 0 0 ${OP} 0 inputdate 0 0 ${OP} 0 inputdatetime 0 0 ${OP} 0 inputdefault 0 0 ${OP} 0 inputdialog 0 0 ${OP} 0 inputfolder 0 0 ${OP} 0 inputpath 0 0 ${OP} 0 inputpathmulti 0 0 ${OP} 0 inputsaveaspath 0 0 ${OP} 0 inputtext 0 0 ${OP} 0 isNumber 0 0 ${OP} 0 isuseradmin 0 0 ${OP} 0 join 0 0 ${OP} 0 keylog 0 0 ${OP} 0 keylogfile 0 0 ${OP} 0 lastactivehandle 0 0 ${OP} 0 lastautorunhandle 0 0 ${OP} 0 lastbuttontype 0 0 ${OP} 0 lastclipname 0 0 ${OP} 0 lastclippath 0 0 ${OP} 0 lasthotkeydown 0 0 ${OP} 0 lastidletime 0 0 ${OP} 0 lastmodkeys 0 0 ${OP} 0 lastmousekeytime 0 0 ${OP} 0 lastnotehandle 0 0 ${OP} 0 lastscancode 0 0 ${OP} 0 lasttrayid 0 0 ${OP} 0 lastVKcod 0 0 ${OP} 0 lastwheelamount 0 0 ${OP} 0 length 0 0 ${OP} 0 line 0 0 ${OP} 0 longdate 0 0 ${OP} 0 match 0 0 ${OP} 0 matchg 0 0 ${OP} 0 max 0 0 ${OP} 0 mci 0 0 ${OP} 0 messagebox 0 0 ${OP} 0 min 0 0 ${OP} 0 modem 0 0 ${OP} 0 mounted 0 0 ${OP} 0 mouse4 0 0 ${OP} 0 mouse5 0 0 ${OP} 0 mouseleft 0 0 ${OP} 0 mousemiddle 0 0 ${OP} 0 mouseright 0 0 ${OP} 0 muted 0 0 ${OP} 0 nextword ;0 0 ${OP} 0 not 0 0 ${OP} 0 onerrorsetting 0 0 ${OP} 0 paper 0 0 ${OP} 0 pcfname 0 0 ${OP} 0 perfcount 0 0 ${OP} 0 perffreq 0 0 ${OP} 0 pickfile 0 0 ${OP} 0 pickstring 0 0 ${OP} 0 pmem 0 0 ${OP} 0 pproflag 0 0 ${OP} 0 pprofolder 0 0 ${OP} 0 pproNotesfolder 0 0 ${OP} 0 pproProcessName 0 0 ${OP} 0 pproversion 0 0 ${OP} 0 processcount 0 0 ${OP} 0 processid 0 0 ${OP} 0 random 0 0 ${OP} 0 readline 0 0 ${OP} 0 recycleItems 0 0 ${OP} 0 recycleSize 0 0 ${OP} 0 remove 0 0 ${OP} 0 repeat 0 0 ${OP} 0 replace 0 0 ${OP} 0 replacechars 0 0 ${OP} 0 replaceg 0 0 ${OP} 0 reverse 0 0 ${OP} 0 revfind 0 0 ${OP} 0 rotate 0 0 ${OP} 0 saver 0 0 ${OP} 0 saveractive 0 0 ${OP} 0 saverenabled 0 0 ${OP} 0 savertime 0 0 ${OP} 0 scriptcallstack 0 0 ${OP} 0 scriptext 0 0 ${OP} 0 scriptfolder 0 0 ${OP} 0 scriptline 0 0 ${OP} 0 scriptname 0 0 ${OP} 0 scriptpath 0 0 ${OP} 0 SendMessage 0 0 ${OP} 0 setnextdialogpos 0 0 ${OP} 0 shift 0 0 ${OP} 0 shortdate 0 0 ${OP} 0 slice 0 0 ${OP} 0 squeeze 0 0 ${OP} 0 StandardConfiguration 0 0 ${OP} 0 strcoll 0 0 ${OP} 0 stricoll 0 0 ${OP} 0 stringtofloat 0 0 ${OP} 0 Subbarname 0 0 ${OP} 0 threadcount 0 0 ${OP} 0 time 0 0 ${OP} 0 timer 0 0 ${OP} 0 timerrunning 0 0 ${OP} 0 timesec 0 0 ${OP} 0 timezone 0 0 ${OP} 0 toansi 0 0 ${OP} 0 tooltipseparator 0 0 ${OP} 0 toutf8 0 0 ${OP} 0 translate 0 0 ${OP} 0 trim 0 0 ${OP} 0 unixtime 0 0 ${OP} 0 uptime 0 0 ${OP} 0 uptimems 0 0 ${OP} 0 user 0 0 ${OP} 0 username 0 0 ${OP} 0 validpath 0 0 ${OP} 0 vdeskempty 0 0 ${OP} 0 vdeskhaswindow 0 0 ${OP} 0 visiblewindow 0 0 ${OP} 0 volume 0 0 ${OP} 0 win 0 0 ${OP} 0 window 0 0 ${OP} 0 windowsversion 0 0 ${OP} 0 word 0 0 ${OP} 0 xcursor 0 0 ${OP} 0 xmouse 0 0 ${OP} 0 xscreen 0 0 ${OP} 0 xtime 0 0 ${OP} 0 ycursor 0 0 ${OP} 0 ymouse 0 0 ${OP} 0 yscreen ;;deprecated (v4.8 (Sep 2007), they will work but are no longer documented): 0 0 ${OP} 0 index 0 0 ${OP} 0 revindex 0 0 ${OP} 0 select ;CL 0 0 ${OP} 0 cl.add 0 0 ${OP} 0 cl.addctrllistitem 0 0 ${OP} 0 cl.addleft 0 0 ${OP} 0 cl.addmiddle 0 0 ${OP} 0 cl.addproperties 0 0 ${OP} 0 cl.addright 0 0 ${OP} 0 cl.buttonfrompoint 0 0 ${OP} 0 cl.buttonundermouse 0 0 ${OP} 0 cl.clear 0 0 ${OP} 0 cl.clearctrllist 0 0 ${OP} 0 cl.clearleft 0 0 ${OP} 0 cl.clearmiddle 0 0 ${OP} 0 cl.clearright 0 0 ${OP} 0 cl.close 0 0 ${OP} 0 cl.compact 0 0 ${OP} 0 cl.copyfrom 0 0 ${OP} 0 cl.copyproperties 0 0 ${OP} 0 cl.create 0 0 ${OP} 0 cl.exists 0 0 ${OP} 0 cl.export 0 0 ${OP} 0 cl.get 0 0 ${OP} 0 cl.getactivebuttons 0 0 ${OP} 0 cl.getbackcolor 0 0 ${OP} 0 cl.getbackground 0 0 ${OP} 0 cl.getbarhandle 0 0 ${OP} 0 cl.getclflag 0 0 ${OP} 0 cl.getcmd 0 0 ${OP} 0 cl.getctrlhandle 0 0 ${OP} 0 cl.getctrlvalue 0 0 ${OP} 0 cl.getfolderbuttons 0 0 ${OP} 0 cl.getfontname 0 0 ${OP} 0 cl.getgradient 0 0 ${OP} 0 cl.getheight 0 0 ${OP} 0 cl.gethideafter 0 0 ${OP} 0 cl.gethoffset 0 0 ${OP} 0 cl.gethovercolor 0 0 ${OP} 0 cl.gethovergradient 0 0 ${OP} 0 cl.gethovertextcolor 0 0 ${OP} 0 cl.gethow 0 0 ${OP} 0 cl.geticon 0 0 ${OP} 0 cl.geticonabove 0 0 ${OP} 0 cl.geticonfile 0 0 ${OP} 0 cl.geticonleft 0 0 ${OP} 0 cl.geticonnumber 0 0 ${OP} 0 cl.geticonpos 0 0 ${OP} 0 cl.geticonsize 0 0 ${OP} 0 cl.geticontop 0 0 ${OP} 0 cl.getid 0 0 ${OP} 0 cl.getidindex 0 0 ${OP} 0 cl.getimage 0 0 ${OP} 0 cl.getimageleft 0 0 ${OP} 0 cl.getimagetop 0 0 ${OP} 0 cl.getitem 0 0 ${OP} 0 cl.getlabel 0 0 ${OP} 0 cl.getlabelindex 0 0 ${OP} 0 cl.getlabelvalue 0 0 ${OP} 0 cl.getlastbar 0 0 ${OP} 0 cl.getlastmenu 0 0 ${OP} 0 cl.getlastmenumouse 0 0 ${OP} 0 cl.getlastmenusel 0 0 ${OP} 0 cl.getlastmouse 0 0 ${OP} 0 cl.getlastpressed 0 0 ${OP} 0 cl.getlastpressedtype 0 0 ${OP} 0 cl.getleft 0 0 ${OP} 0 cl.getleftcmd 0 0 ${OP} 0 cl.getlefthow 0 0 ${OP} 0 cl.getleftnormaluser 0 0 ${OP} 0 cl.getleftontop 0 0 ${OP} 0 cl.getleftparam 0 0 ${OP} 0 cl.getleftswitchto 0 0 ${OP} 0 cl.getleftwork 0 0 ${OP} 0 cl.getmaxtext 0 0 ${OP} 0 cl.getmiddlecmd 0 0 ${OP} 0 cl.getmiddlehow 0 0 ${OP} 0 cl.getmiddlenormaluser 0 0 ${OP} 0 cl.getmiddleontop 0 0 ${OP} 0 cl.getmiddleparam 0 0 ${OP} 0 cl.getmiddleswitchto 0 0 ${OP} 0 cl.getmiddlework 0 0 ${OP} 0 cl.getnormaluser 0 0 ${OP} 0 cl.getnotext 0 0 ${OP} 0 cl.getnumactive 0 0 ${OP} 0 cl.getontop 0 0 ${OP} 0 cl.getparam 0 0 ${OP} 0 cl.getparentlist 0 0 ${OP} 0 cl.getposition 0 0 ${OP} 0 cl.getpresscolor 0 0 ${OP} 0 cl.getpressgradient 0 0 ${OP} 0 cl.getpresstextcolor 0 0 ${OP} 0 cl.getrightcmd 0 0 ${OP} 0 cl.getrighthow 0 0 ${OP} 0 cl.getrightnormaluser 0 0 ${OP} 0 cl.getrightontop 0 0 ${OP} 0 cl.getrightparam 0 0 ${OP} 0 cl.getrightswitchto 0 0 ${OP} 0 cl.getrightwork 0 0 ${OP} 0 cl.getroundbar 0 0 ${OP} 0 cl.getroundbtn 0 0 ${OP} 0 cl.getroundwhich 0 0 ${OP} 0 cl.getshowifbump 0 0 ${OP} 0 cl.getslidefrom 0 0 ${OP} 0 cl.getswitchto 0 0 ${OP} 0 cl.gettext 0 0 ${OP} 0 cl.gettextcolor 0 0 ${OP} 0 cl.gettextheight 0 0 ${OP} 0 cl.gettexthor 0 0 ${OP} 0 cl.gettextleft 0 0 ${OP} 0 cl.gettexttop 0 0 ${OP} 0 cl.gettextver 0 0 ${OP} 0 cl.gettextwidth 0 0 ${OP} 0 cl.gettooltip 0 0 ${OP} 0 cl.gettooltipvalue 0 0 ${OP} 0 cl.gettransparent 0 0 ${OP} 0 cl.getvoffset 0 0 ${OP} 0 cl.getwidth 0 0 ${OP} 0 cl.getwork 0 0 ${OP} 0 cl.hide 0 0 ${OP} 0 cl.hideshow 0 0 ${OP} 0 cl.import 0 0 ${OP} 0 cl.insert 0 0 ${OP} 0 cl.isenabled 0 0 ${OP} 0 cl.isiconvisible 0 0 ${OP} 0 cl.ispcf 0 0 ${OP} 0 cl.isvisible 0 0 ${OP} 0 cl.keepinpcf 0 0 ${OP} 0 cl.keys 0 0 ${OP} 0 cl.length 0 0 ${OP} 0 cl.lockto 0 0 ${OP} 0 cl.namefromindex 0 0 ${OP} 0 cl.newproperties 0 0 ${OP} 0 cl.numclists 0 0 ${OP} 0 cl.redisplay 0 0 ${OP} 0 cl.refresh 0 0 ${OP} 0 cl.remove 0 0 ${OP} 0 cl.removeall 0 0 ${OP} 0 cl.run 0 0 ${OP} 0 cl.runleft 0 0 ${OP} 0 cl.runmiddle 0 0 ${OP} 0 cl.runright 0 0 ${OP} 0 cl.savepcf 0 0 ${OP} 0 cl.selectsubbar 0 0 ${OP} 0 cl.setasautorun 0 0 ${OP} 0 cl.setastray 0 0 ${OP} 0 cl.setbackcolor 0 0 ${OP} 0 cl.setbackground 0 0 ${OP} 0 cl.setctrlfocus 0 0 ${OP} 0 cl.setctrlurl 0 0 ${OP} 0 cl.setctrlvalue 0 0 ${OP} 0 cl.setenabled 0 0 ${OP} 0 cl.setfont 0 0 ${OP} 0 cl.setheight 0 0 ${OP} 0 cl.sethideafter 0 0 ${OP} 0 cl.sethover 0 0 ${OP} 0 cl.seticon 0 0 ${OP} 0 cl.seticonabove 0 0 ${OP} 0 cl.seticonleft 0 0 ${OP} 0 cl.seticonpos 0 0 ${OP} 0 cl.seticontop 0 0 ${OP} 0 cl.seticonvisible 0 0 ${OP} 0 cl.setid 0 0 ${OP} 0 cl.setimage 0 0 ${OP} 0 cl.setimageleft 0 0 ${OP} 0 cl.setimagetop 0 0 ${OP} 0 cl.setlabel 0 0 ${OP} 0 cl.setleftnormaluser 0 0 ${OP} 0 cl.setleftontop 0 0 ${OP} 0 cl.setleftswitchto 0 0 ${OP} 0 cl.setmaxtext 0 0 ${OP} 0 cl.setmiddlenormaluser 0 0 ${OP} 0 cl.setmiddleontop 0 0 ${OP} 0 cl.setmiddleswitchto 0 0 ${OP} 0 cl.setmultiline 0 0 ${OP} 0 cl.setnormaluser 0 0 ${OP} 0 cl.setnotext 0 0 ${OP} 0 cl.setontop 0 0 ${OP} 0 cl.setrect 0 0 ${OP} 0 cl.setrightnormaluser 0 0 ${OP} 0 cl.setrightontop 0 0 ${OP} 0 cl.setrightswitchto 0 0 ${OP} 0 cl.setswitchto 0 0 ${OP} 0 cl.settext 0 0 ${OP} 0 cl.settextcolor 0 0 ${OP} 0 cl.settextheight 0 0 ${OP} 0 cl.settexthor 0 0 ${OP} 0 cl.settextleft 0 0 ${OP} 0 cl.settexttop 0 0 ${OP} 0 cl.settextver 0 0 ${OP} 0 cl.settextwidth 0 0 ${OP} 0 cl.settooltip 0 0 ${OP} 0 cl.setvisible 0 0 ${OP} 0 cl.setwidth 0 0 ${OP} 0 cl.show 0 0 ${OP} 0 cl.showmenu 0 0 ${OP} 0 cl.swapwith 0 0 ${OP} 0 cl.taskbarbarupdate 0 0 ${OP} 0 cl.tomouse ;Plugins 0 0 ${OP} 0 class.base 0 0 ${OP} 0 class.check 0 0 ${OP} 0 class.define 0 0 ${OP} 0 class.get 0 0 ${OP} 0 class.methods 0 0 ${OP} 0 class.name 0 0 ${OP} 0 class.new 0 0 ${OP} 0 class.numobjects 0 0 ${OP} 0 class.scriptpath 0 0 ${OP} 0 class.variables 0 0 ${OP} 0 class.verbose 0 0 ${OP} 0 clip.append 0 0 ${OP} 0 clip.bmptofile 0 0 ${OP} 0 clip.clear ;0 0 ${OP} 0 clip.copy ;0 0 ${OP} 0 clip.cut 0 0 ${OP} 0 clip.fromfile 0 0 ${OP} 0 clip.fromfileappend 0 0 ${OP} 0 clip.get 0 0 ${OP} 0 clip.gethtml 0 0 ${OP} 0 clip.getrtf 0 0 ${OP} 0 clip.getsaveloadfolder 0 0 ${OP} 0 clip.hasformat 0 0 ${OP} 0 clip.ignorenext 0 0 ${OP} 0 clip.length 0 0 ${OP} 0 clip.listformats 0 0 ${OP} 0 clip.load ;0 0 ${OP} 0 clip.paste 0 0 ${OP} 0 clip.save 0 0 ${OP} 0 clip.set 0 0 ${OP} 0 clip.sethtml 0 0 ${OP} 0 clip.setpaste 0 0 ${OP} 0 clip.setrtf 0 0 ${OP} 0 clip.setsaveloadfolder ;0 0 ${OP} 0 clip.tofile ;0 0 ${OP} 0 clip.tofileappend 0 0 ${OP} 0 clip.unload 0 0 ${OP} 0 date.adddays 0 0 ${OP} 0 date.addseconds 0 0 ${OP} 0 date.get 0 0 ${OP} 0 date.sub 0 0 ${OP} 0 date.subseconds 0 0 ${OP} 0 date.today 0 0 ${OP} 0 date.unload 0 0 ${OP} 0 date.weekday 0 0 ${OP} 0 date.weeknum 0 0 ${OP} 0 date.yearday 0 0 ${OP} 0 event.count 0 0 ${OP} 0 event.countthis 0 0 ${OP} 0 event.create 0 0 ${OP} 0 event.createms 0 0 ${OP} 0 event.destroy 0 0 ${OP} 0 event.destroyall 0 0 ${OP} 0 event.destroythis 0 0 ${OP} 0 event.exists 0 0 ${OP} 0 event.message 0 0 ${OP} 0 event.ran 0 0 ${OP} 0 event.ranthis 0 0 ${OP} 0 event.remaining 0 0 ${OP} 0 event.remainingthis 0 0 ${OP} 0 event.this 0 0 ${OP} 0 event.unload 0 0 ${OP} 0 file.age 0 0 ${OP} 0 file.alldrives 0 0 ${OP} 0 file.allfiles 0 0 ${OP} 0 file.attrib 0 0 ${OP} 0 file.close 0 0 ${OP} 0 file.closeall ;0 0 ${OP} 0 file.copy 0 0 ${OP} 0 file.createdirectory 0 0 ${OP} 0 file.createshortcut ;0 0 ${OP} 0 file.delete ;0 0 ${OP} 0 file.deletenorecycle 0 0 ${OP} 0 file.doverb 0 0 ${OP} 0 file.eof 0 0 ${OP} 0 file.exec64 0 0 ${OP} 0 file.findexe 0 0 ${OP} 0 file.folder 0 0 ${OP} 0 file.getdate 0 0 ${OP} 0 file.getshortpath 0 0 ${OP} 0 file.getsystemfolder 0 0 ${OP} 0 file.isfolder 0 0 ${OP} 0 file.ksize 0 0 ${OP} 0 file.lastmodified 0 0 ${OP} 0 file.listfiles ;0 0 ${OP} 0 file.move 0 0 ${OP} 0 file.name 0 0 ${OP} 0 file.nametype 0 0 ${OP} 0 file.open 0 0 ${OP} 0 file.readall 0 0 ${OP} 0 file.readline 0 0 ${OP} 0 file.readstring 0 0 ${OP} 0 file.resolve 0 0 ${OP} 0 file.restart 0 0 ${OP} 0 file.run 0 0 ${OP} 0 file.runas 0 0 ${OP} 0 file.runaswait 0 0 ${OP} 0 file.runcallback 0 0 ${OP} 0 file.runwait 0 0 ${OP} 0 file.setdate 0 0 ${OP} 0 file.setmaxline 0 0 ${OP} 0 file.size 0 0 ${OP} 0 file.size64 0 0 ${OP} 0 file.type 0 0 ${OP} 0 file.unload 0 0 ${OP} 0 file.validpath 0 0 ${OP} 0 file.version 0 0 ${OP} 0 file.volume 0 0 ${OP} 0 file.watchfolder 0 0 ${OP} 0 file.writeall 0 0 ${OP} 0 file.writeline 0 0 ${OP} 0 file.writestring 0 0 ${OP} 0 int64.add 0 0 ${OP} 0 int64.compare 0 0 ${OP} 0 int64.divide 0 0 ${OP} 0 int64.mod 0 0 ${OP} 0 int64.mul 0 0 ${OP} 0 int64.sub 0 0 ${OP} 0 int64.unload 0 0 ${OP} 0 map.capacity 0 0 ${OP} 0 map.create 0 0 ${OP} 0 map.delete 0 0 ${OP} 0 map.deleteall 0 0 ${OP} 0 map.eof 0 0 ${OP} 0 map.exists 0 0 ${OP} 0 map.get 0 0 ${OP} 0 map.getnext 0 0 ${OP} 0 map.length 0 0 ${OP} 0 map.restart 0 0 ${OP} 0 map.slotused 0 0 ${OP} 0 map.unload 0 0 ${OP} 0 matchgesture.setoption 0 0 ${OP} 0 math.acos 0 0 ${OP} 0 math.asin 0 0 ${OP} 0 math.atan 0 0 ${OP} 0 math.atan2 0 0 ${OP} 0 math.ceil 0 0 ${OP} 0 math.cos 0 0 ${OP} 0 math.cosh 0 0 ${OP} 0 math.exp 0 0 ${OP} 0 math.floor 0 0 ${OP} 0 math.format 0 0 ${OP} 0 math.int 0 0 ${OP} 0 math.isfinite 0 0 ${OP} 0 math.log 0 0 ${OP} 0 math.log10 0 0 ${OP} 0 math.roundint 0 0 ${OP} 0 math.sin 0 0 ${OP} 0 math.sinh 0 0 ${OP} 0 math.tan 0 0 ${OP} 0 math.tanh 0 0 ${OP} 0 mouse.unload 0 0 ${OP} 0 mousegesture.addgesture 0 0 ${OP} 0 mousegesture.addpatterngesture 0 0 ${OP} 0 mousegesture.enablegesture 0 0 ${OP} 0 mousegesture.enablepatterngesture 0 0 ${OP} 0 mousegesture.init 0 0 ${OP} 0 mousegesture.track 0 0 ${OP} 0 note.appendline 0 0 ${OP} 0 note.appendtext 0 0 ${OP} 0 note.bottom 0 0 ${OP} 0 note.charcount 0 0 ${OP} 0 note.charfromline 0 0 ${OP} 0 note.close 0 0 ${OP} 0 note.cycle 0 0 ${OP} 0 note.delete 0 0 ${OP} 0 note.find 0 0 ${OP} 0 note.getbackcolor 0 0 ${OP} 0 note.getcaretline 0 0 ${OP} 0 note.getcaretpos 0 0 ${OP} 0 note.getcategory 0 0 ${OP} 0 note.getline 0 0 ${OP} 0 note.getsel 0 0 ${OP} 0 note.getsel1 0 0 ${OP} 0 note.getsel2 0 0 ${OP} 0 note.gettext 0 0 ${OP} 0 note.gettextcolor 0 0 ${OP} 0 note.handlelist 0 0 ${OP} 0 note.height 0 0 ${OP} 0 note.insertline 0 0 ${OP} 0 note.inserttext 0 0 ${OP} 0 note.isontop 0 0 ${OP} 0 note.isrolled 0 0 ${OP} 0 note.isvalid 0 0 ${OP} 0 note.isvisible 0 0 ${OP} 0 note.left 0 0 ${OP} 0 note.linecount 0 0 ${OP} 0 note.linefromchar 0 0 ${OP} 0 note.move 0 0 ${OP} 0 note.ontop ;0 0 ${OP} 0 note.open 0 0 ${OP} 0 note.raise 0 0 ${OP} 0 note.replaceline 0 0 ${OP} 0 note.replacesel 0 0 ${OP} 0 note.replacetext 0 0 ${OP} 0 note.right 0 0 ${OP} 0 note.roll 0 0 ${OP} 0 note.scrollcaret 0 0 ${OP} 0 note.scrollto 0 0 ${OP} 0 note.setbackcolor 0 0 ${OP} 0 note.setcategory 0 0 ${OP} 0 note.setsel 0 0 ${OP} 0 note.settab 0 0 ${OP} 0 note.settextcolor 0 0 ${OP} 0 note.show 0 0 ${OP} 0 note.unload 0 0 ${OP} 0 note.vscroll 0 0 ${OP} 0 note.width 0 0 ${OP} 0 vec.bininsert 0 0 ${OP} 0 vec.binsearch 0 0 ${OP} 0 vec.capacity 0 0 ${OP} 0 vec.clone 0 0 ${OP} 0 vec.create 0 0 ${OP} 0 vec.createFromLines 0 0 ${OP} 0 vec.createFromWords 0 0 ${OP} 0 vec.delete 0 0 ${OP} 0 vec.deleteall 0 0 ${OP} 0 vec.destroy 0 0 ${OP} 0 vec.doublesort 0 0 ${OP} 0 vec.doublesortstring 0 0 ${OP} 0 vec.exists 0 0 ${OP} 0 vec.grow 0 0 ${OP} 0 vec.insert 0 0 ${OP} 0 vec.insertnogrow 0 0 ${OP} 0 vec.length 0 0 ${OP} 0 vec.makelines 0 0 ${OP} 0 vec.makewords 0 0 ${OP} 0 vec.Map 0 0 ${OP} 0 vec.maxvecs 0 0 ${OP} 0 vec.Reduce 0 0 ${OP} 0 vec.showmenu 0 0 ${OP} 0 vec.sort 0 0 ${OP} 0 vec.sortstring 0 0 ${OP} 0 vec.squeeze 0 0 ${OP} 0 vec.swap 0 0 ${OP} 0 vec.unload 0 0 ${OP} 0 win.active 0 0 ${OP} 0 win.area 0 0 ${OP} 0 win.back 0 0 ${OP} 0 win.beep 0 0 ${OP} 0 win.bottom 0 0 ${OP} 0 win.caption 0 0 ${OP} 0 win.captionuni 0 0 ${OP} 0 win.childhandlelist 0 0 ${OP} 0 win.childtextbyid 0 0 ${OP} 0 win.childtextbyindex 0 0 ${OP} 0 win.class 0 0 ${OP} 0 win.clientheight 0 0 ${OP} 0 win.clienttoscreen 0 0 ${OP} 0 win.clientwidth 0 0 ${OP} 0 win.close 0 0 ${OP} 0 win.closeforce 0 0 ${OP} 0 win.crosshair 0 0 ${OP} 0 win.debug 0 0 ${OP} 0 win.debugclear 0 0 ${OP} 0 win.debugshow 0 0 ${OP} 0 win.displayrectfromhandle 0 0 ${OP} 0 win.displayrectfromname 0 0 ${OP} 0 win.displayrectfrompoint 0 0 ${OP} 0 win.dropfile 0 0 ${OP} 0 win.enable 0 0 ${OP} 0 win.enabled 0 0 ${OP} 0 win.exename 0 0 ${OP} 0 win.exepath 0 0 ${OP} 0 win.exists 0 0 ${OP} 0 win.exstyle 0 0 ${OP} 0 win.flash 0 0 ${OP} 0 win.fullscreen 0 0 ${OP} 0 win.getclientrect 0 0 ${OP} 0 win.getdesktopname 0 0 ${OP} 0 win.getfocus 0 0 ${OP} 0 win.getkblanguage 0 0 ${OP} 0 win.getkeyboardlayout 0 0 ${OP} 0 win.getkeyboardstate 0 0 ${OP} 0 win.getlocaleinfo 0 0 ${OP} 0 win.getoslanguage 0 0 ${OP} 0 win.getpixel 0 0 ${OP} 0 win.getpixel1 0 0 ${OP} 0 win.getprinters 0 0 ${OP} 0 win.getprocessid 0 0 ${OP} 0 win.getrect 0 0 ${OP} 0 win.getsyscolor 0 0 ${OP} 0 win.getsystemdefaultlcid 0 0 ${OP} 0 win.getsystemdefaultlocalename 0 0 ${OP} 0 win.getsystemmetrics 0 0 ${OP} 0 win.gettext 0 0 ${OP} 0 win.gettworkarea 0 0 ${OP} 0 win.getuserdefaultlcid 0 0 ${OP} 0 win.getuserefaultlocalename 0 0 ${OP} 0 win.getworkarea 0 0 ${OP} 0 win.getworkingdir 0 0 ${OP} 0 win.handle 0 0 ${OP} 0 win.handlefromid 0 0 ${OP} 0 win.handlefromindex 0 0 ${OP} 0 win.handlefrompoint 0 0 ${OP} 0 win.handlelist 0 0 ${OP} 0 win.hascaption 0 0 ${OP} 0 win.height 0 0 ${OP} 0 win.hex 0 0 ${OP} 0 win.hide 0 0 ${OP} 0 win.idfromhandle 0 0 ${OP} 0 win.indexfromhandle 0 0 ${OP} 0 win.isdbcsleadbyte 0 0 ${OP} 0 win.keys 0 0 ${OP} 0 win.keystate 0 0 ${OP} 0 win.lastmouse 0 0 ${OP} 0 win.left 0 0 ${OP} 0 win.mainhandlefrompoint 0 0 ${OP} 0 win.mainunder 0 0 ${OP} 0 win.makerect 0 0 ${OP} 0 win.mappoints 0 0 ${OP} 0 win.matches 0 0 ${OP} 0 win.maxable 0 0 ${OP} 0 win.maximize 0 0 ${OP} 0 win.maxxed 0 0 ${OP} 0 win.message 0 0 ${OP} 0 win.messagebeep 0 0 ${OP} 0 win.minable 0 0 ${OP} 0 win.minimize 0 0 ${OP} 0 win.minned 0 0 ${OP} 0 win.mouseto 0 0 ${OP} 0 win.move 0 0 ${OP} 0 win.movetomonitor 0 0 ${OP} 0 win.ontop 0 0 ${OP} 0 win.owner 0 0 ${OP} 0 win.parent 0 0 ${OP} 0 win.postmessage 0 0 ${OP} 0 win.recttofile 0 0 ${OP} 0 win.resetfocus 0 0 ${OP} 0 win.resizable 0 0 ${OP} 0 win.right 0 0 ${OP} 0 win.rolled 0 0 ${OP} 0 win.rollup 0 0 ${OP} 0 win.screentoclient 0 0 ${OP} 0 win.sendcopydata 0 0 ${OP} 0 win.sendcopydatauni 0 0 ${OP} 0 win.sendkeys 0 0 ${OP} 0 win.sendmessage 0 0 ${OP} 0 win.sendmessagestrremote 0 0 ${OP} 0 win.sendmessagestruni 0 0 ${OP} 0 win.sendmouse 0 0 ${OP} 0 win.setdebug 0 0 ${OP} 0 win.setdefaultprinter 0 0 ${OP} 0 win.setfocus 0 0 ${OP} 0 win.setpos10000 0 0 ${OP} 0 win.setrect 0 0 ${OP} 0 win.setsyscolor 0 0 ${OP} 0 win.settext 0 0 ${OP} 0 win.settool 0 0 ${OP} 0 win.setworkarea 0 0 ${OP} 0 win.show 0 0 ${OP} 0 win.showforce 0 0 ${OP} 0 win.showna 0 0 ${OP} 0 win.size 0 0 ${OP} 0 win.style 0 0 ${OP} 0 win.systemparametersinfo 0 0 ${OP} 0 win.terminateprocess 0 0 ${OP} 0 win.tofile 0 0 ${OP} 0 win.toolwindow 0 0 ${OP} 0 win.top 0 0 ${OP} 0 win.topmost 0 0 ${OP} 0 win.trans 0 0 ${OP} 0 win.transmouse 0 0 ${OP} 0 win.traymin 0 0 ${OP} 0 win.trayminned 0 0 ${OP} 0 win.under 0 0 ${OP} 0 win.unload 0 0 ${OP} 0 win.visible 0 0 ${OP} 0 win.visibleowner 0 0 ${OP} 0 win.vscreenheight 0 0 ${OP} 0 win.vscreenleft 0 0 ${OP} 0 win.vscreentop 0 0 ${OP} 0 win.vscreenwidth 0 0 ${OP} 0 win.width ;Ext. plugins 0 0 ${OP} 0 childwin.atpoint 0 0 ${OP} 0 childwin.class 0 0 ${OP} 0 childwin.getnum 0 0 ${OP} 0 childwin.gettext 0 0 ${OP} 0 childwin.handle 0 0 ${OP} 0 childwin.parent ;----------------------------------------------; ; CodeFold ; ;----------------------------------------------; ;Flags (sum of the members) ; 1 case sensitive. ; 2 force get fold name for function list from left at the fold start ("Folds:" section only). ; 4 force get fold name for function list from right at the fold start, including fold start ("Folds:" section only). ; 8 fold start ("Folds:" section) or skip start ("Skips:" section) located at line start. ; 16 fold start ("Folds:" section) or skip start ("Skips:" section) located at line end. ; 32 fold end ("Folds:" section) or skip end ("Skips:" section) located at line start. ; 64 fold end ("Folds:" section) or skip end ("Skips:" section) located at line end. ; 128 don't catch fold end ("Folds:" section) or skip end ("Skips:" section). ; 256 additional to 128 flag - more priority is given to sibling level instead of parent level ("Folds:" section only). ; 512 comment fold - fold ignore any other folds and skips inside ("Folds:" section only). ; 1024 reserved. ; 2048 deny fold - founded fold will be ignored ("Folds:" section only). ; 4096 xml fold - "", "", "" ("Folds:" section only). ; 8192 don't check delimiters from left of fold start ("Folds:" section only). ; 16384 don't check delimiters from right of fold start ("Folds:" section only). ; 32768 don't check delimiters from left of fold end ("Folds:" section only). ; 65536 don't check delimiters from right of fold end ("Folds:" section only). ; 131072 deny delimiters ("Folds:" section only). ; 262144 don't show fold in list ("Folds:" section only). ; 1048576 regular expression in fold start ("Folds:" section) or skip start ("Skips:" section). ; 2097152 regular expression in fold end ("Folds:" section) or skip end ("Skips:" section). Backreference \101 matches \1 in fold start, \102 matches \2 and so on. FoldPanel: ;================================================================================================================================================================================================================================================================================================================================================================================================================================================================= ;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor ;================================================================================================================================================================================================================================================================================================================================================================================================================================================================= ${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor} FoldList: ;================================================ ;ListTextColor ListBkColor ;================================================ ${CodeFold_ListTextColor} ${CodeFold_ListBkColor} TagMark: ;============================================================================================================ ;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor ;============================================================================================================ ${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor} Skips: ;============================= ;Flags Skip Skip Escape ; start end char ;============================= 1 `"` `"` "" 1 "//" "" "" 1 ";;" "" "" ;9=1+8 9 ";" "" "" Folds: ;=========================================================================== ;Flags Font Color Color Fold Fold Deli Parent Rule Rule ; style text bkgrnd start end miters ID ID file ;=========================================================================== ;262657=1+512+262144 262657 3 ${COMM} 0 "/*" "*/" "" 0 0 ;if..do..endif ;306=2+16+32+256 ;306 0 0 0 "do" "endif" " " 0 0 ;40=+8+32 ;40 0 0 0 "if" "endif" " (" 0 0 40 0 0 0 "ifx" "endif" " (" 0 0 40 0 0 0 "for" "endfor" " (" 0 0 40 0 0 0 "switch" "endswitch" " (" 0 0 40 0 0 0 "with" "endwith" " (" 0 0 ;2097192=8+32+2097152 2097192 0 0 0 "function" "(endfunction|quit)" " (" 0 0 ;Label ;2228237=1+4+8+131072+2097152 2228237 0 0 0 "@" "." "" 0 0 ;----------------------------------------------; ; AutoComplete ; ;----------------------------------------------; ;Flags (sum of the members) ; 1 force case sensitive. ; 2 force case insensitive. ; 4 regular expression (only for "$="). Scan starts from caret line beginning and metacharacters \a or \z specified caret position. ; 8 Don't show in listbox. CompleteList: ;===================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ;ListFontStyle ListFontSize ListFaceName ListLineGap ListBlockIcon `"C:\1.dll", 0` ListBlockIconMargins "left;right" ListHlBaseIcon `"C:\1.dll", 0` ListHlBaseIconMargins "left;right" ListDocWordIcon `"C:\1.dll", 0` ListDocWordIconMargins "left;right" ListBasicTextColor ListBasicBkColor ListSelTextColor ListSelBkColor ;===================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ${AutoComplete_ListFontStyle} ${AutoComplete_ListFontSize} ${AutoComplete_ListFaceName} ${AutoComplete_ListLineGap} ${AutoComplete_ListBlockIcon} ${AutoComplete_ListBlockIconMargins} ${AutoComplete_ListHlBaseIcon} ${AutoComplete_ListHlBaseIconMargins} ${AutoComplete_ListDocWordIcon} ${AutoComplete_ListDocWordIconMargins} ${AutoComplete_ListBasicTextColor} ${AutoComplete_ListBasicBkColor} ${AutoComplete_ListSelTextColor} ${AutoComplete_ListSelBkColor} Blocks: ;============================================================================= ;Abbreviations and blocks ; ; $~abbr normal abbreviation. ; $(flags)~abbr normal abbreviation with flags. ; $=abbr exact abbreviation. May contain delimiters. ; $(flags)=abbr exact abbreviation with flags. May contain delimiters. ; $[] set caret to this position. Can be multiple (hot spots). ; $[text] select text. Can be multiple (hot spots). ; $$ symbol $. ; $\] escape symbol ]. Can be used in $[text] block: $[One [1$\] ]. ; ${VAR} variable assigned from Coder::Settings. ; $; comment line. ;=============================================================================