Hey all,

A while back I posted to the group re: improved syntax highlighting in XCode
for MacRuby. It was suggested that I submit something to Apple.

Today, I got a follow up email from Apple saying that someone on their
engineering team is "investigating" the issue.

That's all the information I've got, but hopefully that means we'll see
better support for MacRuby in upcoming releases of XCode!

Also, I should mention this is the first response to a bug I've filed, so I
actually don't know how to interpret the significance of their response. Any
thoughts on that?

Here's to hoping!

Regards,
Alec

On Tue, Aug 2, 2011 at 8:34 AM,
<macruby-devel-requ...@lists.macosforge.org>wrote:

> Send MacRuby-devel mailing list submissions to
>        macruby-devel@lists.macosforge.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> or, via email, send a message with subject or body 'help' to
>        macruby-devel-requ...@lists.macosforge.org
>
> You can reach the person managing the list at
>        macruby-devel-ow...@lists.macosforge.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MacRuby-devel digest..."
>
>
> Today's Topics:
>
>   1. Re: [ANN] Launch: Redwood - Spotlight for the cloud
>      (Craig Williams)
>   2. Re: Keymando is now Available in the App Store! (Bryan Goines)
>   3. Re: Keymando is now Available in the App Store!
>      (Jordan K. Hubbard)
>   4. Re: Keymando is now Available in the App Store! (Kevin Colyar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 1 Aug 2011 14:25:56 -0600
> From: Craig Williams <cwilli...@allancraig.net>
> To: "MacRuby development discussions."
>        <macruby-devel@lists.macosforge.org>
> Subject: Re: [MacRuby-devel] [ANN] Launch: Redwood - Spotlight for the
>        cloud
> Message-ID: <310ac9fc-fd4a-4727-9e13-f4dc2e548...@allancraig.net>
> Content-Type: text/plain; charset=us-ascii
>
> Very nice!
>
>
> > On 1 Aug 2011, at 18:07, Derek Haynes wrote:
> >
> >> Redwood is a "Spotlight for the cloud" -- it searches Basecamp, Gmail,
> >> Google Docs, and Pivotal Tracker from one search bar on your desktop.
> >> You can download Redwood from our homepage:
> >>
> >> http://redwoodapp.com
> >>
> >> We've loved developing the app with MacRuby. Details on the technical
> guts:
> >>
> >> * MacRuby 0.10, embedded in the application bundle
> >> * Originally we used the Nokogiri and GData gems. However, we dropped
> >> these as the load time took several seconds during the application
> >> launch. A likely cause: gems are not compiled like the application
> >> code. The performance during application usage was fine.
> >> * Several Obj-C libraries: Sqlite3 and FMDB for database,
> >> ASIHTTPRequest for HTTP, Sparkle for auto-update, SBJson, and CocoaFob
> >> + Potion Store (a Rails app) for licensing.
> >> * Search results are rendered in HTML/CSS, and events are passed back
> >> and forth between an embedded Webview and Cocoa
> >>
> >> We'll provide a richer overview of our experience w/MacRuby in a
> >> couple of weeks on our blog.
> >>
> >> Give the full-featured trial a whirl and let me know how it goes:
> >> http://redwoodapp.com
> >>
> >> Cheers,
> >>
> >> Derek
> >> _______________________________________________
> >> MacRuby-devel mailing list
> >> MacRuby-devel@lists.macosforge.org
> >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 1 Aug 2011 16:20:27 -0500
> From: Bryan Goines <bryan...@gmail.com>
> To: "MacRuby development discussions."
>        <macruby-devel@lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Keymando is now Available in the App
>        Store!
> Message-ID: <836c93439d2b4abc9ef6898a20929...@gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Just purchased the app and gave positive feedback. I already love this app.
> Nice job Kevin.
>
> --
> Bryan
>
>
> On Monday, August 1, 2011 at 3:25 PM, az...@gmx.net wrote:
>
> > Nice job Kevin - I bet it will interest lots of Vim users.
> >
> > Aston
> > On 1 Aug 2011, at 21:05, Kevin Colyar wrote:
> > > Hey Guys,
> > >
> > > I've finally released my MacRuby app, Keymando, to the App Store!
> > >
> > > http://keymando.com (http://keymando.com/)
> > >
> > > What is Keymando?
> > > ----------------
> > >
> > > Keymando is a full-featured input mapping and automation tool for OSX.
> > >
> > > Keymando Uses
> > > -------------
> > >
> > > Keymando is for productivity junkies, programmers, and any else who
> wants to start using their Mac more efficiently. Here are just a few uses:
> > >
> > >  - Map familiar shortcuts and hotkeys from one application to another.
> > >  - Use mnemonics to trigger automated tasks.
> > >  - Text Abbreviations.
> > >  - Vi-style hjkl navigation throughout OSX.
> > >  - Automate Skype logins and phone calls.
> > >  - Quickly insert dates, times, and other data.
> > >  - Disable application hotkeys and shortcuts.
> > >  - Pretty much anything you want using Ruby to write your own commands!
> > >
> > > Features
> > > --------
> > >
> > >  - Map Keys ? Allows for the mapping of key presses to other keys or
> other arbitrary commands.
> > >  - Filtering ? Create a set of key mappings for a single application or
> group of applications.
> > >  - Dialogs ? Set a global hotkey that prompts for user input then act
> on it.
> > >  - Ruby ? Use the easy-to-use programming language, Ruby, to configure
> Keymando.
> > >  - Plugins ? Write your own plugins to command your Mac to do what you
> want.
> > >
> > > Plays Well with Others
> > > ----------------------
> > >
> > > Easily integrates with applications like Quicksilver, Divvy, and any
> other application on OSX.
> > >
> > >  - Quicksilver
> > >  - Divvy
> > >  - Any application in OSX!
> > >
> > > History
> > > -------
> > >
> > > Keymando was originally named ViKing due the ability the application
> had to mimic the vi editor's navigation style in OSX, a navigation style
> that kept users' hands on the home row instead of the arrow keys. Over the
> last few months ViKing underwent a re-branding effort into its new name,
> Keymando. This was done because the application has matured into a very
> useful product that is not only useful to vi(m) users but to everyone.
> > >
> > > Future
> > > ------
> > >
> > >  Version 2 of Keymando is under active development with exicting new
> features that include:
> > >
> > >  - Recording and playback user interaction.
> > >  - Complete framework to access UI controls.
> > >
> > >
> > > --
> > > Kevin Colyar
> > > http://kevin.colyar.net (http://kevin.colyar.net/)
> > >
> > >  _______________________________________________
> > > MacRuby-devel mailing list
> > > MacRuby-devel@lists.macosforge.org (mailto:
> MacRuby-devel@lists.macosforge.org)
> > > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org (mailto:
> MacRuby-devel@lists.macosforge.org)
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110801/527ead41/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Mon, 01 Aug 2011 15:27:05 -0700
> From: "Jordan K. Hubbard" <j...@apple.com>
> To: "MacRuby development discussions."
>        <macruby-devel@lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Keymando is now Available in the App
>        Store!
> Message-ID: <95aa88b4-a19d-4f13-a0d8-d3fc5ed6e...@apple.com>
> Content-Type: text/plain; charset="us-ascii"
>
>
> On Aug 1, 2011, at 1:05 PM, Kevin Colyar wrote:
>
> >   - Vi-style hjkl navigation throughout OSX.
>
> Ick!  Why would anybody want that??  The emacs keybindings work GREAT as it
> is! ;-)
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110801/638b7973/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Mon, 1 Aug 2011 16:34:16 -0700
> From: Kevin Colyar <ke...@colyar.net>
> To: "MacRuby development discussions."
>        <macruby-devel@lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Keymando is now Available in the App
>        Store!
> Message-ID:
>        <cahxc4awow8sbwjojhz2r24mg+6ygdskc9h4mka3wmevrzqt...@mail.gmail.com
> >
> Content-Type: text/plain; charset="windows-1252"
>
> Awesome, thanks Bryan.
>
> On Mon, Aug 1, 2011 at 2:20 PM, Bryan Goines <bryan...@gmail.com> wrote:
>
> > Just purchased the app and gave positive feedback. I already love this
> app.
> > Nice job Kevin.
> >
> > --
> > Bryan
> >
> > On Monday, August 1, 2011 at 3:25 PM, az...@gmx.net wrote:
> >
> > Nice job Kevin - I bet it will interest lots of Vim users.
> >
> > Aston
> > On 1 Aug 2011, at 21:05, Kevin Colyar wrote:
> >
> > Hey Guys,
> >
> > I've finally released my MacRuby app, Keymando, to the App Store!
> >
> > http://keymando.com
> >
> > What is Keymando?
> > ----------------
> >
> > Keymando is a full-featured input mapping and automation tool for OSX.
> >
> > Keymando Uses
> > -------------
> >
> > Keymando is for productivity junkies, programmers, and any else who wants
> > to start using their Mac more efficiently.  Here are just a few uses:
> >
> >   - Map familiar shortcuts and hotkeys from one application to another.
> >   - Use mnemonics to trigger automated tasks.
> >   - Text Abbreviations.
> >   - Vi-style hjkl navigation throughout OSX.
> >   - Automate Skype logins and phone calls.
> >   - Quickly insert dates, times, and other data.
> >   - Disable application hotkeys and shortcuts.
> >   - Pretty much anything you want using Ruby to write your own commands!
> >
> > Features
> > --------
> >
> >   - Map Keys ? Allows for the mapping of key presses to other keys or
> other
> > arbitrary commands.
> >   - Filtering ? Create a set of key mappings for a single application or
> > group of applications.
> >   - Dialogs ? Set a global hotkey that prompts for user input then act on
> > it.
> >   - Ruby ? Use the easy-to-use programming language, Ruby, to configure
> > Keymando.
> >   - Plugins ? Write your own plugins to command your Mac to do what you
> > want.
> >
> > Plays Well with Others
> > ----------------------
> >
> > Easily integrates with applications like Quicksilver, Divvy, and any
> other
> > application on OSX.
> >
> >   - Quicksilver
> >   - Divvy
> >   - Any application in OSX!
> >
> > History
> > -------
> >
> > Keymando was originally named ViKing due the ability the application had
> to
> > mimic the vi editor's navigation style in OSX, a navigation style that
> kept
> > users' hands on the home row instead of the arrow keys.  Over the last
> few
> > months ViKing underwent a re-branding effort into its new name, Keymando.
> >  This was done because the application has matured into a very useful
> > product that is not only useful to vi(m) users but to everyone.
> >
> > Future
> > ------
> >
> >   Version 2 of Keymando is under active development with exicting new
> > features that include:
> >
> >   - Recording and playback user interaction.
> >   - Complete framework to access UI controls.
> >
> >
> > --
> > Kevin Colyar
> > http://kevin.colyar.net
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> >
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> >
>
>
> --
> Kevin Colyar
> http://kevin.colyar.net
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110801/ce8f9648/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
> End of MacRuby-devel Digest, Vol 42, Issue 2
> ********************************************
>



-- 
alecsloman.tumblr.com
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to