Improve Help with an example

Started by Luis Mendes on 30-Apr-2014/18:03:16-7:00
The Help at the command line is great, but it could be even better if there was a small example for the command itself and for each of the options available. This way, it would be faster to solve one's problems.
There's a really good example of that in RebGUI. Ashley implemented an 'examine function: do http://re-bol.com/rebgui.r examine text-list You'll see the example data is stored in the 'tip property of each GUI widget object: ? ctx-rebgui/widgets/text-list/tip Anyone could add this feature natively to the R3 source, or tack it on as separate function in R2, as Ashley did.
And this exists: do http://re-bol.com/wordbrowser.r

Reply