blob: c8cd63c05a3ffea9cf79a1db97c1981c49bffea7 [file] [log] [blame]
Guido van Rossumb33f6121999-01-08 17:26:02 +00001----------------------------------------------------------------------
2
3New in IDLE 0.2 (1/8/99)
4------------------------
5
6Lots of changes; here are the highlights:
7
8General:
9
10- You can now write and configure your own IDLE extension modules; see
11extend.txt.
12
13
14File menu:
15
16The command to open the Python shell window is now in the File menu.
17
18
19Edit menu:
20
21New Find dialog with more options; replace dialog; find in files dialog.
22
23Commands to tabify or untabify a region.
24
25Command to format a paragraph.
26
27
28Debug menu:
29
30JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
31automaticall pops up when you get a traceback.
32
33Windows menu:
34
35Zoom height -- make the window full height.
36
37
38Help menu:
39
40The help text now show up in a regular window so you can search and
41even edit it if you like.
42
43----------------------------------------------------------------------
44
45IDLE 0.1 was distributed with the Python 1.5.2b1 release on 12/22/98.
46
47======================================================================