summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-271-4/+23
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-15/+46
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-151-2/+6
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-121-1/+1
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-121-1/+2
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-311-12/+23
* Add keybindings for del-word-left and del-word-right.Kurt B. Kaiser2005-01-281-0/+10
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-191-61/+56
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-181-2/+5
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-2/+2
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-8/+2
* EditorWindow.py was not finding the .chm help file on Windows. TypoKurt B. Kaiser2004-07-211-1/+2
* Checking sys.platform for substring 'win' was breaking IDLE docs on MacKurt B. Kaiser2004-07-151-14/+9
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-4/+4
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-241-25/+30
* M EditorWindow.pyKurt B. Kaiser2004-04-111-65/+49
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-0/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* Let IDLE use the HTMLHelp docs on Windows, if found.Thomas Heller2003-09-231-2/+6
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-1/+1
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-121-6/+1
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-071-3/+0
* 1. Update WindowList registry when filename changes so thatKurt B. Kaiser2003-06-061-0/+1
* Change to <<open-module>>: always pop up the dialog, using the currentGuido van Rossum2003-06-051-8/+7
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-051-2/+7
* Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected textKurt B. Kaiser2003-01-171-0/+22
* M Bindings.pyKurt B. Kaiser2003-01-141-26/+26
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* M AutoExpand.pyKurt B. Kaiser2003-01-041-6/+10
* Whitespace NormalizationKurt B. Kaiser2002-12-311-20/+20
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-291-7/+8
* Remove debugging statement checked in by accident, ah, carelessness.Kurt B. Kaiser2002-12-201-1/+0
* "'foo' in str" not implemented in Python 2.2, only single character lookupKurt B. Kaiser2002-12-201-1/+2
* In Shell:Kurt B. Kaiser2002-12-161-0/+4
* M EditorWindow.pyKurt B. Kaiser2002-12-161-2/+0
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-231-7/+0
* Apply Josh Robb's Patch:Kurt B. Kaiser2002-10-061-3/+11
* Apply Josh Robb's PatchKurt B. Kaiser2002-10-041-1/+1
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-261-1/+23
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-13/+26
* Merge Py Idle's changes to AutoIndent.py into EditorWindow.py sinceKurt B. Kaiser2002-09-151-9/+7
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-57/+0
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-0/+480
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-111-10/+12
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-061-2/+6
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-241-15/+19
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-6/+0