cpython/Mac/Tools/IDE
Jack Jansen d48364e8b1 Forward port of various fixes that were initially only done on the
release23-maint branch:
- Remember the scroll position when rebuilding the browser (as we do far
too often). Fixes #824430.
- Allow for the documentation to be inside PythonIDE as well as in
the Python.app inside the framework (the original location for 2.3).
- Updated version numbers
- In PythonIDE, add the Tools/IDE directory as the second entry in
sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources
as the first one.
- The code for setting the working directory to $HOME was both incorrect
and in the wrong place, fixed.
- On OSX the default location for IDE scripts is now
$HOME/Library/Python/IDE-Scripts.
2003-11-19 13:45:26 +00:00
..
BuildIDE.py
FontSettings.py
MacPrefs.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
ModuleBrowser.py macdinking 2001-11-02 22:55:15 +00:00
PackageManager.icns Icons for the package manager. 2003-02-12 16:20:23 +00:00
PackageManager.plist Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PackageManager.py Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
ProfileBrowser.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
PyBrowser.py More int() around float arguments. 2003-02-12 15:39:16 +00:00
PyConsole.py fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails 2003-10-12 19:27:24 +00:00
PyDebugger.py Gave the text fields a little more space, so they don't get cut off. 2003-03-03 14:56:59 +00:00
PyDocSearch.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
PyEdit.py Fix for [ 782686 ]: new files used \r as the default line separator 2003-11-18 22:41:16 +00:00
PyFontify.py
PyInteractive.py
PythonIDE.icns Auxiliary files for building the IDE applet. Running the IDE through 2002-03-29 23:46:34 +00:00
PythonIDE.plist Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PythonIDE.py Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PythonIDE.rsrc re-checkin as AppleSingle 2001-12-13 12:54:36 +00:00
PythonIDEMain.py Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
Splash.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +00:00
W.py a whole bunch of OSX tweaks 2001-11-18 14:12:43 +00:00
Wapplication.py Fix for #731643: allow "lookup in documentation" to also work if the 2003-05-06 14:28:31 +00:00
Wbase.py fixed some DeprecationWarnings 2003-05-25 20:44:37 +00:00
Wcontrols.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +00:00
Widgets.rsrc re-checkin as AppleSingle 2001-12-13 12:54:36 +00:00
Wkeys.py
Wlists.py In a MultiList select all cells in the row, not only the first one. 2003-02-12 12:47:00 +00:00
Wmenus.py removed silly & mask, avoiding FutureWarning 2003-01-09 22:54:37 +00:00
Wminiapp.py e macresource.need() to open the W resource file in the application init 2002-04-03 21:52:10 +00:00
Wquicktime.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
Wsocket.py
Wtext.py Cast various floats to ints so we don't get warnings. 2003-02-05 15:40:05 +00:00
Wtraceback.py
Wwindows.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +00:00