| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
This adds a new key definition for OSX, which is slightly different from the
classic mac definition.
Also add NEWS item for a couple of bugfixes I added recently.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
M EditorWindow.py
M ScriptBinding.py
M NEWS.txt
|
| |
|
|
|
|
|
|
| |
Bug 1010370 Dave Florek
M EditorWindow.py
M PyShell.py
M NEWS.txt
|
| |
|
|
|
| |
This patch replaces the menubar that is used by AquaTk for windows without a
menubar of their own by one that is more appropriate for IDLE.
|
| |
|
|
| |
part of bug #1517990.
|
| | |
|
| |
|
|
|
|
|
|
| |
Patch 1407280 Tal Einat
M ParenMatch.py
M NEWS.txt
M CREDITS.txt
|
| | |
|
| |
|
|
|
|
|
|
|
| |
1. 'as' highlighted as builtin in comment string on import line
2. Comments such as "#False identity" which start with a keyword immediately
after the '#' character aren't colored as comments.
3. u or U beginning unicode string not correctly highlighted
Closes bug 1325071
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Without this patch IDLE will get unresponsive when you open the debugger
window on OSX. This is both using the system Tcl/Tk on Tiger as the latest
universal download from tk-components.sf.net.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the
menus and adds support for file-open events.
|
| |
|
|
| |
Occurences in email and compiler were ignored due to backwards compat requirements.
|
| |
|
|
| |
tried to update one item in a tuple.
|
| | |
|
| | |
|
| |
|
|
| |
kills GUI. Report from B. Sherwood. Backport to 2.3.4.
|
| | |
|
| |
|
|
| |
Patch 1315161 sebastien blanchet
|
| |
|
|
| |
2. Allow binding of movement keys
|
| | |
|
| |
|
|
| |
(Opens immediately if TAB is typed after '.')
|
| |
|
|
| |
updated after a keyset change. Also, formatted ApplyKeyBindings()
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A idlelib/AutoCompleteWindow.py
A idlelib/AutoComplete.py
A idlelib/HyperParser.py
M idlelib/PyShell.py
M idlelib/ParenMatch.py
M idlelib/configDialog.py
M idlelib/EditorWindow.py
M idlelib/PyParse.py
M idlelib/CallTips.py
M idlelib/CallTipWindow.py
M idlelib/run.py
M idlelib/config-extensions.def
A idlelib/MultiCall.py
|
| |
|
|
| |
IDLEfork Patch 681992, Noam Raphael
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
when using X11 and the Fink distribution. Python Bug 1263656.
2. Eliminate duplicated code in ScriptBinding.run_module_event()
Modified Files:
NEWS.txt ScriptBinding.py
|
| | |
|
| | |
|
| |
|
|
|
| |
M IdleHistory.py
M PyShell.py
|
| |
|
|
|
|
|
|
|
| |
of replacing the input line, the previous command is now appended to the
input line. Indentation is preserved, and undo is enabled.
Patch 1196917 Jeff Shute
Modified Files:
NEWS.txt PyShell.py
|
| |
|
|
|
|
|
|
|
|
| |
the Untabify command.
2. Corrected "tab/space" Error Dialog to show correct menu for Untabify.
Patch 1196980 Jeff Shute
M EditorWindow.py
M NEWS.txt
M ScriptBinding.py
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
New files are colorized by default, and colorizing is removed when
saving as non-Python files. Patch 1196895 Jeff Shute
Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524
2. Update help.txt for left/right word delete
M CREDITS.txt
M ColorDelegator.py
M EditorWindow.py
M NEWS.txt
M help.txt
|
| |
|
|
|
|
| |
M NEWS.txt
M PyShell.py
M rpc.py
|
| |
|
|
| |
loop. Patch # 1190163 Michiel de Hoon
|
| |
|
|
|
|
|
|
| |
Default remains cyclic. Python Patch 914546 Noam Raphael.
M IdleHistory.py
M NEWS.txt
M config-main.def
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has never worked and no one has complained. It is still possible to set a
default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on
tabs for the current EditorWindow via the Format menu) but IDLE will encourage
indentation via spaces.
Enable setting the indentation width using the Options dialog.
Bug # 783877
Remove some commented out old code from configDialog.py (related to old
methods for invoking the HelpBrowser).
M EditorWindow.py
M NEWS.txt
M configHandler.py
|
| |
|
|
|
|
|
| |
M EditorWindow.py
M NEWS.txt
M config-keys.def
M configHandler.py
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Restore use of set_indentation_params(), was dead code since
Autoindent.py was merged into EditorWindow.py.
3. Make usetabs, indentwidth, tabwidth, context_use_ps1 instance vars
and set in EditorWindow.__init__()
4. In PyShell.__init__() set usetabs, indentwidth and context_use_ps1
explicitly (config() is eliminated).
5. Add Tabnanny check when Module is Run/F5, not just when Checked.
6. Discourage using an indent width other than 8 when using tabs to
indent Python code.
M EditorWindow.py
M NEWS.txt
M PyShell.py
M ScriptBinding.py
|