Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -1/+1 |
| | | | | absolute imports. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -3/+3 |
| | |||||
* | Updated patch (CodeContext.061217.patch) to | Kurt B. Kaiser | 2007-02-06 | 1 | -53/+19 |
| | | | | | [ 1362975 ] CodeContext - Improved text indentation Tal Einat 16Dec06 | ||||
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -2/+2 |
| | |||||
* | Patch #1362975: Rework CodeContext indentation algorithm to | Martin v. Löwis | 2006-11-22 | 1 | -17/+60 |
| | | | | | avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget. | ||||
* | The 'with' statement is now a Code Context block opener | Kurt B. Kaiser | 2006-08-16 | 1 | -1/+1 |
| | |||||
* | Remove usage of sets module (patch #1500609). | Georg Brandl | 2006-07-17 | 1 | -2/+1 |
| | |||||
* | Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. | Kurt B. Kaiser | 2005-10-03 | 1 | -4/+11 |
| | |||||
* | Tweak CodeContext.py docstrings, comments, and names. | Kurt B. Kaiser | 2005-10-03 | 1 | -51/+57 |
| | |||||
* | Increased performance in CodeContext extension Patch 936169 Noam Raphael | Kurt B. Kaiser | 2005-10-02 | 1 | -27/+43 |
| | |||||
* | Noam Raphel: Further developemt of CodeContext feature. | Kurt B. Kaiser | 2004-06-06 | 1 | -10/+10 |
| | | | | | | | | | | | | The visibility state of the code context pane is now persistent between sessions and the pane does not appear in the shell window. M CodeContext.py M EditorWindow.py M NEWS.txt M PyShell.py M config-extensions.def M configHandler.py | ||||
* | Fix a bug I introduced which causes all block openers at an indent level | Kurt B. Kaiser | 2004-04-26 | 1 | -1/+1 |
| | | | | to be shown, instead of outdenting each level. | ||||
* | 1. Add an Options menu entry: Code Context | Kurt B. Kaiser | 2004-04-24 | 1 | -17/+29 |
| | | | | | | | | | | 2. Add a <<toggle-code-context>> envent to the [CodeContext] section of config-extensions.def and also a default-on variable, set to 0. 3. Update the help file to include Code Context. M CodeContext.py M config-extensions.def M help.txt | ||||
* | - New Extension: CodeContext. Provides block structuring hints for code | Kurt B. Kaiser | 2004-04-21 | 1 | -0/+127 |
which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def |