Jack Jansen
|
2a97dcce09
|
Use splitlines() in stead of split() to split lines, and added a method
shortdescription() so the code to split off the first line of the
description isn't all over the place.
|
2003-06-01 20:03:43 +00:00 |
Jack Jansen
|
9f0c5754a6
|
- Get the database from a different place.
- Added support for multi-line descriptions. Doesn't look nice
yet in Package Manager.
|
2003-05-29 22:07:27 +00:00 |
Jack Jansen
|
31fa845c01
|
Added Help menu. Fixes #731635
|
2003-05-27 14:10:37 +00:00 |
Just van Rossum
|
8d97b9bd36
|
fixed some DeprecationWarnings
|
2003-05-25 20:44:37 +00:00 |
Just van Rossum
|
ba5db20558
|
also support cmd-. in the interactive window
|
2003-05-09 11:47:23 +00:00 |
Just van Rossum
|
eb64af9201
|
add explicit support for cancelling a running script (CFM-based MacPython had this built-in)
|
2003-05-09 08:58:02 +00:00 |
Just van Rossum
|
476736eed6
|
more dead code removal
|
2003-05-09 08:33:58 +00:00 |
Just van Rossum
|
5ef0e7cc47
|
dead code removal
|
2003-05-09 08:27:33 +00:00 |
Jack Jansen
|
9a79182316
|
Fix for #731643: allow "lookup in documentation" to also work if the
interactive window is frontmost.
|
2003-05-06 14:28:31 +00:00 |
Just van Rossum
|
4e2d23226f
|
Install automatic GIL switcher upon IDE startup.
(Jack: maybe this could/should be done in Framework.py instead, that way
apps don't have to think about it. PackMan springs to mind...)
|
2003-05-03 00:31:35 +00:00 |
Just van Rossum
|
d797e7b507
|
Fixed age-old beginner's error: don't start the main loop as a side
effect of an import. (This is one step towards threading support in
the IDE.)
|
2003-05-02 23:40:29 +00:00 |
Jack Jansen
|
f776dee6dd
|
Hiding packages was done incorrectly. Fixed.
|
2003-04-22 13:53:33 +00:00 |
Jack Jansen
|
36b5198381
|
Refer people to the help pages on failure to load the database.
|
2003-04-16 12:40:21 +00:00 |
Jack Jansen
|
a950d7b24f
|
Added support for per-user installs.
Don't show psuedo-packages by default, added a button to show them.
Cleaned up interface a little (not enough, though).
|
2003-04-16 12:17:56 +00:00 |
Jack Jansen
|
4323090d95
|
Adapted GUI for per-user install. Doesn't do anything yet, though
|
2003-04-15 21:59:42 +00:00 |
Jack Jansen
|
aca44e2771
|
Added a File->Generate OSA Suite command.
|
2003-03-31 15:11:14 +00:00 |
Jack Jansen
|
08801db123
|
The MacPython introductory help is now called MacPython Help, and the
optional full documentation Python Documentation.
|
2003-03-16 22:09:22 +00:00 |
Jack Jansen
|
f3ef038808
|
- Don't ask for bring-to-front when quitting through an appleevent.
- Changed checkbox labels as suggested by Kevin Ollivier.
|
2003-03-16 21:04:50 +00:00 |
Jack Jansen
|
5125c76b68
|
Gave the text fields a little more space, so they don't get cut off.
|
2003-03-03 14:56:59 +00:00 |
Jack Jansen
|
122152451e
|
Don't call AEInteractWithUser unconditionally on a quit appleevent. The
EasyDIalogs methods will call it if needed.
Fixes #684975.
|
2003-03-03 12:28:04 +00:00 |
Jack Jansen
|
d5532affd8
|
Check modes on install and temporary directories. Fixes #693230.
|
2003-02-28 15:19:51 +00:00 |
Jack Jansen
|
f1728713cc
|
Removed silly print.
|
2003-02-28 15:18:59 +00:00 |
Jack Jansen
|
c00b6d7a0a
|
Added an "Open Recent" command. Fixes 607810.
|
2003-02-25 15:08:02 +00:00 |
Jack Jansen
|
5bb97e66dc
|
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
|
2003-02-21 22:33:55 +00:00 |
Jack Jansen
|
fd3e54c68e
|
When building an applet clear out the tempfile and dir afterwards.
|
2003-02-16 21:28:51 +00:00 |
Jack Jansen
|
4ab8437e7f
|
Allow opening of alternate databases.
|
2003-02-14 14:13:25 +00:00 |
Jack Jansen
|
c13f19f1fc
|
Icons for the package manager.
|
2003-02-12 16:20:23 +00:00 |
Jack Jansen
|
ffb8fef6d5
|
Allow this to run both standalone and as a window in the IDE.
|
2003-02-12 15:39:56 +00:00 |
Jack Jansen
|
a359a3d0ac
|
More int() around float arguments.
|
2003-02-12 15:39:16 +00:00 |
Jack Jansen
|
c0452da1b8
|
Create applets slightly differently: by saving the sourcecode to a
temporary location. This is needed to makethings work with the new
buildtools based on bundlebuilder.
|
2003-02-12 15:38:37 +00:00 |
Jack Jansen
|
113af98c89
|
Renamed InstallManager to PackageManager, finished a first stab at the
implementation and integrated it into the IDE.
|
2003-02-12 12:47:56 +00:00 |
Jack Jansen
|
9c679f8128
|
In a MultiList select all cells in the row, not only the first one.
|
2003-02-12 12:47:00 +00:00 |
Jack Jansen
|
73019a6321
|
An install manager window for the IDE and standalone use. Unfinished.
|
2003-02-11 23:15:33 +00:00 |
Jack Jansen
|
726b238860
|
- More int() calls around floating point numbers passed where integers are
expected.
- Fixed resizing of multi-column lists, somewhat.
|
2003-02-11 16:26:26 +00:00 |
Jack Jansen
|
e7ee17c58e
|
Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now
used everywhere).
|
2003-02-06 22:32:35 +00:00 |
Jack Jansen
|
611b9f6697
|
Added "Open File by Name" command which presens a filename dialog. If
the clipboard contains a filename that filename is used as the default.
|
2003-02-05 15:41:09 +00:00 |
Jack Jansen
|
d424836f3a
|
Cast various floats to ints so we don't get warnings.
|
2003-02-05 15:40:05 +00:00 |
Jack Jansen
|
fd0b00e0a7
|
Use new file dialogs.
|
2003-01-26 22:15:48 +00:00 |
Jack Jansen
|
b340acf9fd
|
Use new file dialogs.
|
2003-01-26 21:40:00 +00:00 |
Just van Rossum
|
7a503a4ee6
|
Fix bug #670845: cut & clear in the output window now work, in that
- clear clears the entire buffer
- cut doesn't cut, but copies.
|
2003-01-20 09:02:23 +00:00 |
Just van Rossum
|
c1a9cab8f0
|
interpret utf-8 file names on OSX
|
2003-01-09 23:20:31 +00:00 |
Just van Rossum
|
addc11edf0
|
removed silly & mask, avoiding FutureWarning
|
2003-01-09 22:54:37 +00:00 |
Jack Jansen
|
9431e48d23
|
macfsn is gone.
|
2002-12-26 21:17:42 +00:00 |
Jack Jansen
|
19ac481a2c
|
Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
|
2002-12-13 23:32:51 +00:00 |
Jack Jansen
|
9937a04994
|
Tweaked some button sizes to make them look better on OSX.
|
2002-12-13 23:31:55 +00:00 |
Just van Rossum
|
feddf77ad2
|
another wrong assumption fixed
|
2002-12-13 15:14:22 +00:00 |
Just van Rossum
|
71fd01c099
|
and now the real fix...
|
2002-12-13 11:07:20 +00:00 |
Just van Rossum
|
61fcf76294
|
fixed bool browsing bug, sf bug #652591
|
2002-12-13 10:58:10 +00:00 |
Just van Rossum
|
927bc451c4
|
- reworked the object unpacking code, now supports new-style objects more
or less decently/completely.
- cleaned up a little.
|
2002-12-01 22:10:36 +00:00 |
Jack Jansen
|
362c7cd07b
|
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
|
2002-11-30 00:01:29 +00:00 |