| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed.
|
| |
|
|
|
|
|
| |
Make object browser work in OSX (by rewriting the old browser
LDEF in Python). If at all possible, this should go into 2.2.1.
Use the Carbon scrap manager interface if the old interface isn't available.
|
| |
|
|
|
| |
Make object browser work in OSX (by rewriting the old browser
LDEF in Python). If at all possible, this should go into 2.2.1.
|
| |
|
|
|
|
| |
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
|
| |
|
|
| |
Use the Carbon scrap manager interface if the old interface isn't available.
|
| |
|
|
| |
Use the Carbon scrap manager interface if the old interface isn't available.
|
| |
|
|
| |
added support for live feedback in scrollbars
|
| |
|
|
|
|
|
|
|
|
| |
- Added minimal support for floating windows.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
| |
|
|
|
|
|
|
|
|
| |
- Don't append quit menu when on OSX, it is special and automatic there.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
| |
|
|
|
|
|
|
|
|
| |
- Added minimal support for floating windows.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
| |
|
|
|
|
|
|
|
| |
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Flush screen buffer upon console.flush() and output.flush().
This fixes bug #511992.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
- Modified version of patch #496882: echo SimpleStdin readline()
input to stdout.
|
| |
|
|
| |
half-hearted stab at supported the 2.2 object model better.
|
| |
|
|
| |
made radio button labels readable under OSX
|
| |
|
|
| |
Not sure how to properly solve this.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
looking worse and worse if you deactivate/activate the window
a few times. I don't know how to fix this properly, but I'm beginning
to think that it's almost impossible to support the Appearance
manager properly due to the way W works. Time for W2?...
|
| |
|
|
| |
appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work.
|
| | |
|
| |
|
|
| |
instead. This fixes bug #488420.
|
| |
|
|
| |
changes from start of branch upto r22b2 were already merged, of course).
|
| | |
|
| |
|
|
| |
which makes it work under Carbon. Next stop: the object browser.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- removed default button drawing code: this doesn't work well
under OSX. Needs to be replaced by SetWindowDefaultButton()
calls, once we have those.
|
| | |
|
| | |
|
| |
|
|
| |
this week (apparently me and Bob Heeter at more or less the same time).
|
| |
|
|
|
|
|
| |
enough, but may have side-effects because it preallocates a single
codeop.Compiler() to compile all statements the user enters.
Just: please review and retract/modify if necessary.
|
| | |
|
| |
|
|
| |
needed).
|
| |
|
|
| |
that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package.
|
| |
|
|
|
| |
- Made the "killed unknown window" code dependent on a global var,
so you can easily turn the behaviour off for IDE debugging.
|
| | |
|
| | |
|
| |
|
|
| |
Carbon and its workaround.
|
| | |
|
| | |
|
| |
|
|
|
| |
of sre, and partly fixing re -> regex porting oversights
- fixed PyFontify.py so it actually *works* again..
|
| |
|
|
|
| |
- make method reload handle __private attrs correctly
- fixed whole word search
|
| | |
|
| | |
|