Opened 15 years ago
Closed 15 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 in reply to: ↑ description Changed 15 years ago by GEOSoft
comment:2 Changed 15 years ago by anonymous
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 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to 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.
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.
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