Sublime Forum

Creating a plugin to run an exe (ruby/sketchup bridge)

#1

Hi,

I am trying to create a plugin or macro to run the sketchup bridge that can be found here:
http://labs.plugins.ro/

someone has created a plugin for Eclipse which can be found here:
http://www.ibm.com/developerworks/opensource/library/os-eclipse-sketchup1/index.html

I am just learning to code in ruby and LOVE the sublimetext UI / features. I really want to make this work in ST2. Any ideas?

Logan

0 Likes

#2

Did you try a build system?

sublimetext.info/docs/en/core/build_systems.html

0 Likes

#3

I’ve just written a nodejs package that calls the nodejs exe. Feel free to copy: github.com/tanepiper/SublimeText-Nodejs

0 Likes