#1327 closed Bug (Fixed)
F1 in Scite Does Not Open Help File for Some Keywords
Reported by: | wraithdu | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.3.0 | Component: | Documentation |
Version: | 3.3.1.6 | Severity: | None |
Keywords: | F1 scite keyword | Cc: |
Description
For some keywords, the help file is not opened via F1 in Scite (with Scite4AutoIt3 installed). Examples of broken keywords:
Send
ConsoleWrite
StringRegExp
Attachments (0)
Change History (8)
comment:1 Changed 15 years ago by Jos
comment:2 Changed 15 years ago by Jos
- Resolution set to Works For Me
- Status changed from new to closed
closed as there is no reply and cannot replicate the issue.
Jos
comment:3 Changed 15 years ago by wraithdu
Sorry, I forgot about this thread until today (no notifications of replies to trac tickets). Anyway, I fixed the problem, but I don't know why exactly. All I was doing was pressing F1 while the caret was within a keyword in Scite. I had to swap these two lines in au3.properties. Originally (the installation default) the command without quotes was active, and I had to swap it to activate the line with quotes.
Win7 Pro 32-bit
Scite 1.79
AutoIt 3.3.1.7
;command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe $(CurrentWord) command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)"
comment:4 Changed 15 years ago by Jos
- Resolution Works For Me deleted
- Status changed from closed to reopened
It actually would make more sense to me when we double-quote the command itself.
could you try that for me as i have no issues on my installation?
command.help.$(au3)="$(autoit3dir)\Autoit3Help.exe" $(CurrentWord)
Thanks
Jos
comment:5 Changed 15 years ago by wraithdu
Double quoting the command and not $(CurrentWord) exhibits the same odd behavior. Double quoting the command does not seem to make any difference as long as $(CurrentWord) is quoted. I guess some debugging of the Autoit3Help.exe helper app might be needed.
comment:6 Changed 15 years ago by Valik
I have already fixed some issues with that program that are probably related to your issue.
comment:7 Changed 15 years ago by Valik
- Milestone set to 3.3.3.0
- Owner set to Valik
- Resolution set to Fixed
- Status changed from reopened to closed
Fixed by revision [5486] in version: 3.3.3.0
comment:8 Changed 15 years ago by Valik
This ticket is referenced in revision: [5487]
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Works for me.
How did you test this?