saywell Posted July 21, 2010 Posted July 21, 2010 Hi, I've installed Autoit on several PC that I use. On the latest, the automatic link from a key word in scite to the autoit help file for that topic doesn't work [press F1 and nothing happens]. I've tried the full install and the self-extracting archive, with no success! Any pointers please? Thanks, William
adik2dmax666 Posted July 21, 2010 Posted July 21, 2010 I think you also need to install the AutoIt Scite Editor ,SciTE4AutoIt3.exe. It contains tidy, obfuscator and lots of tools. First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
saywell Posted July 21, 2010 Author Posted July 21, 2010 I think you also need to install the AutoIt Scite Editor ,SciTE4AutoIt3.exe. It contains tidy, obfuscator and lots of tools.Yes, I tried that. Scite runs happily, and so does the help file when launched in its own right. It's the link that's broken.Is there a manual setting that can be configured?William
linus Posted July 21, 2010 Posted July 21, 2010 The only "link" I know is in the au3.properties of Scite (via Menu options) - there is a region # Commands to for Help F1 #~ command.help.$(au3)=$(CurrentWord)!$(autoit3dir)\autoit.chm #~ command.help.subsystem.$(au3)=4 command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)" command.help.subsystem.$(au3)=2 $(CurrentWord) looks like something for the context thing. Maybe worth checking?
saywell Posted July 21, 2010 Author Posted July 21, 2010 The only "link" I know is in the au3.properties of Scite (via Menu options) - there is a region# Commands to for Help F1#~ command.help.$(au3)=$(CurrentWord)!$(autoit3dir)\autoit.chm#~ command.help.subsystem.$(au3)=4command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)"command.help.subsystem.$(au3)=2$(CurrentWord) looks like something for the context thing. Maybe worth checking?Thanks. Oddly, when I came back to it after a shut-down and re-start later, all worked OK!Ain't windoze wonderful?!I'll have a look at the above, though, for my edification.Regards,William
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now