Commit graph

2396 commits

Author SHA1 Message Date
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
Steven M. Gava
2a63a07912 further work supporting reading config dialog values form config files. 2001-10-26 06:50:54 +00:00
Steven M. Gava
f126bcb653 dynamic option menu widget. 2001-10-26 06:49:14 +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
1f733baa04 merged port binding error message patch 2001-10-07 11:44:49 +00:00
Steven M. Gava
4eb286874f merged win spawn patch 2001-10-07 11:26:48 +00:00
Steven M. Gava
898a365c27 merged status bar packing patch 2001-10-07 11:10:44 +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
28ccc2463e removed some cruft 2001-08-12 01:14:55 +00:00
Steven M. Gava
c01e30f072 repair posix fonts fix 2001-08-11 15:48:13 +00:00
Steven M. Gava
abdfc4147d support for help menu changes 2001-08-11 07:46:26 +00:00
Steven M. Gava
5b3ac8f98f some re-design 2001-08-11 07:45:28 +00:00
Steven M. Gava
6b1ab255c2 supports about changes 2001-08-11 07:44:28 +00:00
Steven M. Gava
0ba4df89ab adjust help menu bindings 2001-08-11 07:42:37 +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
b9d07b5a8b A more lightweight (and read only) way to view help text
until the new help system is implemented. Removed some
commented cruft.
2001-07-31 11:11:38 +00:00
Steven M. Gava
d721c48165 indentation style changed to match existing source 2001-07-31 10:46:53 +00:00
Steven M. Gava
885c0bbd54 improve viewfile handling
indentation style changed to match existing source
2001-07-31 10:44:35 +00:00
Steven M. Gava
7d9ed726fb activate new about dialog for testing 2001-07-31 07:01:47 +00:00
Steven M. Gava
646c65c117 removed redundant separate idlfefork ver 2001-07-31 07:00:39 +00:00
Steven M. Gava
44d3d1a394 some new dialogs and support files for new about and configuration implementations 2001-07-31 06:59:02 +00:00
Steven M. Gava
ba247a6bbb updated about info for 0.8.1 release 2001-07-21 09:59:58 +00:00
Steven M. Gava
88ff736ee2 new material for 0.8.1 release 2001-07-21 09:50:55 +00:00
Steven M. Gava
fae9fb197b update in preparation for 0.8.1 alpha release 2001-07-20 08:53:38 +00:00
Steven M. Gava
d39993ef9d bring up to date for 0.8.1 release 2001-07-20 01:36:49 +00:00
Steven M. Gava
4d712a4d67 minor tidy-ups ready for 0.8.1 alpha tarball release 2001-07-19 04:49:13 +00:00
Kurt B. Kaiser
59e07bde96 INSTALLATION: Remove the coexist.patch instructions
****************
setup.py:

Remove the idles script, add some words on IDLE Fork to the
long_description, and clean up some line spacing.
2001-07-17 05:12:42 +00:00
Kurt B. Kaiser
c9a4215482 Put this in the attic, at least for now... 2001-07-17 05:01:04 +00:00
Kurt B. Kaiser
96d8842237 Implement idle command interface as suggested by GvR [idle-dev] 16 July
****************
PyShell: Added functionality:

usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title] [arg] ...

idle file(s)    (without options) edit the file(s)

-c cmd     run the command in a shell
-d         enable the debugger
-i         open an interactive shell
-i file(s) open a shell and also an editor window for each file
-r script  run a file as a script in a shell
-s         run $IDLESTARTUP or $PYTHONSTARTUP before anything else
-t title   set title of shell window

Remaining arguments are applied to the command (-c) or script (-r).

******************
idles: Removed the idles script, not needed

******************
idle:  Removed the IdleConf references, not required anymore
2001-07-17 04:59:01 +00:00
Kurt B. Kaiser
d65ca7231a Added installation instructions.
Added a patch which modifies idlefork so that it can co-exist with
"official" IDLE in the site-packages directory. This patch is not
necessary if only idlefork IDLE is installed. See INSTALLATION for further
details.
2001-07-16 07:08:20 +00:00
Kurt B. Kaiser
91e476f297 Add a script "idles" which opens a Python Shell window.
The default behaviour of idlefork idle is to open an editor window instead
of a shell. Complex expressions may be run in a fresh environment by
selecting "run".  There are times, however, when a shell is desired.
Though one can be started by "idle -t 'foo'", this script is more
convenient.  In addition, a shell and an editor window can be started
in parallel by "idles -e foo.py".
2001-07-16 05:50:45 +00:00
Kurt B. Kaiser
e75785a646 Call out IDLE Fork in startup message. 2001-07-16 05:25:12 +00:00
Kurt B. Kaiser
21ebb211df Add a script "idles" which opens a Python Shell window.
The default behaviour of idlefork idle is to open an editor window instead
of a shell. Complex expressions may be run in a fresh environment by
selecting "run".  There are times, however, when a shell is desired.
Though one can be started by "idle -t 'foo'", this script is more
convenient.  In addition, a shell and an editor window can be started
in parallel by "idles -e foo.py".
2001-07-16 04:00:10 +00:00
Kurt B. Kaiser
0765976cc4 tabnanny and pyclbr are now found in /Lib 2001-07-14 17:06:13 +00:00
Kurt B. Kaiser
03b75dc007 Remove, was retained for 1.5.2 support 2001-07-14 16:29:46 +00:00
Kurt B. Kaiser
3eb78609c0 Installing Idle to site-packages via Distutils does not
copy the Idle help.txt file.

Ref SF Python Patch 422471
2001-07-14 05:48:44 +00:00
Kurt B. Kaiser
b7651761bf py-cvs-2001_07_13 (Rev 1.3) merge
"Make copy, cut and paste events case insensitive.  Reported by Patrick
K. O'Brien on idle-dev. (Should other bindings follow suit?)" --GvR
2001-07-14 05:26:23 +00:00
Kurt B. Kaiser
7711b5f432 py-cvs-2001_07_13 (Rev 1.4) merge
"Move the action of loading the configuration to the IdleConf module
rather than the idle.py script.  This has advantages and
disadvantages; the biggest advantage being that we can more easily
have an alternative main program."  --GvR
2001-07-14 05:21:37 +00:00
Kurt B. Kaiser
40610547be py-cvs-2001_07_13 (Rev 1.4) merge
"Quick update to the extension mechanism (extend.py is gone, long live
config.txt)" --GvR
2001-07-14 05:18:59 +00:00
Kurt B. Kaiser
a4c9be88c6 py-cvs-2001_07_13 (Rev 1.16) merge
"Refactored, with some future plans in mind. This now uses the new
gotofileline() method defined in FileList.py"  --GvR
2001-07-14 05:15:29 +00:00