Opened 16 years ago
Closed 16 years ago
#1437 closed Bug (No Bug)
Online Help(F1) for 'FileRead' doesn't work
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | 3.3.2.0 | Severity: | None |
| Keywords: | Cc: |
Description
Just notice a strange bug I'd like to report.
When you're in SciTE normally each time you press F1 the AutoIT help comes up. And when you're on a known keyword like FileWrite it'll just jump to that topic.
Well when the cursor is on the keyword FileRead and I press F1 nothing happens.
FileRead("MyFile.dat")
^^^^^^^^ <- Press F1 and nothing will happen (I mean no online help will show up )
When I change it to for ex.
FileRead2("MyFile.dat")
It'll work as well as
FileReadLine("MyFile.dat")
will do.
Hmm well that's not very critical - however interesting bug, isn't it?
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I just notice that there's already AutoIt Version 3.3.4 out - DL and tested it. Now F1 on FileRead works!!!
...and ups sorry for brothering you - since in its history there is:
Fixed #1327: Some keywords would fail to open correctly in rare cases.
So sorry for double posting.
comment:3 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Sigh, make it idiot proof and a bigger idiot comes along. Time to update the guidelines to tell people to check to ensure they really do have the latest version before assuming they have the latest version.

Replying to anonymous:
That problem was fixed in the latest release version (v3.3.4.0) as I recall. It applied to several functions including StringRegExp