Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add current dir or paths of file args to sys.path. | Guido van Rossum | 1999-02-01 | 1 | -0/+7 |
| | |||||
* | Add canonic() function -- for brand new bdb.py feature. | Guido van Rossum | 1999-02-01 | 1 | -0/+4 |
| | |||||
* | Protect against accessing an empty stack. | Guido van Rossum | 1999-02-01 | 1 | -2/+11 |
| | |||||
* | Use only the height to decide whether to zoom in or out. | Guido van Rossum | 1999-01-29 | 1 | -7/+8 |
| | |||||
* | Make sure the Tcl variables are shared between windows. | Guido van Rossum | 1999-01-28 | 2 | -9/+9 |
| | |||||
* | Move menu/key binding code from Bindings.py to EditorWindow.py, | Guido van Rossum | 1999-01-28 | 3 | -79/+127 |
| | | | | | | | | with changed APIs -- it makes much more sense there. Also add a new feature: if the first character of a menu label is a '!', it gets a checkbox. Checkboxes are bound to Boolean Tcl variables that can be accessed through the new getvar/setvar/getrawvar API; the variable is named after the event to which the menu is bound. | ||||
* | Add Quit button to the debugger window. | Guido van Rossum | 1999-01-28 | 1 | -0/+6 |
| | |||||
* | When find_again() finds exactly the current selection, it's a failure. | Guido van Rossum | 1999-01-28 | 1 | -0/+8 |
| | |||||
* | Rename idle -> idle.py | Guido van Rossum | 1999-01-28 | 1 | -0/+0 |
| | |||||
* | Only deiconify when iconic. | Guido van Rossum | 1999-01-18 | 2 | -4/+8 |
| | |||||
* | Misc | Guido van Rossum | 1999-01-18 | 1 | -0/+3 |
| | |||||
* | Renamed test.py to testcode.py so one can import Python's | Guido van Rossum | 1999-01-12 | 1 | -0/+0 |
| | | | | test package from inside IDLE. (Suggested by Jack Jansen.) | ||||
* | Hack to close a window that is colorizing. | Guido van Rossum | 1999-01-12 | 2 | -8/+20 |
| | |||||
* | Vladimir Marangozov's patch: | Guido van Rossum | 1999-01-12 | 1 | -0/+3 |
| | | | | | | The separator dances too much and seems to jump by arbitrary amounts in arbitrary directions when I try to move it for resizing the frames. This patch makes it more quiet. | ||||
* | Some requests have been fulfilled. | Guido van Rossum | 1999-01-11 | 1 | -5/+3 |
| | |||||
* | Set the cursor to a watch when opening the class browser (which may | Guido van Rossum | 1999-01-11 | 1 | -7/+23 |
| | | | | | | take quite a while, browsing multiple files). Newer, better center() -- but assumes no wrapping. | ||||
* | Got rid of debug print statement in goto_line_event(). | Guido van Rossum | 1999-01-11 | 1 | -1/+0 |
| | |||||
* | I think I like it better if it prints the traceback even when it displays | Guido van Rossum | 1999-01-11 | 1 | -2/+2 |
| | | | | the stack viewer. | ||||
* | Bind ESC to close-window. | Guido van Rossum | 1999-01-11 | 1 | -1/+2 |
| | |||||
* | Use a HSeparator between the classes and the items. | Guido van Rossum | 1999-01-11 | 1 | -13/+18 |
| | | | | | Make the list of classes wider by default (40 chars). Bind ESC to close-window. | ||||
* | Separator classes (draggable divider between two panes). | Guido van Rossum | 1999-01-11 | 1 | -0/+89 |
| | |||||
* | Don't traceback when wakeup() is called when the window has been destroyed. | Guido van Rossum | 1999-01-09 | 1 | -3/+8 |
| | | | | | This can happen when a torn-of Windows menu references closed windows. And Tim Peters claims that the Windows menu is his favorite to tear off... | ||||
* | Allow tearing off of the Windows menu. | Guido van Rossum | 1999-01-09 | 1 | -1/+0 |
| | |||||
* | Close on ESC. | Guido van Rossum | 1999-01-09 | 1 | -1/+2 |
| | |||||
* | Updated a bunch of things (it was mostly still 0.1!) | Guido van Rossum | 1999-01-09 | 1 | -17/+39 |
| | |||||
* | Added ScriptBinding to standard bindings. | Guido van Rossum | 1999-01-09 | 1 | -0/+1 |
| | |||||
* | This now actually works. See doc string. It can run a module (i.e. | Guido van Rossum | 1999-01-09 | 1 | -18/+130 |
| | | | | | import or reload) or debug it (same with debugger control). Output goes to a fresh output window, only created when needed. | ||||
* | What's new in this release. | Guido van Rossum | 1999-01-08 | 2 | -2/+51 |
| | |||||
* | Paul Prescod's patches to allow the stack viewer to pop up when a | Guido van Rossum | 1999-01-08 | 2 | -0/+12 |
| | | | | traceback is printed. | ||||
* | Change paragraph width limit to 70 (like Emacs M-Q). | Guido van Rossum | 1999-01-07 | 1 | -1/+1 |
| | |||||
* | Separating TODO from README. Slight reformulation of features. No | Guido van Rossum | 1999-01-07 | 1 | -113/+6 |
| | | | | exact release date. | ||||
* | Separating TODO from README. | Guido van Rossum | 1999-01-07 | 1 | -0/+132 |
| | |||||
* | Hm. There was a boundary condition error at the end of the file too. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Hm. Add Unix binding for replace, too. | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Ran eventparse.py again. | Guido van Rossum | 1999-01-04 | 1 | -6/+2 |
| | |||||
* | Added Unix Meta-q key binding; | Guido van Rossum | 1999-01-04 | 1 | -1/+5 |
| | | | | fix find_paragraph when at start of file. | ||||
* | Added Meta-/ binding for Unix as alt for Alt-/. | Guido van Rossum | 1999-01-04 | 1 | -0/+4 |
| | |||||
* | Add unix binding for grep (otherwise the menu entry doesn't work!) | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Adjusted Unix height to work with fvwm96. :=( | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Need to import sys! | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Formatted some paragraphs | Guido van Rossum | 1999-01-04 | 3 | -57/+46 |
| | |||||
* | Add new extension to reformat a (text) paragraph. | Guido van Rossum | 1999-01-04 | 2 | -0/+102 |
| | |||||
* | Typo in Win specific height setting. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
| | | | | create a directory and moer the original file to the index.html. | ||||
* | Added something like Tim Peters' backspace patch. | Guido van Rossum | 1999-01-03 | 1 | -2/+28 |
| | |||||
* | Adapted to Unix (i.e., more hardcoded constants). | Guido van Rossum | 1999-01-03 | 1 | -3/+10 |
| | |||||
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 38 | -898/+2203 |
| | | | | | | | | | | | | Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet. | ||||
* | D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) | Barry Warsaw | 1998-12-29 | 1 | -4/+7 |
| | |||||
* | Update on history of `uk' top level, greatly condensed from David | Barry Warsaw | 1998-12-27 | 1 | -6/+6 |
| | | | | Pick's emailed account. | ||||
* | Provide more detail when the commit button is not shown. | Guido van Rossum | 1998-12-23 | 2 | -8/+17 |
| |