#~ *** ANMERKUNG *** #~ Das Erfassen von Keywords ist nicht erforderlich. #~ Als Keywords werden die Funktionsnamen verwendet, und das Extrahieren der Namen in eine Liste dauert nur wenige ms. #~ ***************** #--------------------------------------------------------------------------------------------------- #~ File: alternate.help.properties #~ #~ Save this file in the same folder as the "SciTEUser.properties" file. #~ This is normally: "C:\Users\_U_S_E_R_\AppData\Local\AutoIt v3\SciTE" #~ #~ Add this line to the beginning of the "SciTEUser.properties" file: import alternate.help #--------------------------------------------------------------------------------------------------- #~ We assume that each UDF function has a prefix like: "_" & "1 or more literals" & "_". #~ The search for the assigned help file follows this pattern. #~ If there is no match, the default Autoit3Help is called. #~ We need to override the au3-help-call # Commands to for Help F1 #~ command.help.$(au3)=$(SciteDefaultHome)\..\Autoit3Help.exe "$(CurrentWord)" #~ command.help.subsystem.$(au3)=2 # New call: --- SET YOUR PATH HERE --- command.help.$(au3)=dofile C:\\CODE\\Lua\\alternate.help.lua command.help.subsystem.$(au3)=3 #~ If not already done, set this property to prevent a command window from opening create.hidden.console=1 #~ You can define a folder where all your help files will be stored. chm.mainfolder=C:\CODE\AutoIt\helpfiles #~ Define all paths as: "chm.path.prefix_value=Path". #~ The "prefix_value" defines the specific first characters of the UDF functions ("_AD_, _OL_"). #~ Active Directory #~ If "chm.mainfolder" is used, you can apply it like this: chm.path._AD_=$(chm.mainfolder)\AD.chm #~ otherwise use the full path: #~ chm.path._AD_=C:\CODE\AutoIt\helpfiles\AD.chm udf.path._AD_=C:\CODE\AutoIt\FREMD_CODE\AD 1.6.0.0\AD.au3 #~ OutlookEX chm.path._OL_=$(chm.mainfolder)\OutlookEX.CHM udf.path._OL_=C:\CODE\AutoIt\FREMD_CODE\OutlookEX 1.7.0.0\OutlookEX.au3