emendelson,
any hope this can be incorporated somehow into SciTE??
You can do that yourself very easily:
- First compile your script and store it somewhere. I have a folder "
Program FilesAutoIt3SciTESciTE Utils where I keep a lot of my own compiled scripts that do various things to help me when I code in AutoIt.

- Open <
Options - Open au3.properties>. Look for the long series of "
command" lines that begin about Line 64 (
#x 00 Beta RUN) and go down to the last one - for me it is Line 277 (
#~ # 34 Generate UDF header). You need to find the highest value used so far - 34 in my case.
- Open <
Options - User Options File>. Then
BETWEEN the following lines:
# END => DO NOT CHANGE ANYTHING BEFORE THIS LINE #-#-#-#-#-#
>>>>>>>>>>> in here!!!! <<<<<<<<<<<<<
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# START: DO NOT CHANGE ANYTHING AFTER THIS LINE #-#-#-#-#
you enter the following:
# 35 Utility_Name
command.35.$(au3)="$(SciteDefaultHome)SciTE UtilsUtility.exe"
command.name.35.$(au3)=Utility_Name
command.subsystem.35.$(au3)=2
command.save.before.35.$(au3)=2
command.quiet.35.$(au3)=1If you have a different value for the final "
command" in the
au3.properties file than adjust the
35 value accordingly and you can obviously put the compiled exe file where you want and amend the path in the inserted text.
- Save the files, restart SciTE and you will find "
Utility_Name" in the <
Tools> menu.

M23
StringSize - Automatically size controls to fit text -
ExtMsgBox - A user customisable replacement for
MsgBox
Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs
Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames
GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes
ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display
RecFileListToArray
- An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items