Add help-console command to Qt debug console
commitc3055bbea1255cd791564b855b6951a9f4c510f9
authorLuke Mlsna <luke@mlsna.net>
Sat, 18 Nov 2017 04:43:17 +0000 (17 22:43 -0600)
committerLuke Mlsna <luke@mlsna.net>
Sat, 18 Nov 2017 05:28:11 +0000 (17 23:28 -0600)
treeaa4995fdfc39f8ab6d04c291740236d0311e6c64
parentf0c1f8abb0182da557d07372b938f3a0a4bb906f
Add help-console command to Qt debug console

     - Added `help-console` to the list of autocompletion strings
     - Implemented requested changes to help message:
       - Added an example that uses access-by-index `getblock(getblockhash(0) true)[tx][0]`
       - Replace "bracketed syntax" to "parenthesized syntax" where applicable
       - Replace "separate" with "delimit"
       - Removed `<br>` and `<b>help/help-console</b>` from translation strings, since these parts don't change between languages
       - Changed examples to be based off `getblock 0` so they will work even with pruned/no blockchain and `disablewallet` if copied and pasted
       - Clarified syntax for queries of named/unnamed result objects.
src/qt/rpcconsole.cpp