prettyprinter typo
parent
d0cab962c0
commit
b0a86f6e79
|
@ -1,12 +1,9 @@
|
||||||
+ native:
|
+ native:
|
||||||
|
|
||||||
- top level catch should be a continuation
|
|
||||||
- parsing: #\
|
|
||||||
- {...} vectors
|
- {...} vectors
|
||||||
- parsing should be parsing
|
- parsing should be parsing
|
||||||
- telnetd: listening on a socket
|
- telnetd: listening on a socket
|
||||||
- apropos
|
- apropos
|
||||||
- need hashtable inspection too
|
|
||||||
- describe-word
|
- describe-word
|
||||||
- clone-sbuf
|
- clone-sbuf
|
||||||
- contains ==> contains?
|
- contains ==> contains?
|
||||||
|
@ -16,7 +13,6 @@
|
||||||
|
|
||||||
+ interactive:
|
+ interactive:
|
||||||
|
|
||||||
- words. should output in a nicer form
|
|
||||||
- inspector links when describe called without object path
|
- inspector links when describe called without object path
|
||||||
- 'cascading' styles
|
- 'cascading' styles
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@ DEFER: prettyprint*
|
||||||
: . ( obj -- )
|
: . ( obj -- )
|
||||||
<namespace> [
|
<namespace> [
|
||||||
"prettyprint-single-line" on
|
"prettyprint-single-line" on
|
||||||
prettyprint-indent 4 * "prettyprint-limit" set
|
tab-size 4 * "prettyprint-limit" set
|
||||||
prettyprint
|
prettyprint
|
||||||
] bind ;
|
] bind ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue