Docs: Command Reference index
Archives Forums/Blitz3D Bug Reports/Docs: Command Reference index
| ||
This is not a bug, but an annoyance in the documentation. When I go to the command reference (see menu below) I am already thinking about the command I want to look up (usually). I know whether it is a 3D command or not - the human brain is very good after all at visualizing 3D things. But the first choice I have to make is whether I want the commands by category or A-Z. Once I decide that I have to remember the command I was looking up. For some reason this scrambles my brain and I click the wrong link more often than not. If I'm the only one, fine, but I bet everyone has this problem. Below is the current version followed by my suggested improvement: Command Ref. 2D - Category 3D - Category 2D - A-Z 3D - A-Z ASCII Codes Scancodes Scancodes Picker Index Improved version(imo): Command Ref. 2D - Category 2D - A-Z 3D - Category 3D - A-Z ASCII Codes Scancodes Scancodes Picker Index As I say, feel free to ignore this if I'm the only one. :-) |
| ||
I just changed it for you. Only took 10 seconds!<html> <head> <title>Blitz3D Docs</title> <link rel=stylesheet href=css/menu.css type=text/css> </head> <body> <h1>Command Ref.</h1> <a href=command_list_2d_cat.htm>2D - Category</a> <br> <a href=command_list_2d_a-z.htm>2D - A-Z</a> <br> <br> <a href=command_list_3d_cat.htm>3D - Category</a> <br> <a href=command_list_3d_a-z.htm>3D - A-Z</a> <br> <br> <a href=ascii.htm target=main>ASCII Codes</a> <br> <br> <a href=scancodes.htm target=main>Scancodes</a> <br> <a href=scancode/keyboard.htm target=main>Scancodes Picker</a> <br> <br> <a target=_top href=index.htm>Index</a> <hr> </body> </html> Save to "C:\Program Files\Blitz3D\help" as "command_list.htm". |
| ||
I think it's good as it is. |
| ||
Thanks, Beaker. (And thanks for Fontext, too. It's great!) My point still holds, though. If it's more difficult for most people why not change it at the next doc update? Here's my version: <html> <head> <title>Blitz3D Docs</title> <link rel=stylesheet href=css/menu.css type=text/css> </head> <body> <h1>Command Reference</h1> <h1>BlitzBasic Commands</h1> <a href=command_list_2d_cat.htm>2D - Category</a> <br> <a href=command_list_2d_a-z.htm>2D - A-Z</a> <br> <br> <h1>3D Commands</h1> <a href=command_list_3d_cat.htm>3D - Category</a> <br> <a href=command_list_3d_a-z.htm>3D - A-Z</a> <br> <br> <h1>Other Stuff</h1> <a href=ascii.htm target=main>ASCII Codes</a> <br> <br> <a href=scancodes.htm target=main>Scancodes</a> <br> <a href=scancode/keyboard.htm target=main>Scancodes Picker</a> <br> <br> <a target=_top href=index.htm>Index</a> <hr> </body> </html> It should replace "C:\Program Files\Blitz3D\help\commands\command_list.htm" |
| ||
I'd like to see it changed too. In fact, I'd be happy to see the documentation totally up to date to reflect all the current commands, not just the commands how they were at version 1.88 |