Just van Rossum
|
127100531d
|
added "Save options" menu to popup so users can set the creator of scripts -- jvr
|
1999-02-27 17:18:30 +00:00 |
Just van Rossum
|
f4b0681d90
|
changed creator to 'Pide' -- jvr
|
1999-02-27 17:16:54 +00:00 |
Just van Rossum
|
4798c4ef4d
|
added kludge so edit menus work in W.ModalDialogs -- jvr
|
1999-02-27 17:15:32 +00:00 |
Just van Rossum
|
6f0e55a019
|
updated 'vers' resource -- jvr
|
1999-02-27 15:59:31 +00:00 |
Just van Rossum
|
3853be8b14
|
reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr
|
1999-02-27 15:58:47 +00:00 |
Just van Rossum
|
867dc25445
|
added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr
|
1999-02-27 15:53:26 +00:00 |
Jack Jansen
|
24f7b231bb
|
Set the signature for the IDE "by hand", the bundle is already included in the
PythonEngine applet template.
|
1999-02-27 15:24:02 +00:00 |
Jack Jansen
|
1e4cc33a55
|
Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.
|
1999-02-27 15:23:01 +00:00 |
Just van Rossum
|
d4bdbf1097
|
added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr
|
1999-02-26 21:30:19 +00:00 |
Just van Rossum
|
96b64d0675
|
open res file(s) read only; upped __version__ -- jvr
|
1999-02-26 21:19:50 +00:00 |
Just van Rossum
|
ca37995553
|
added slight delay in Scrollbar.click() for more intuitive response -- jvr
|
1999-02-25 23:00:43 +00:00 |
Just van Rossum
|
68922f06bf
|
fixed "crashing" bug when scripts folder as stored in prefs file does not exist.
|
1999-02-25 22:33:05 +00:00 |
Jack Jansen
|
cf2efc67d9
|
Uncommented AskYesNoCancel docstring (how did it get commented in the first place?)
|
1999-02-25 22:05:45 +00:00 |
Jack Jansen
|
208c15ab85
|
Added optional arguments to dialogs to allow setting of button titles.
|
1999-02-16 16:06:39 +00:00 |
Jack Jansen
|
3c7ce60f1f
|
Updated for new folder layout (but not fully tested yet).
|
1999-02-16 00:18:53 +00:00 |
Jack Jansen
|
72a027f170
|
Replaced .hqx project file by binary version, and updated to current CW.
|
1999-02-16 00:18:15 +00:00 |
Jack Jansen
|
68ecab455c
|
Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile.
|
1999-02-15 23:34:56 +00:00 |
Jack Jansen
|
6b6e61dd32
|
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
|
1999-02-15 21:33:34 +00:00 |
Just van Rossum
|
cdcc0f0c3c
|
AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr
|
1999-02-15 00:04:05 +00:00 |
Jack Jansen
|
3b8052685c
|
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
|
1999-02-14 23:12:06 +00:00 |
Jack Jansen
|
561df24437
|
Changed case on cm and qt modules, removed last references to toolboxmodules.
|
1999-02-12 10:33:47 +00:00 |
Jack Jansen
|
87352f8065
|
Build all plugins modules separately, the PlugIns.prj project seems to
have stopped working.
|
1999-02-12 10:29:06 +00:00 |
Jack Jansen
|
a598bc412c
|
Updated for the new one-slb-per-extension scheme.
Added a few references to cvs locations for external libraries.
img now builds in its own Extensions folder.
|
1999-02-10 23:08:24 +00:00 |
Jack Jansen
|
b92268aa3f
|
Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
|
1999-02-10 22:38:44 +00:00 |
Jack Jansen
|
eef0486a45
|
Try a new commit, hoping it'll fix the problems with this project on flap.
|
1999-02-10 21:18:26 +00:00 |
Jack Jansen
|
49fc666033
|
Use typeFloat for all floating point values. The previously used
typeExtended was a Think-ism that must have stopped working years and
years ago without anyone noticing.
|
1999-02-10 09:51:35 +00:00 |
Just van Rossum
|
7f1653c0e5
|
new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr
|
1999-02-07 16:36:22 +00:00 |
Jack Jansen
|
e058189040
|
Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as
argument and return a Control or Menu object.
|
1999-02-07 14:02:03 +00:00 |
Jack Jansen
|
b0687899d7
|
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file. This define is also automatically set if USE_TOOLBOX is
defined.
|
1999-02-07 14:00:50 +00:00 |
Jack Jansen
|
fd44e3d1f4
|
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.
|
1999-02-07 13:59:49 +00:00 |
Jack Jansen
|
fa155a1b2c
|
Don't create symlinks to toolbox modules any more.
|
1999-02-07 13:59:06 +00:00 |
Jack Jansen
|
496cae768f
|
Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.
Moved other toolbox modules to their own .slb file.
|
1999-02-07 13:57:11 +00:00 |
Jack Jansen
|
6d3d6e43ec
|
Added Extensions:img:Mac to default sys.path
|
1999-02-06 17:56:59 +00:00 |
Jack Jansen
|
6c45a82594
|
- img modules are no longer in PlugIns folder
- Added a dependency on toolboxmodules to icglue.cfm68k
|
1999-02-06 17:46:21 +00:00 |
Jack Jansen
|
8eea5baca8
|
img modules are no longer in PlugIns folder.
|
1999-02-06 17:44:28 +00:00 |
Just van Rossum
|
2aaeb52665
|
fixed problem with "reloading" sub-sub-modules -- jvr
|
1999-02-05 21:58:25 +00:00 |
Jack Jansen
|
c256ece88c
|
Partly updated to reflect the new organization and the availability of CVS
access. Will still need a bit of work when all plugins are separated, probably.
|
1999-02-03 13:09:27 +00:00 |
Jack Jansen
|
33a5d7e751
|
Just's script to find non-7-bit-clean charactres in a source tree (slightly
modified by Jack to skip files that are binary despite the TEXT type).
|
1999-02-03 12:07:14 +00:00 |
Just van Rossum
|
7bcd84ddb2
|
updated to the new numpy build setup -- jvr
|
1999-02-02 23:58:50 +00:00 |
Just van Rossum
|
edab93939e
|
re-checkin with "ISO-8859 translation" turned on.
|
1999-02-02 22:31:05 +00:00 |
Just van Rossum
|
b8bf163dde
|
added some comments
|
1999-02-02 22:27:41 +00:00 |
Just van Rossum
|
26a69db4c7
|
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
|
1999-02-02 15:49:03 +00:00 |
Jack Jansen
|
9202755fcb
|
Replaced by Pythonpath.r
|
1999-02-02 15:33:45 +00:00 |
Just van Rossum
|
a61f4ac14d
|
better sys.path munging when running scripts -- jvr
|
1999-02-01 16:34:08 +00:00 |
Just van Rossum
|
79e02231ca
|
removed old IDE stuff -- jvr
|
1999-02-01 01:38:20 +00:00 |
Just van Rossum
|
e1fb04f694
|
minor cleanup of last patch -- jvr
|
1999-02-01 01:29:17 +00:00 |
Just van Rossum
|
9d609b4db4
|
Added PythonIDE to the applet list; added destination filename support for applets -- jvr
|
1999-02-01 01:21:18 +00:00 |
Just van Rossum
|
e590a95796
|
removed turd resources left by my former MacCVS client
-- jvr
|
1999-02-01 01:19:16 +00:00 |
Just van Rossum
|
99ec5a52b8
|
Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr
|
1999-01-31 23:17:56 +00:00 |
Just van Rossum
|
a7a7193363
|
There are now three possible ways to run the IDE:
- this file dropped onto the interpreter
- applet built by BuildApplet (contains only __main__)
- applet built by BuildIDE (contains all IDE modules)
|
1999-01-30 23:49:45 +00:00 |