0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
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... about 13 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... over 13 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... about 14 years ago
Added a watch command. This uses applescript to tell Terminal to start a rp5 watch session of the active script. More... about 14 years ago
Added a bare snippet to create the framework for a file that isn't based on a Class. More... about 14 years ago
Added a draw method to the base snippet. More... about 14 years ago
fix ;) More... about 14 years ago
md more beautiful More... about 14 years ago
initial commit More... about 14 years ago