Commit graph

1291 commits

Author SHA1 Message Date
Steven M. Gava
63f6714c3a remove tabwidth (for tabs) config stuff,
because of the way the tk text widget handles
tabs they must remain a fixed size in idle
2002-03-12 00:52:42 +00:00
Steven M. Gava
b1585417d1 further work on dynamic config changes;
editor font
2002-03-12 00:21:56 +00:00
Steven M. Gava
dfd0b296d7 remove debug cruft 2002-03-05 00:31:43 +00:00
Steven M. Gava
f31eec0e2e further work on new config system 2002-03-05 00:25:58 +00:00
Steven M. Gava
b77d343bc8 First work on making config changes dynamic,
dynamic theme changes
2002-03-02 07:16:21 +00:00
Steven M. Gava
67716b5f53 bugfix for the problem where EditorWindow instances
would appear to freeze for a few seconds on closing
in some cases when running under X
2002-02-26 02:31:03 +00:00
Guido van Rossum
16ac99a959 Fix by Edward K Ream to make breakpoints work on Windows: insert a
missing call to self.canonic().
2002-02-25 23:22:08 +00:00
Steven M. Gava
75a8e65873 tracking changes to python idle:
python Patch #520483: Make IDLE OutputWindow handle Unicode.
2002-02-23 23:27:08 +00:00
Steven M. Gava
82c6682bb7 further work on config system 2002-02-18 01:45:43 +00:00
Steven M. Gava
4974575609 handle user theme and key set deletion 2002-02-18 01:43:11 +00:00
Steven M. Gava
e28ee754b0 improvement to keybinding re-use check 2002-02-11 03:45:22 +00:00
Steven M. Gava
9f25e67dd7 base GetHighlight on GetThemeDict for better defaults 2002-02-11 02:51:18 +00:00
Steven M. Gava
46fa7bf86c further work on config saving 2002-02-11 02:28:19 +00:00
Steven M. Gava
052937f0b5 further work on config saving 2002-02-11 02:20:53 +00:00
Steven M. Gava
085eb1b372 further work on config system and config saving 2002-02-05 04:52:32 +00:00
Steven M. Gava
7cff66d469 improve user config dir handling 2002-02-01 03:02:37 +00:00
Steven M. Gava
a498af269c more work on configuration saving 2002-02-01 01:33:36 +00:00
Steven M. Gava
2d7bb3fa66 further work on config saving 2002-01-29 08:35:29 +00:00
Steven M. Gava
f9bb90e453 further work on saving configs 2002-01-24 06:02:50 +00:00
Steven M. Gava
813b56e387 dialog for getting a new config file section name 2002-01-24 05:59:05 +00:00
Steven M. Gava
8cf2704a59 staying current with python idle fixes 2002-01-23 23:56:41 +00:00
Steven M. Gava
d91b0d6a65 fix for python2.2 -Qnew division error,
thanks Tim!
2002-01-23 05:15:17 +00:00
Steven M. Gava
bbf5ef552f more on config saving 2002-01-22 11:35:50 +00:00
Steven M. Gava
c112cd880a further work on config saving 2002-01-22 05:56:40 +00:00
Steven M. Gava
5f28e8fbfb extension config reading by configDialog and
beginning of configuration saving
2002-01-21 06:38:21 +00:00
Steven M. Gava
72c3bf076f changeover to new keybinding configuration implementation 2002-01-19 10:41:51 +00:00
Steven M. Gava
c628a06c70 further work on keybinding configuration 2002-01-19 10:33:21 +00:00
Steven M. Gava
68d7336cb0 keybinding configuration 2002-01-19 01:30:56 +00:00
Steven M. Gava
facfc09352 keybinding configuration 2002-01-19 00:29:54 +00:00
Steven M. Gava
edb60a7ba9 key binding handling dialog 2002-01-12 09:48:02 +00:00
Steven M. Gava
0cae01c496 loading core keybindings via new config system plus
further devel of highlight handling
2002-01-04 07:53:06 +00:00
Steven M. Gava
c597640515 move core functionality of SearchBindings.py into EditorWindow.py proper
adjust configuration sources accordingly
move SearchBindings.py into the attic now
2002-01-04 03:06:08 +00:00
Steven M. Gava
ad4f532f65 further development of highlighting and editor preference handling,
plus misc fixes cleanups for new config system
2002-01-03 12:05:17 +00:00
Steven M. Gava
767a7ee9ad remove futzing with text font 2002-01-03 12:04:01 +00:00
Steven M. Gava
361cfcd69b fixups and improvements 2002-01-03 12:02:37 +00:00
Steven M. Gava
dc72f48e26 moving to new config system 2002-01-03 11:51:07 +00:00
Steven M. Gava
2d4e03b092 changes to use new tabpages classes 2001-12-05 07:54:07 +00:00
Steven M. Gava
34b8851c5f remove cruft from other project 2001-12-05 06:39:18 +00:00
Steven M. Gava
5b357b977a cleaner tabbed-page mini implementation through classes 2001-12-05 06:32:46 +00:00
Steven M. Gava
17d0154097 further work on new configuration system, specifically,
on keybinding configuration
2001-12-03 00:37:28 +00:00
Steven M. Gava
8c1ab14ada fix for redundant empty parent window when invoked from idle shell window 2001-11-21 05:58:24 +00:00
Steven M. Gava
3b55a891a1 back in harness on new config system 2001-11-21 05:56:26 +00:00
Steven M. Gava
d0342cdefa new config implementation 2001-11-04 11:53:10 +00:00
Steven M. Gava
9930061ce2 further config system work 2001-11-04 07:03:08 +00:00
Steven M. Gava
c034b47ef3 added ability to set hilightthickness 2001-11-03 14:55:47 +00:00
Steven M. Gava
9dd16b3443 further config system work 2001-11-03 14:54:25 +00:00
Steven M. Gava
e16d94b77e more work to support new config system 2001-11-03 05:07:28 +00:00
Chui Tey
8a7b4fa6d2 Documentation patches by bsherwood 2001-10-31 10:40:28 +00:00
Steven M. Gava
7c01786188 more loading from cfg files 2001-10-29 11:19:46 +00:00
Steven M. Gava
41a8532f66 more of config dialog reading from files 2001-10-29 08:05:34 +00:00