Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -57/+0 |
| | | | | | | | | | EditorWindow.py don't track Py Idle patch 543222 - disable script bindings in shell since it was done differently in MAIN Remove "binding comments" 05 Aug 1.23.2.3 to 1.23.2.4 Remove last dependencies to old config backend 06Aug to 1.23.2.5 | ||||
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -0/+480 |
| | | | | | | EditorWindow.py AutoIndent merged 21Jul Comment out debug messages 21Jul | ||||
* | 1. Prevent Undo before IOmark in PyShell.PyShell | Kurt B. Kaiser | 2002-07-11 | 1 | -10/+12 |
| | | | | | 2. Consolidate Undo code in EditorWindow.EditorWindow 3. Remove Formatting and Run menus from PyShell | ||||
* | Modifying EditorWindow causes breakpoints in that module to be removed | Kurt B. Kaiser | 2002-07-06 | 1 | -2/+6 |
| | | | | | | from both sides of the split debugger. M Debugger.py M EditorWindow.py | ||||
* | Clear associated breakpoints when closing an edit window. | Kurt B. Kaiser | 2002-06-24 | 1 | -15/+19 |
| | | | | | | | | | | M Debugger.py : Added clear_file_breaks() M EditorWindow.py : Clear breaks when closed, commments->docstrings, comment out some debugging print statements M PyShell.py : comments->docstrings ; clarify extending EditorWindow methods. M RemoteDebugger.py: Add clear_all_file_breaks() functionality, clarify some comments. | ||||
* | Rework the code to have only the GvR RPC. Output from execution of user | Kurt B. Kaiser | 2002-06-12 | 1 | -6/+0 |
| | | | | code is directed to the Shell. | ||||
* | tracking python idle changes: | Steven M. Gava | 2002-04-22 | 1 | -4/+12 |
| | | | | Patch #540583: Open MS Help Docs if available. | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -1/+70 |
| | | | | recent files menu | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -7/+30 |
| | | | | user defined help items | ||||
* | further work on dynamic reconfiguration; | Steven M. Gava | 2002-03-18 | 1 | -0/+33 |
| | | | | keybindings | ||||
* | further work on dynamic config changes; | Steven M. Gava | 2002-03-12 | 1 | -1/+15 |
| | | | | editor font | ||||
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 1 | -0/+10 |
| | | | | dynamic theme changes | ||||
* | bugfix for the problem where EditorWindow instances | Steven M. Gava | 2002-02-26 | 1 | -2/+5 |
| | | | | | would appear to freeze for a few seconds on closing in some cases when running under X | ||||
* | further work on config system | Steven M. Gava | 2002-02-18 | 1 | -1/+1 |
| | |||||
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 1 | -11/+2 |
| | |||||
* | loading core keybindings via new config system plus | Steven M. Gava | 2002-01-04 | 1 | -1/+0 |
| | | | | further devel of highlight handling | ||||
* | move core functionality of SearchBindings.py into EditorWindow.py proper | Steven M. Gava | 2002-01-04 | 1 | -0/+41 |
| | | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now | ||||
* | moving to new config system | Steven M. Gava | 2002-01-03 | 1 | -15/+19 |
| | |||||
* | back in harness on new config system | Steven M. Gava | 2001-11-21 | 1 | -1/+6 |
| | |||||
* | merged status bar packing patch | Steven M. Gava | 2001-10-07 | 1 | -2/+4 |
| | |||||
* | support for help menu changes | Steven M. Gava | 2001-08-11 | 1 | -0/+5 |
| | |||||
* | A more lightweight (and read only) way to view help text | Steven M. Gava | 2001-07-31 | 1 | -38/+4 |
| | | | | | until the new help system is implemented. Removed some commented cruft. | ||||
* | activate new about dialog for testing | Steven M. Gava | 2001-07-31 | 1 | -5/+7 |
| | |||||
* | updated about info for 0.8.1 release | Steven M. Gava | 2001-07-21 | 1 | -3/+3 |
| | |||||
* | minor tidy-ups ready for 0.8.1 alpha tarball release | Steven M. Gava | 2001-07-19 | 1 | -7/+15 |
| | |||||
* | py-cvs-2000_07_13 (Rev 1.38) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -7/+3 |
| | | | | | | "Remove legacy support for the BrowserControl module; the webbrowser module has been included since Python 2.0, and that is the preferred interface." --fdrake | ||||
* | py-cvs-rel2_1 (Rev 1.33 - 1.37) merge | Kurt B. Kaiser | 2001-07-13 | 1 | -14/+16 |
| | | | | | | | | | | | VP IDLE version depended on VP's ExecBinding.py and spawn.py to get the path to the Windows Doc directory (relative to python.exe). Removed this conflicting code in favor of py-cvs updates which on Windows use a hard coded path relative to the location of this module. py-cvs updates include support for webbrowser.py. Module still has BrowserControl.py for 1.5.2 support. At this point, the differences wrt py-cvs relate to menu functionality. | ||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+749 |