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
Application Support for QuickCursor
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
  11 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
 
Jeffrey Horn  
View profile  
 More options Sep 6 2009, 11:43 am
From: Jeffrey Horn <jrhorn...@gmail.com>
Date: Sun, 6 Sep 2009 08:43:07 -0700 (PDT)
Local: Sun, Sep 6 2009 11:43 am
Subject: Application Support for QuickCursor
Dear Jesse,

Will QuickCursor support other editors? Is there currently a way for
me to add MacVim to the list of "Edit In" applications, for instance?

I noticed you had TextMate or a similar editor in the screencast.

Cheers,
Jeff


 
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.
Jesse Grosjean  
View profile  
 More options Sep 6 2009, 12:09 pm
From: Jesse Grosjean <je...@hogbaysoftware.com>
Date: Sun, 6 Sep 2009 12:09:30 -0400
Local: Sun, Sep 6 2009 12:09 pm
Subject: Re: [Hog Bay Software] Application Support for QuickCursor
QuickCursor depends on two technolgies. For reading/writing data from
the original application is uses the accessibility api. The nice thing
about that API is that it's not a hack, it's a supported API. But
unfortunatly not all views support the accessibility api (at least not
read/write of the text content). And in particular webkit views don't
support it. And that means that tools that use webkit as their editor
(such as Mail.app) won't work with QuickCursor.

The second (and what your question was about) technology is that the
editor must support the ODB Editor Suite of apple events. Any editor
that supports those apple events "should" work with QuickCursor. I'll
try to make QuickCursor away ahead of time of any editor that can be
supported. But if I've missed one (let me know, and I'll add support
later) and you can add it yourself by editing QuickCursor's
Info.plist.

Jesse


 
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.
Jeff Horn  
View profile  
 More options Sep 6 2009, 12:52 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Sun, 6 Sep 2009 12:52:00 -0400
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
According the MacVim project page, the editor supports ODB.
http://code.google.com/p/macvim/

I couldn't make heads or tails of what to edit inside the info.plist.
I didn't even see a reference to writeroom there. I was editing the
one inside the application bundle.

Thanks for your time on this!

Jeff

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
Jesse Grosjean  
View profile  
 More options Sep 6 2009, 2:14 pm
From: Jesse Grosjean <je...@hogbaysoftware.com>
Date: Sun, 6 Sep 2009 14:14:40 -0400
Local: Sun, Sep 6 2009 2:14 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor

> According the MacVim project page, the editor supports ODB.
> http://code.google.com/p/macvim/

Neat, I didn't know about that. I'll add it to the plist by default now.

> I couldn't make heads or tails of what to edit inside the info.plist.
> I didn't even see a reference to writeroom there. I was editing the
> one inside the application bundle.

Opps I lied. In the current version on the website you need to edit this file:

QuickCursor.app/Contents/PlugIns/QCUserInterface.plugin/Contents/Resources/ Plugin.xml

But that's old. In the new version that's now on github you can just
edit the plist. In anycase I've added MacVM support built in now.

Jesse


 
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.
Jeff Horn  
View profile  
 More options Sep 6 2009, 2:34 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Sun, 6 Sep 2009 14:34:08 -0400
Local: Sun, Sep 6 2009 2:34 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Dear Jesse,

Thanks for being so responsive. I downloaded the source from Github.
As a newb though, I'm lost as to how to compile it. Putting some
linux-fu on it didn't help.

Any tips to get started? I've never compiled a Mac app from source.

Jeff

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
Jesse Grosjean  
View profile  
 More options Sep 6 2009, 2:40 pm
From: Jesse Grosjean <je...@hogbaysoftware.com>
Date: Sun, 6 Sep 2009 14:40:38 -0400
Local: Sun, Sep 6 2009 2:40 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
You need apple's Xcode build system. If that's not already installed I
think it's probably best to just wait until later this week when I
make a release. It's basically done, I just need to write some help,
and I'm waiting on an icon.

Jesse


 
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.
Jeff Horn  
View profile  
 More options Sep 6 2009, 6:58 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Sun, 6 Sep 2009 18:58:14 -0400
Local: Sun, Sep 6 2009 6:58 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Thanks, again, Jesse. I have Xcode installed, but I've never used it.
Thought there were terminal commands to do it, but I've just found the
app in my Developer folder. Good stuff!

Jeff

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
Jeff Horn  
View profile  
 More options Sep 29 2009, 12:53 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Tue, 29 Sep 2009 12:53:28 -0400
Local: Tues, Sep 29 2009 12:53 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Dear Jesse,

I noticed a new dev release. Upon download, I found I could not run
QuickCursor on Leopard. I suppose it's the price of *not* being on the
bleeding edge, because I couldn't install the latest version of Xcode
either, nor could I install the git source with the Leopard version of
Xcode.

I'm caught in some intra-version warp where I don't want to upgrade
since many of my open source apps aren't compatible yet, but I can't
try out new stuff either.

Any plans to make QuickCursor Intel-mac Leopard compatible?

Jeff

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
Jesse Grosjean  
View profile  
 More options Sep 29 2009, 1:00 pm
From: Jesse Grosjean <je...@hogbaysoftware.com>
Date: Tue, 29 Sep 2009 13:00:54 -0400
Local: Tues, Sep 29 2009 1:00 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Jeff,

I think it should build fine for 10.5, I just wasn't thinking much
about it when I built the latest dev version. I'll try to remember to
build for 10.5 for the final release. In the meantime, if you've got
Xcode, I think you should be able to build on 10.5 now. The source is
here:

http://github.com/jessegrosjean/quickcursor

Jesse


 
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.
Jeff Horn  
View profile  
 More options Sep 29 2009, 5:47 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Tue, 29 Sep 2009 17:47:20 -0400
Local: Tues, Sep 29 2009 5:47 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Thanks for your help, Jesse, but I don't know what I'm doing when it
comes to Xcode. I can build from source on *nix machines only
recently.

The build fails after opening the xcodeproject. I use the 10.5 SDK.
When building to debug, it generates 32 errors, and when building
release, over 88. I'm sure I lack necessary libraries or something.
It's all a bit over my head.

I'll just wait for your next devel release. Thanks again.
Jeff

On Tue, Sep 29, 2009 at 1:00 PM, Jesse Grosjean

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
Jeff Horn  
View profile  
 More options Oct 15 2009, 4:18 pm
From: Jeff Horn <jrhorn...@gmail.com>
Date: Thu, 15 Oct 2009 16:18:10 -0400
Local: Thurs, Oct 15 2009 4:18 pm
Subject: Re: [Hog Bay Software] Re: Application Support for QuickCursor
Jesse,

Just wanted to say thanks for the most recent release! Your compiled
release works fine on Leopard, and editing in all the default editors
is a breeze.

I typed this in MacVim, which really rocked my world. Thanks a bunch.

Jeff

--
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.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.
End of messages
« Back to Discussions « Newer topic     Older topic »