Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 by Jos, 16 years ago

Works for me.
How did you test this?

comment:2 by Jos, 16 years ago

Resolution: Works For Me
Status: newclosed

closed as there is no reply and cannot replicate the issue.

Jos

comment:3 by wraithdu, 16 years ago

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 by Jos, 16 years ago

Resolution: Works For Me
Status: closedreopened

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 by wraithdu, 16 years ago

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 by Valik, 16 years ago

I have already fixed some issues with that program that are probably related to your issue.

comment:7 by Valik, 16 years ago

Milestone: 3.3.3.0
Owner: set to Valik
Resolution: Fixed
Status: reopenedclosed

Fixed by revision [5486] in version: 3.3.3.0

comment:8 by Valik, 16 years ago

This ticket is referenced in revision: [5487]

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.