Kurt B. Kaiser
8e92bf7699
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
2003-01-14 22:03:31 +00:00
Kurt B. Kaiser
e7a161e60c
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.
2003-01-10 20:13:57 +00:00
Kurt B. Kaiser
6655e4bc27
Whitespace Normalization
2002-12-31 16:03:23 +00:00
Chui Tey
a178cff979
[ 629984 ] Smaller font sizes not supported
2002-11-04 03:17:45 +00:00
Kurt B. Kaiser
39df7c440b
MERGE DS_RPC_BRANCH into MAIN:
...
configDialog.py
AutoIndent merged 21Jul
2002-09-14 02:58:07 +00:00
Steven M. Gava
1d46e40f58
further work on new config system;
...
recent files menu
2002-03-27 08:40:46 +00:00
Steven M. Gava
0c5bc8c951
further work on new config system;
...
user defined help items
2002-03-27 02:25:44 +00:00
Steven M. Gava
dbfe92cd27
further work on dynamic reconfiguration;
...
keybindings
2002-03-18 02:38:44 +00:00
Steven M. Gava
9d142adfce
fixes to tabwidth code removal
2002-03-12 02:33:52 +00:00
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
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
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
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
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
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
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
2d4e03b092
changes to use new tabpages classes
2001-12-05 07:54:07 +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
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
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
Steven M. Gava
485f7b6b58
further work on loading config dialog values from the config files
2001-10-26 06:47:09 +00:00
Steven M. Gava
429a86af5b
font/tabs config dialog page now reads its data from the config file
2001-10-23 10:42:12 +00:00
Steven M. Gava
c11ccf35f4
start of new config handling stuff
2001-09-24 09:43:17 +00:00
Steven M. Gava
33277c767f
further work on font config and general feel improvements
2001-08-13 04:36:58 +00:00
Steven M. Gava
c01e30f072
repair posix fonts fix
2001-08-11 15:48:13 +00:00
Steven M. Gava
074c9d2b20
beginning of work on the conf. handling smarts
2001-08-08 01:30:38 +00:00
Steven M. Gava
230e5789e5
more fleshing out, this time primarily the 'general' page
2001-08-07 03:28:25 +00:00
Steven M. Gava
f213ccb5d1
began font / indentation page
2001-08-05 08:00:28 +00:00
Steven M. Gava
60fc707be5
further work on keybinding page
2001-08-04 13:58:22 +00:00
Steven M. Gava
952d0a57d8
further work on config dialog, particularly highligthing config
2001-08-03 04:43:44 +00:00
Steven M. Gava
d721c48165
indentation style changed to match existing source
2001-07-31 10:46:53 +00:00