Page 4 of 28

Re: Website and Help Typos

Posted: 18 Feb 2015 13:03
by bdeshi
and the error is my brain's linguistics service was turned off. I didn't read the "in" before quotes. :oops:

ed: oh wait, I had a note on this http://www.xyplorer.com/xyfc/viewtopic. ... 71#p111129, and I was recently using a lot of early versions (with chms that still have that typo), I got confused. :oops: :oops:
sorry for the troubles...

Re: Website and Help Typos

Posted: 10 Mar 2015 14:12
by bdeshi
the help for ceil() is wrong. It says ceil() "rounds fractions up". But this makes ceil() == round() and ::echo ceil(67.7).'|'.ceil(67.1); should return 68|67
it should instead say something along the lines of

Code: Select all

ceil([number])
returns the smallest integer that is not less than [number].

Re: Website and Help Typos

Posted: 10 Mar 2015 14:25
by admin
Maybe "rounds fractions up" is wrong English. What I mean is "round up" (upwards).

Code: Select all

::echo ceil(67.7).'|'.ceil(67.1);
should definitely return 68|68.

Re: Website and Help Typos

Posted: 10 Mar 2015 14:45
by bdeshi
admin wrote:

Code: Select all

::echo ceil(67.7).'|'.ceil(67.1);
should definitely return 68|68.
Definitely. I only said the returned data and the description are seem at odds.
admin wrote:What I mean is "round up" (upwards).
I see now. :whistle:

Re: Website and Help Typos

Posted: 17 Mar 2015 20:54
by TheQwerty
It's not really an error but it would sure be nice if the Features page had some named anchors to make it easier to link people to specific rows/features.

It would even be okay if these anchors were not visible and required viewing the source to find.

Re: Website and Help Typos

Posted: 18 Mar 2015 08:53
by admin
TheQwerty wrote:It's not really an error but it would sure be nice if the Features page had some named anchors to make it easier to link people to specific rows/features.

It would even be okay if these anchors were not visible and required viewing the source to find.
Good idea, easy to do, done.

For simplicity, I simply took the feature captions as anchors, it seems to work, e.g.:
http://www.xyplorer.com/features.php#Find Files, File Search

OK, the forum software cannot handle a URL with blanks, so:
http://www.xyplorer.com/features.php#Fi ... e%20Search

Re: Website and Help Typos

Posted: 18 Mar 2015 12:41
by bdeshi
more than my fair share of links with literal ™ in them! :titter:

While you're trekking thru all the html, maybe replace links to screenshots with a simple onpage popup?

Re: Website and Help Typos

Posted: 18 Mar 2015 12:44
by admin
Too much work for now.

Re: Website and Help Typos

Posted: 18 Mar 2015 13:49
by TheQwerty
admin wrote:Good idea, easy to do, done.

For simplicity, I simply took the feature captions as anchors, it seems to work, e.g.:
http://www.xyplorer.com/features.php#Find Files, File Search

OK, the forum software cannot handle a URL with blanks, so:
http://www.xyplorer.com/features.php#Fi ... e%20Search
Fantastic!

For those familiar with Greasemonkey and browser userscripts:
https://github.com/TheQwerty/Misc-UserS ... user.js#L1
Select Raw and Greasemonkey/Tampermonkey should offer to install - afterwards your feature page should have clickable anchors for copying. ;)
screenshot.52.png
screenshot.52.png (4.99 KiB) Viewed 6514 times
So long as Don doesn't make breaking changes. :P

Re: Website and Help Typos

Posted: 30 Mar 2015 04:57
by bdeshi
::help "idh_scripting_comref.htm#idh_sc_get";
Possible values for info and param1 => Possible values for info, param1 and param2

Re: Website and Help Typos

Posted: 08 Apr 2015 14:11
by admin
Thanks!

Re: Website and Help Typos

Posted: 08 Apr 2015 16:47
by TheQwerty
::help 'idh_scripting_comref.htm#idh_sc_tab';

Scripting Commands Reference for tab('get', 'mode') is missing the new portable device modes:
"mode": the list mode of the tab.
0 = Browse
1 = Find (Search Results)
2 = Drives
3 = Network
4 = Recycler
5 = Browse (Portable Device)
6 = Find (Portable Device)
7 = Drives (Portable Device)

Re: Website and Help Typos

Posted: 08 Apr 2015 17:00
by admin
Thanks!

Re: Website and Help Typos

Posted: 14 Apr 2015 23:19
by Borut
http://www.xyplorer.com/release_15.00.htm

mentions

14.50.xxx

instead of 15.00.xxx

Re: Website and Help Typos

Posted: 15 Apr 2015 08:22
by admin
Ah, thanks. The evils of copy and paste...