Jump to content

Need ultraedit syntax coloring files


Guest merlin_tg
 Share

Recommended Posts

Guest merlin_tg

Well it looks like, through my reading, that these were removed at around version 102. Does anyone have a good set of syntax coloring mods for the au3 files :D

Not about to change from ultraedit. Way to used to it ...

:idiot:

Link to comment
Share on other sites

Well it looks like, through my reading, that these were removed at around version 102.  Does anyone have a good set of syntax coloring mods for the au3 files :D

Not about to change from ultraedit.  Way to used to it ...

:idiot:

<{POST_SNAPBACK}>

I wouldn't switch from UltraEdit either. Try the one I use:

/L10"AutoIT 3" String Chars = '" Line Comment =; Block Comment On = #cs Block Comment Off = #ce File Extensions = AU3
/Delimiters = ~%&()=|\/[]:;"'<> ,   .?
/Function String = "%Func ^([a-zA-Z]*[a-zA-Z_0-9]*^)(*)"
/Indent Strings SOL = "Do" "Else" "For" "Func" "If" "Select" "While"
/Unindent Strings = "Else" "EndFunc" "EndIf" "EndSelect" "Next" "Until" "Wend"

/C1"Keywords/Statements"
Case
ContinueLoop
Dim
Do
Else
ElseIf
EndFunc
EndIf
EndSelect
Exit
ExitLoop
For
Func
Global
If
Local
Next
ReDim
Return
Select
Then
Until
Wend
While

/C2"Internal Functions"
Abs
ACos
AdlibDisable
AdlibEnable
Asc
ASin
ATan
AutoItSetOption
AutoItWinGetTitle
AutoItWinSetTitle

BitAND
BitNOT
BitOR
BitShift
BitXOR
BlockInput
Break

Call
CDTray
Chr
ClipGet
ClipPut
ControlClick
ControlCommand
ControlDisable
ControlEnable
ControlFocus
ControlGetFocus
ControlGetPos
ControlGetText
ControlHide
ControlLeftClick
ControlMove
ControlSend
ControlSetText
ControlShow
Cos

Dec
DirCopy
DirCreate
DirMove
DirRemove
DriveGetDrive
DriveGetFileSystem
DriveGetLabel
DriveGetSerial
DriveGetType
DriveSetLabel
DriveSpaceFree
DriveSpaceTotal
DriveStatus

EnvGet
EnvSet
EnvUpdate
Eval
Exp

FileChangeDir
FileChangeDir
FileClose
FileCopy
FileCreateShortcut
FileDelete
FileExists
FileFindFirstFile
FileFindNextFile
FileGetAttrib
FileGetLongName
FileGetShortName
FileGetSize
FileGetTime
FileGetVersion
FileInstall
FileMove
FileOpen
FileOpenDialog
FileRead
FileReadLine
FileRecycle
FileSaveDialog
FileSelectFolder
FileSetAttrib
FileSetTime
FileWrite
FileWriteLine
Float

Hex
HotKeySet

IniDelete
IniRead
IniWrite
Inputbox
Int
IsAdmin
IsArray
IsDeclared
IsFloat
IsInt
IsNumber
IsString

Log

Mod
MouseClick
MouseClickDrag
MouseDown
MouseGetCursor
MouseGetPos
MouseMove
MouseUp
MsgBox

Number

Opt

PixelGetColor
PixelSearch
ProcessClose
ProcessExists
ProcessWait
ProcessWaitClose
ProgressOff
ProgressOn
ProgressSet

Random
RegDelete
RegRead
RegWrite
Round
Run
RunAsSet
RunWait

Send
SetError
Shutdown
Sin
Sleep
SoundPlay
SoundSetWaveVolume
SplashImageOn
SplashOff
SplashTextOn
Sqrt
StatusbarGetText
String
StringAddCR
StringFormat
StringInStr
StringIsAlNum
StringIsAlpha
StringIsASCII
StringIsDigit
StringIsFloat
StringIsInt
StringIsLower
StringIsSpace
StringIsUpper
StringIsXDigit
StringLeft
StringLen
StringLower
StringMid
StringReplace
StringRight
StringSplit
StringStripCR
StringStripWS
StringTrimLeft
StringTrimRight
StringUpper

Tan
TimerStart
TimerStop
TrayTip

UBound
URLDownloadToFile

