0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created a language file to specify that Ruby Processing files end with the .rp5 extension and inherit from source.ruby. I then adjusted the Run and Watch commands to specifically target the new source.ruby.processing scope. This means that using the Run keyboard shortcut in a .rp5 file will just kick off the Ruby Processing Run command, instead of asking whether you want the Ruby or the Ruby Processing command. More... over 14 years ago
Made the run command work like the watch command - use applescript to open a terminal window, cd to the project directory, and then execute the run command. This allows you to use additional files in the project directory. More... almost 15 years ago
Fixed the Watch command to first set the directory of the current file to be the current directory, and then run the rp5 watch command. This allows local requires to work as expected. More... over 15 years ago
Added a watch command. This uses applescript to tell Terminal to start a rp5 watch session of the active script. More... over 15 years ago
Added a bare snippet to create the framework for a file that isn't based on a Class. More... over 15 years ago
Added a draw method to the base snippet. More... over 15 years ago
fix ;) More... over 15 years ago
md more beautiful More... over 15 years ago
initial commit More... over 15 years ago