Message160182
| Author | roger.serwy |
|---|---|
| Recipients | Ramchandra Apte, ezio.melotti, roger.serwy, ron_adam, terry.reedy |
| Date | 2012-05-08.02:49:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1336445365.16.0.379098182653.issue13659@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached is an initial diff for creating a separate pager window by using a textView widget. The recently applied patch in issue964437 allows this window to be non-modal, which can be useful for interactive development. The diff contains code to allow the pager to work with and without a subprocess. The "pager" and "use_help_window" in PyShell.py provide the core functionality. The "use_help_window" presently is a placeholder for implementing Ezio's suggestion in msg160114. Does anyone know why "import pydoc" is wrapped in a try/except block? I omitted that in "pager". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-05-08 02:49:25 | roger.serwy | set | recipients: + roger.serwy, terry.reedy, ron_adam, ezio.melotti, Ramchandra Apte |
| 2012-05-08 02:49:25 | roger.serwy | set | messageid: <1336445365.16.0.379098182653.issue13659@psf.upfronthosting.co.za> |
| 2012-05-08 02:49:24 | roger.serwy | link | issue13659 messages |
| 2012-05-08 02:49:24 | roger.serwy | create | |