WinActivate
WinActive
WinClose
WinExists
WinGetCaretPos
WinGetClassList
WinGetClientSize
WinGetHandle
WinGetPos
WinGetState
WinGetText
WinGetTitle
WinKill
WinMenuSelectItem
WinMinimizeAll
WinMinimizeAllUndo
WinMove
WinSetOnTop
WinSetState
WinSetTitle
WinShow
WinWait
WinWaitActive
WinWaitClose
WinWaitNotActive

/C3"Read-Only Variables (Macros)"
@AppDataCommonDir
@AppDataDir
@AutoItVersion
@CommonFilesDir
@Compiled
@ComputerName
@ComSpec
@CR
@CRLF
@DesktopCommonDir
@DesktopDir
@DesktopHeight
@DesktopWidth
@DocumentsCommonDir
@Error
@FavoritesCommonDir
@FavoritesDir
@HomeDrive
@HomePath
@HomeShare
@HOUR
@IPAddress1
@IPAddress2
@IPAddress3
@IPAddress4
@LF
@LogonDNSDomain
@LogonDomain
@LogonServer
@MDAY
@MIN
@MON
@MyDocumentsDir
@OSBuild
@OSLang
@OSServicePack
@OSTYPE
@OSVersion
@ProgramFilesDir
@ProgramsCommonDir
@ProgramsDir
@ScriptDir
@ScriptFullPath
@ScriptName
@SEC
@StartMenuCommonDir
@StartMenuDir
@StartupCommonDir
@StartupDir
@SW_HIDE
@SW_MAXIMIZE
@SW_MINIMIZE
@SW_RESTORE
@SW_SHOW
@SystemDir
@TAB
@TempDir
@UserProfileDir
@UserName
@WDAY
@WindowsDir
@WorkingDir
@YDAY
@YEAR

/C4"Constants"
AddString All
closed
CDROM Check CurrentTab
DelString
EditPaste
FindString Fixed
GetCurrentLine GetLine GetLineCount
HideDropDown HKEY_CLASSES_ROOT HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_LOCAL_MACHINE HKEY_USERS
Invalid IsChecked
Network NotReady
open
RAMDisk Ready REG_DWORD REG_MULTI_SZ REG_SZ Removable
SelectString SetCurrentSelection ShowDropDown
TabLeft TabRight
UnCheck Unknown

/C5"Variables"
** $

/C6"Directives"
#ce 
#comments-end 
#comments-start 
#cs 
#include 
#include-once

/C7"Keys"
{!}
{#}
{+}
{^}
{{}
{}}
{ALT}
{ALTDOWN}
{APPSKEY}
{ASC
{BACKSPACE}
{BROWSER_BACK} {BROWSER_FORWARD} {BROWSER_REFRESH} {BROWSER_STOP} {BROWSER_SEARCH} {BROWSER_FAVORITES} {BROWSER_HOME}
{BS}
{CAPSLOCK}
{CTRLBREAK}
{CTRLDOWN}
{DEL}
{DELETE}
{DOWN}
{END}
{ENTER}
{ESC}
{ESCAPE}
{F1}
{F10}
{F11}
{F12}
{F2}
{F3}
{F4}
{F5}
{F6}
{F7}
{F8}
{F9}
{HOME}
{INS}
{INSERT}
{LALT}
{LAUNCH_MAIL} {LAUNCH_MEDIA} {LAUNCH_APP1} {LAUNCH_APP2}
{LCTRL}
{LEFT}
{LSHIFT}
{LWIN}
{LWINDOWN}
{MEDIA_NEXT} {MEDIA_PREV} {MEDIA_STOP} {MEDIA_PLAY_PAUSE}
{NUMLOCK}
{NUMPAD0} {NUMPAD1} {NUMPAD2} {NUMPAD3} {NUMPAD4} {NUMPAD5} {NUMPAD6} {NUMPAD7} {NUMPAD8} {NUMPAD9}
{NUMPADADD}
{NUMPADDIV}
{NUMPADDOT}
{NUMPADENTER}
{NUMPADMULT}
{NUMPADSUB}
{PAUSE}
{PGDN}
{PGUP}
{PRINTSCREEN}
{RALT}
{RCTRL}
{RIGHT}
{RSHIFT}
{RWIN}
{RWINDOWN}
{SHIFTDOWN}
{SLEEP}
{SPACE}
{TAB}
{UP}
{VOLUME_MUTE} {VOLUME_DOWN} {VOLUME_UP}

/C8"Misc"
And
ByRef
Not
Or
To

Note: There's a tab char in the second line ("/Delimiters"), so watch that.

HTH

My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...