Arduino for TextMate – Sources Posted

November 28th, 2007 § 3 comments

There’s been lots of interest in the TextMate plugin. I’m positing the sources in order to enable people to improve the code and share it back. The code is quick and dirty.If you make modifications, please send me a patch – feedback at ooeygui.com.You can check out the sources using Subversion: 

svn co https://ooeygui.com/Arduino .

 This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License. Creative Commons License

§ 3 Responses to Arduino for TextMate – Sources Posted"

  • Joe Holt says:

    Hi Lou, great work. I checked out a copy and I’ve been hacking on it. Mostly I want to mirror the Arduino dev environment’s way of keeping things in an “applet” subdir, so that projects could go back and forth between the Arduino env and TextMate. Not sure where I’m headed with this but you’re welcome to check it out:

    svn co http://svn.bennington.edu/svn/arduino/textmate

    Email’s jholt@bennington.edu if you want to talk further about this. Thanks for the good work.

  • lou.amadio says:

    Hey Joe,
    You’ve made some wonderful changes to the code base. Since your snap, I’ve refactored the code to support multiple controllers and made upload and compile async. I’m going to identify your changes and incorporate them into the ooeygui sources. Thanks for sharing, and I hope the refactored code is useful for you.

  • Hi Lou,

    Thanks for your Textmate plugin, you helped me a lot understand how to make my own 🙂

    Here is a bundle with only one textmate command to make&upload a program to the Arduino:

    http://github.com/alx/arduino.tmbundle/tree/master

    It’s really simple at the moment, but I’ll be glad to include everything you have in your plugin in near future 🙂

What's this?

You are currently reading Arduino for TextMate – Sources Posted at OoeyGUI.

meta