Hi all.
I’ve installed the corona plugin for sublime text, and it’s wonderful!
However, when I press F1 to load the relevant docs page, the behaviour is inconsistent, and usually doesn’t work (I’m using Windows 7, by the way).
For example, when I hit F1 on “close” in the following line of code,
io.close(fileDest)
my browser loads up this page correctly:
http://docs.coronalabs.com/api/library/io/close.html
But when I hit F1 on “open” in the following,
local fileDest=io.open(pathDest,"wb")
my browser goes to this page:
http://docs.coronalabs.com/api/library/fileDest=io/open.html
This page simply says the following:
Not Found
The requested URL /api/library/fileDest=io/open.html was not found on this server.
Apache/2.2.22 Server at docs.coronalabs.com Port 80
The URL is clearly wrong, with the addition of “fileDest=”.
Can anyone help?