Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
MacPerl Interfacing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ryan Joseph  
View profile  
 More options Jan 26 2003, 1:49 pm
Newsgroups: perl.macperl.porters
From: sworntothefa...@earthlink.net (Ryan Joseph)
Date: Sun, 26 Jan 2003 10:57:59 -0700
Local: Sun, Jan 26 2003 12:57 pm
Subject: MacPerl Interfacing
Hello.  I'm looking for the means to interface a editor of mine to MacPerl
but cannot find any supporting information. I assume it involves sending
AppleEvents but I can't find these details either. Is someone able to direct
me to the pertinent information? cheers.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Nandor  
View profile  
 More options Jan 28 2003, 8:48 am
Newsgroups: perl.macperl.porters
From: pu...@pobox.com (Chris Nandor)
Date: Tue, 28 Jan 2003 08:39:47 -0500
Local: Tues, Jan 28 2003 8:39 am
Subject: Re: [MacPerl-Porters] MacPerl Interfacing
At 10:57 -0700 2003.01.26, Ryan Joseph wrote:

>Hello.  I'm looking for the means to interface a editor of mine to MacPerl
>but cannot find any supporting information. I assume it involves sending
>AppleEvents but I can't find these details either. Is someone able to direct
>me to the pertinent information? cheers.

So you want your editor to show up with its own menu, as BBEdit can?  Most
of the code to tell you how to do it is available:

        http://cvs.macperl.org/cgi-bin/viewcvs.cgi/macperl/macperl/

Specifically, I think you want MPEditor.c.  It handles all the
communication with the external editor (IIRC).  It shows you what MacPerl
sends to the external editor, and expects to receive.

I also wonder if there might be a way to get your hands on the Alpha source:

        http://www.kelehers.org/alpha/

I believe Alpha acts as an external editor just as BBEdit does, so if you
can get their source, that might help.

Does that help?  If you want more specific information, fire away.

--
Chris Nandor                      pu...@pobox.com    http://pudge.net/
Open Source Development Network    pu...@osdn.com     http://osdn.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Neeracher  
View profile  
 More options Jan 28 2003, 12:49 pm
Newsgroups: perl.macperl.porters
From: neerac...@mac.com (Matthias Neeracher)
Date: Tue, 28 Jan 2003 09:38:35 -0800
Local: Tues, Jan 28 2003 12:38 pm
Subject: Re: [MacPerl-Porters] MacPerl Interfacing

> So you want your editor to show up with its own menu, as BBEdit can?  
> Most
> of the code to tell you how to do it is available:

>    http://cvs.macperl.org/cgi-bin/viewcvs.cgi/macperl/macperl/

> Specifically, I think you want MPEditor.c.  It handles all the
> communication with the external editor (IIRC).  It shows you what
> MacPerl
> sends to the external editor, and expects to receive.

Yes. You can find the entire BBEdit protocol on

http://www.barebones.com/support/develop/odbsuite.shtml

I'm not 100% sure that this is still the same protocol, and MacPerl
uses only a subset of it, but it may help you understand the MacPerl
code further.

Matthias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »