MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

new user preference to turn off interpreter banner #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While seeing the Python version, the type of interpreter and the greetings
may be a nice touch... it can be seen as something that simply uses screen
space after a while.  It should be possible to turn this off.  Suggested
syntax include:

crunchy.greetings
crunchy.interpreter_banner
crunchy.interpreter_message   (my favourite at the moment).

If True (default), the message would be shown.

Original issue reported on code.google.com by andre.ro...@gmail.com on 9 Aug 2008 at 9:38

GoogleCodeExporter commented 8 years ago
This has been obsoleted with the introduction of the popup helper.

Original comment by andre.ro...@gmail.com on 28 Sep 2008 at 4:51