Page 1 of 1

SC quickfileview

Posted: 27 Jun 2013 20:37
by Borut
Help says:

Code: Select all

quickfileview
Open the Quick File View for the specified file. 

Syntax 
quickfileview [filename], [codepage]

filename full path/name, or relative to current path;
defaults to the current file. 
codepage codepage to use for decoding the file 
empty: use system default codepage 
else: use the passed codepage 

Examples
Quick File View the current file as Japanese (Shift-JIS):
quickfileview , 932;
To me it seems that no matter how I explicitly define filename, this function always shows the current file (=default). Could that be?

Re: SC quickfileview

Posted: 28 Jun 2013 09:18
by admin
OMG, after 1.5 years this bug turns up! :bug: Thanks...