28fb4da253e5dc108fe99da4c6fe64d110dd469c |
|
31-Aug-2016 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #17642: add larger font sizes for classroom projection.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
92390ab932441400f2e243600e199c174048807b |
|
14-Jun-2016 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #27245: IDLE: Cleanly delete custom themes and key bindings. Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
0825e633cd64aba8d36cd5bf63f26c7e0284a454 |
|
17-May-2016 |
Terry Jan Reedy <tjreedy@udel.edu> |
Backports: #25747: remove bad test. #27044: stop test_idle from leaking.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f |
|
17-Apr-2016 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
35aa5d07a2865f34d178e7c35c1f1eeb73289eac |
|
12-Nov-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #25313: Change the handling of new built-in text color themes to better address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
1256b3c677172967f158693b0af8de0125ed687d |
|
22-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24782: Limit width of canvas and hence IDLE settings dialog.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9188516e28002d5a123b06b74d1daacfe8f7105d |
|
20-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24782: Don't try to run now-removed extension dialog test.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
4922ac1b8010516a59d5b345f844c269b162f8f0 |
|
14-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24782: whitespace
/external/python/cpython2/Lib/idlelib/configDialog.py
|
1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e |
|
14-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24782: Finish converting the Configure Extension dialog into a new tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c0a053e4d5a73b8493ca3336f0c37835b1d35a9e |
|
12-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #22726: Re-activate config dialog help button with some content about the other buttons and the new IDLE Dark theme.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9f37eae9cc923407a455cdd615de01112f0aa80b |
|
04-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c30475e755040d8b47aceb9bc2d90a3baddc5d9f |
|
03-Oct-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24820: Users can now set breakpoint colors in Settings -> Custom Highlighting. Original patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
936a6f15c63b74de6fb8e017f3bde07da09d6add |
|
27-Aug-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #24782: In Idle extension config dialog, replace tabs with sorted list. Patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
1235214945c72e7e0193cdbf3a89da7cff02f1af |
|
02-Aug-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default editor font. This should not affect current customized font selections. Patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
d8dc7496c5fb1590654e29260cb09f43d6497a6a |
|
15-May-2015 |
Terry Jan Reedy <tjreedy@udel.edu> |
idlelib: remove unused names and imports (one is a duplicate import).
/external/python/cpython2/Lib/idlelib/configDialog.py
|
16e093db989f112353fc7c244ef549f279934c21 |
|
16-Dec-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #20577: move configuration of FormatParagraph extension to new extension configuration dialog. Patch by Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
7a16207ce129f3068c97b51bcdc0614199af60d5 |
|
23-Oct-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #3068: Add Idle extension configuration dialog to Options menu. Original patch by Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
cf834769e4f2c3b14c93091334f2334284c9d8c0 |
|
17-Oct-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of htests to add # htest # marker for coveragepy and stop tcl errors.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
23030dbfe24cdb5269c111ca10c5640df6bff668 |
|
09-Oct-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue 3068: Move idlelib.configDialog action button creation into a separate method so it can be reused by the new extension dialog.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
ae4108612c961990bb2e6498f60e1f41c3993c04 |
|
04-Aug-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, a, b in arg lists, and hanging indents for long arg lists.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
19b7a75abf97e2d609bbbff49e145e6b8d254cbf |
|
31-Jul-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. In 2.7, these become leaks and cause test_gc to fail.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
110796fb1588b1ab433f327f84175dffde229df8 |
|
27-Jul-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. Only change 2.7 version. Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone). Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)). Change spacing to match 3.4 (will later make spacing changes to both).
/external/python/cpython2/Lib/idlelib/configDialog.py
|
af0dce939ce1e402cfd530d925e8f30a755a63ef |
|
15-Jul-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #21982: Add minimal unittest for configDialog with 46% coverage.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
76916e8404923b1c81217bfeb71df8d7f4f772c8 |
|
29-May-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
57847df4e59015c141e645b47112829cf41b582a |
|
28-Mar-2014 |
Ned Deily <nad@acm.org> |
Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
1d9b9215f026ea36d10212a100bde7b91c90bf2e |
|
27-Jan-2014 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #17721: Remove non-functional configuration dialog help button until we make it actually gives some help when clicked. Patch by Guilherme Simões.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
d8590ff209369f45a5ed417c79ce255a33f70a1d |
|
24-Dec-2012 |
Andrew Svetlov <andrew.svetlov@gmail.com> |
Issue #16511: Use default IDLE width and height if config param is not valid. Patch Serhiy Storchaka.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
e3d47128c5b1b10bc3c1e4b9fadfd9bcc08c844c |
|
23-Oct-2012 |
Ned Deily <nad@acm.org> |
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
42f7b7ecb2cd2e0c3d62315f033639b2ad8bacd9 |
|
26-May-2012 |
Terry Jan Reedy <tjreedy@udel.edu> |
Issue #14876: Use user-selected font for highlight configuration. Patch by Roger Serwy.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
a7f242fa2a005082b2067a558471178a2ed3fc93 |
|
02-Apr-2010 |
Florent Xicluna <florent.xicluna@gmail.com> |
#7092: Drop the cmp argument.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
d630c04ab1ab35e2ec6eeeaba9bdcb9f8e730e78 |
|
02-Apr-2010 |
Florent Xicluna <florent.xicluna@gmail.com> |
#7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc |
|
10-Oct-2009 |
Benjamin Peterson <benjamin@python.org> |
replace has_key with 'in' operator
/external/python/cpython2/Lib/idlelib/configDialog.py
|
b9ee881f8bd92bc3aac4ae8072d148f3166770ec |
|
15-Jul-2009 |
Amaury Forgeot d'Arc <amauryfa@gmail.com> |
#6076 Add a title to the IDLE Preferences window.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
a97063a1086266e774586765b3c3e65ed2a4a1eb |
|
04-Mar-2009 |
Ronald Oussoren <ronaldoussoren@mac.com> |
Fixes issues 3883 and 5194
/external/python/cpython2/Lib/idlelib/configDialog.py
|
6634bf2919d855ccd821e878b8cc00c7209f1cbe |
|
20-May-2008 |
Georg Brandl <georg@python.org> |
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 |
|
16-May-2008 |
Georg Brandl <georg@python.org> |
Tkinter rename, step 2: fix imports and add stub modules.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c5f05e45cffa16f45f1332cec531c045893f928f |
|
23-Feb-2008 |
Christian Heimes <christian@cheimes.de> |
Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/idlelib/configDialog.py
|
f05fa33a6c42bc21ffdfe7a20226a2b9a83ac3c2 |
|
15-Feb-2008 |
Kurt B. Kaiser <kbk@shore.net> |
Configured selection highlighting colors were ignored; updating highlighting in the config dialog would cause non-Python files to be colored as if they were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
28c7bcf38e1e69a9091cbba90b982331428ddbe6 |
|
28-Dec-2007 |
Kurt B. Kaiser <kbk@shore.net> |
Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
20172f9b5dbfffe4ba005b298325b8a461bea013 |
|
30-Oct-2007 |
Kurt B. Kaiser <kbk@shore.net> |
check in Tal Einat's update to tabpage.py Patch 1612746 M configDialog.py M NEWS.txt AM tabbedpages.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
cca976b11c754304544b8d1fcc543c3000019f4a |
|
10-Oct-2007 |
Kurt B. Kaiser <kbk@shore.net> |
Allow cursor color change w/o restart. Patch 1725576 Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
e3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7 |
|
04-Oct-2007 |
Kurt B. Kaiser <kbk@shore.net> |
configDialog cleanup. Patch 1730217 Tal Einat.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
b17544551fc8dfd1304d5679c6e444cad4d34d97 |
|
18-Nov-2005 |
Kurt B. Kaiser <kbk@shore.net> |
Merge IDLE-syntax-branch r39668:41449 into trunk 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
/external/python/cpython2/Lib/idlelib/configDialog.py
|
7eb4b7d177adae5b5d0aefa6f54170b3967b2473 |
|
22-Jul-2005 |
Georg Brandl <georg@python.org> |
Fix all wrong instances of "it's".
/external/python/cpython2/Lib/idlelib/configDialog.py
|
acdef858a51f32d2b2c82f3d47025cb26c2a63ee |
|
31-Jan-2005 |
Kurt B. Kaiser <kbk@shore.net> |
Removed ability to configure tabs indent from Options dialog. This 'feature' 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
/external/python/cpython2/Lib/idlelib/configDialog.py
|
5acdf9308191b6356fb3ed4ba691ba5cd391f202 |
|
16-Nov-2004 |
Kurt B. Kaiser <kbk@shore.net> |
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M configDialog.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
4e49b836db96264b3b5236794a3200eea32b2519 |
|
04-Jun-2004 |
Raymond Hettinger <python@rcn.com> |
SF patch #961387: Make IDLE's paragraph reformatting width configurable
/external/python/cpython2/Lib/idlelib/configDialog.py
|
cf6f1b69eb5f491dd3cba6c5c90bcb344d4b3a96 |
|
11-Apr-2004 |
Kurt B. Kaiser <kbk@shore.net> |
M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
73360a3e61274ffcc4c9fc3d09746bd6603e92a5 |
|
08-Mar-2004 |
Kurt B. Kaiser <kbk@shore.net> |
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe M ClassBrowser.py M ColorDelegator.py M EditorWindow.py M NEWS.txt M PyShell.py M TreeWidget.py M config-highlight.def M configDialog.py M configHandler.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
70a6b49821a3226f55e9716f32d802d06640cb89 |
|
12-Feb-2004 |
Walter Dörwald <walter@livinglogic.de> |
Replace backticks with repr() or "%r" From SF patch #852334.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
931237e2e66975c54e2ac6c5e503ee2992a22bcf |
|
09-Jul-2003 |
Raymond Hettinger <python@rcn.com> |
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
/external/python/cpython2/Lib/idlelib/configDialog.py
|
053916959af8868715c9ce4b960c6607f6b12f12 |
|
26-May-2003 |
Kurt B. Kaiser <kbk@shore.net> |
1. SF Bug 661676 The default font is not highlighted in the Options dialog when IDLEfork is first installed. 2. Reduce default font to 10 pt and increase default window height to give a better initial impression on Windows. M config-main.def M configDialog.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
6c638b6755ce606c03ffa24106348a7c17161762 |
|
26-May-2003 |
Kurt B. Kaiser <kbk@shore.net> |
Bruce Sherwood RFE/Patch SF 661318 Adds autosave capability to IDLE and IDLE configuration dialog. User can Run/F5 without explicit save dialog. The default is to require the user to confirm the save. M ScriptBinding.py M config-main.def M configDialog.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
a053f3388791208bfccb94c9407ffa3f5f79ecc8 |
|
10-May-2003 |
Kurt B. Kaiser <kbk@shore.net> |
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog M IOBinding.py M config-main.def M configDialog.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
8e92bf7699ac3617d3a0a9a55a38f642f5a6ecc6 |
|
14-Jan-2003 |
Kurt B. Kaiser <kbk@shore.net> |
M Bindings.py M EditorWindow.py M NEWS.txt M config-main.def M configDialog.py M configHandler.py M configHelpSourceEdit.py M configSectionNameDialog.py - Change default: IDLE now starts with Python Shell. - Removed the File Path from the Additional Help Sources scrolled list. - Add capability to access Additional Help Sources on the web if the Help File Path begins with //http or www. (Otherwise local path is validated, as before.) - Additional Help Sources were not being posted on the Help menu in the order entered. Implement sorting the list by [HelpFiles] 'option' number. - Add Browse button to New Help Source dialog. Arrange to start in Python/Doc if platform is Windows, otherwise start in current directory. - Put the Additional Help Sources directly on the Help menu instead of in an Extra Help cascade menu. Rearrange the Help menu so the Additional Help Sources come last. Update help.txt appropriately. - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
/external/python/cpython2/Lib/idlelib/configDialog.py
|
e7a161e60ceb5ca24752404683802f49afe18e8c |
|
10-Jan-2003 |
Kurt B. Kaiser <kbk@shore.net> |
M configDialog.py M configHelpSourceEdit.py 1. Attach configHelpSourceEdit error dialogs to parent to avoid Tk root pop-ups. 2. Make configHelpSourceEdit OK button the default and bind <Return>. 3. Reformat configHelpSourceEdit. 4. ConfigDialog.SaveAllChangedConfig() had a bug which caused additional help sources to be deleted when other config items were changed. 4. Uniform capitalization in configDialog. 5. Update configDialog doc string.
/external/python/cpython2/Lib/idlelib/configDialog.py
|
6655e4bc2752f1114a2e1f9a63ffd4191fa50d0d |
|
31-Dec-2002 |
Kurt B. Kaiser <kbk@shore.net> |
Whitespace Normalization
/external/python/cpython2/Lib/idlelib/configDialog.py
|
a178cff979b37771b3da710c23d579cd4abf0f00 |
|
04-Nov-2002 |
Chui Tey <chui.tey@advdata.com.au> |
[ 629984 ] Smaller font sizes not supported
/external/python/cpython2/Lib/idlelib/configDialog.py
|
39df7c440bd2a14818f15c8c3b49fa9129597a09 |
|
14-Sep-2002 |
Kurt B. Kaiser <kbk@shore.net> |
MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul
/external/python/cpython2/Lib/idlelib/configDialog.py
|
1d46e40f58b21dd6c30e21a841d65e9bcbc899b1 |
|
27-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
further work on new config system; recent files menu
/external/python/cpython2/Lib/idlelib/configDialog.py
|
0c5bc8c9518fd18d41aedede536c4a9aa8dfa619 |
|
27-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
further work on new config system; user defined help items
/external/python/cpython2/Lib/idlelib/configDialog.py
|
dbfe92cd27f08d38cc8a2882c147c4289b6b5db1 |
|
18-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
further work on dynamic reconfiguration; keybindings
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9d142adfce027096a5c80dcaf7193b510cf7f984 |
|
12-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
fixes to tabwidth code removal
/external/python/cpython2/Lib/idlelib/configDialog.py
|
63f6714c3ab713767dc35abc2b1129a1d264d858 |
|
12-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
remove tabwidth (for tabs) config stuff, because of the way the tk text widget handles tabs they must remain a fixed size in idle
/external/python/cpython2/Lib/idlelib/configDialog.py
|
b1585417d1f7ae8984ca72b16fd5a21746949ae5 |
|
12-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
further work on dynamic config changes; editor font
/external/python/cpython2/Lib/idlelib/configDialog.py
|
dfd0b296d766645bd2e01955a61f52643a483922 |
|
05-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
remove debug cruft
/external/python/cpython2/Lib/idlelib/configDialog.py
|
f31eec0e2ee3f27951693e7478c5650f64971b3c |
|
05-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
further work on new config system
/external/python/cpython2/Lib/idlelib/configDialog.py
|
b77d343bc846c2049a4cffb1dfd65eb49d1728b4 |
|
02-Mar-2002 |
Steven M. Gava <elguavas@python.net> |
First work on making config changes dynamic, dynamic theme changes
/external/python/cpython2/Lib/idlelib/configDialog.py
|
4974575609ebee40c08d81e98493750b7199b1e6 |
|
18-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
handle user theme and key set deletion
/external/python/cpython2/Lib/idlelib/configDialog.py
|
e28ee754b0749b2c4d1d6eb5f040dd3c8b01154a |
|
11-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
improvement to keybinding re-use check
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9f25e67dd7cf1f7624421b420f117cf5478dcc39 |
|
11-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
base GetHighlight on GetThemeDict for better defaults
/external/python/cpython2/Lib/idlelib/configDialog.py
|
46fa7bf86c4f5444ddfa76c5fbeb49e268412c8f |
|
11-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
further work on config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
052937f0b5bf00aec9512184856ecfd29ec2c886 |
|
11-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
further work on config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
085eb1b3723b14cdcb69d60099033be22910dbec |
|
05-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
further work on config system and config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
a498af269c0974fddb81e8693051dbfb0ecc8f8b |
|
01-Feb-2002 |
Steven M. Gava <elguavas@python.net> |
more work on configuration saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
2d7bb3fa66b55c1af283b51853abe7f62a2a5f49 |
|
29-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
further work on config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
f9bb90e4539b4443960dc2ab217166fb4635b0bb |
|
24-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
further work on saving configs
/external/python/cpython2/Lib/idlelib/configDialog.py
|
bbf5ef552f8485f6cb41ef4491c8172d3c543498 |
|
22-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
more on config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c112cd880a93fb63f1510a6e7c40349db59db617 |
|
22-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
further work on config saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
5f28e8fbfbf9b4db8d322c685ab0341083abd1f0 |
|
21-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
extension config reading by configDialog and beginning of configuration saving
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c628a06c709dcf0d96ad55a475a5a1318d06dba4 |
|
19-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
further work on keybinding configuration
/external/python/cpython2/Lib/idlelib/configDialog.py
|
68d7336cb06ce84c01ee4307cd9fd23d5b273519 |
|
19-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
keybinding configuration
/external/python/cpython2/Lib/idlelib/configDialog.py
|
facfc09352f03930d7b5d6362f30c1141a634dc7 |
|
19-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
keybinding configuration
/external/python/cpython2/Lib/idlelib/configDialog.py
|
0cae01c49638c95fcff200aa92a3e7d580a9bb3e |
|
04-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
loading core keybindings via new config system plus further devel of highlight handling
/external/python/cpython2/Lib/idlelib/configDialog.py
|
ad4f532f6532cc099ba5665e3553394db907796c |
|
03-Jan-2002 |
Steven M. Gava <elguavas@python.net> |
further development of highlighting and editor preference handling, plus misc fixes cleanups for new config system
/external/python/cpython2/Lib/idlelib/configDialog.py
|
2d4e03b09294b38aa03608dc3b9239c21b151e2c |
|
05-Dec-2001 |
Steven M. Gava <elguavas@python.net> |
changes to use new tabpages classes
/external/python/cpython2/Lib/idlelib/configDialog.py
|
3b55a891a197212b34b0c077f72cb3af752468ec |
|
21-Nov-2001 |
Steven M. Gava <elguavas@python.net> |
back in harness on new config system
/external/python/cpython2/Lib/idlelib/configDialog.py
|
d0342cdefa41dd912bbd3dcf774b333605893dd8 |
|
04-Nov-2001 |
Steven M. Gava <elguavas@python.net> |
new config implementation
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9930061ce28b1fc60d267ae3474c74a41e655cd5 |
|
04-Nov-2001 |
Steven M. Gava <elguavas@python.net> |
further config system work
/external/python/cpython2/Lib/idlelib/configDialog.py
|
9dd16b34438dfbb322737f4f8c5cce32f4821bda |
|
03-Nov-2001 |
Steven M. Gava <elguavas@python.net> |
further config system work
/external/python/cpython2/Lib/idlelib/configDialog.py
|
e16d94b77e0ea851d91479c3337ce6b8a5198e5e |
|
03-Nov-2001 |
Steven M. Gava <elguavas@python.net> |
more work to support new config system
/external/python/cpython2/Lib/idlelib/configDialog.py
|
7c0178618875b09241d389d1e415a1bb6142c13d |
|
29-Oct-2001 |
Steven M. Gava <elguavas@python.net> |
more loading from cfg files
/external/python/cpython2/Lib/idlelib/configDialog.py
|
41a8532f66867e7e37d8d2ebc0642db6dc9759b2 |
|
29-Oct-2001 |
Steven M. Gava <elguavas@python.net> |
more of config dialog reading from files
/external/python/cpython2/Lib/idlelib/configDialog.py
|
485f7b6b5807b810cc9c77a2bd458db7db41ec1d |
|
26-Oct-2001 |
Steven M. Gava <elguavas@python.net> |
further work on loading config dialog values from the config files
/external/python/cpython2/Lib/idlelib/configDialog.py
|
429a86af5b07ae365c170c35fb26c4b637146925 |
|
23-Oct-2001 |
Steven M. Gava <elguavas@python.net> |
font/tabs config dialog page now reads its data from the config file
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c11ccf35f413e73ed02a0dfc945ed11b11b94fe0 |
|
24-Sep-2001 |
Steven M. Gava <elguavas@python.net> |
start of new config handling stuff
/external/python/cpython2/Lib/idlelib/configDialog.py
|
33277c767fc4165bf1f8cc05067b2aa32f2a641c |
|
13-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
further work on font config and general feel improvements
/external/python/cpython2/Lib/idlelib/configDialog.py
|
c01e30f072851005e2365cb99bbb3ae4dd13709f |
|
11-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
repair posix fonts fix
/external/python/cpython2/Lib/idlelib/configDialog.py
|
074c9d2b2081237c1071a3775f6e36252cf16ad7 |
|
08-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
beginning of work on the conf. handling smarts
/external/python/cpython2/Lib/idlelib/configDialog.py
|
230e5789e59c387629542cbdce0cf50d5877bb43 |
|
07-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
more fleshing out, this time primarily the 'general' page
/external/python/cpython2/Lib/idlelib/configDialog.py
|
f213ccb5d181e0b66327336cac80e813439edc32 |
|
05-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
began font / indentation page
/external/python/cpython2/Lib/idlelib/configDialog.py
|
60fc707be51c597d13496e544fd817b6a1566be4 |
|
04-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
further work on keybinding page
/external/python/cpython2/Lib/idlelib/configDialog.py
|
952d0a57d8d216b38e68d5c94ed63d812dee442d |
|
03-Aug-2001 |
Steven M. Gava <elguavas@python.net> |
further work on config dialog, particularly highligthing config
/external/python/cpython2/Lib/idlelib/configDialog.py
|
d721c48165bb90889fdce51216ac7de2752eda66 |
|
31-Jul-2001 |
Steven M. Gava <elguavas@python.net> |
indentation style changed to match existing source
/external/python/cpython2/Lib/idlelib/configDialog.py
|
44d3d1a394571c6ddfe29911f92fdd29fd62db71 |
|
31-Jul-2001 |
Steven M. Gava <elguavas@python.net> |
some new dialogs and support files for new about and configuration implementations
/external/python/cpython2/Lib/idlelib/configDialog.py
|