sophacles / vim-processing

Create and run processing sketches in Vim. Development repository for vim script 2115.
150 stars 10 forks source link

Make a release version #2

Closed sophacles closed 11 years ago

sophacles commented 12 years ago

Get everything in the codebase cleaned up, comments updated, and any bugs found by users fixed. Szabolcs ( gh user: szhorvat) has mentioned he will put up a new version on the vim scripts site when the work done in this repo gets to a point of stability and the improvements are something worth posting. I think it is close aside from the cleanup mentioned above. Comment if there are further steps anyone thinks should be done. (Perhaps make a doc/ dir and a help file?)

SableRaf commented 11 years ago

I just saw this ( https://forum.processing.org/topic/running-sketch-from-ultraedit-editor ) on the Processing forums and I wondered if something similar existed for Vim. In case you are still working on Processing support for vim, it might be relevant.

sophacles commented 11 years ago

Thanks for the pointer! I am still working on this, albeit slowly - my workload involves a lot less Processing than it used to, but I am always open to improvements. :) This certainly provides some cross-platform compatibility options for the feature set.

SableRaf commented 11 years ago

I'm really eager to learn Vim but I do mostly Processing programming at the moment so getting the best of both worlds (particularly, a shortcut for running sketches and syntax coloring/completion) would be really cool. Let me know if you get to the release version.

Cheers!

sophacles commented 11 years ago

Ok - now that we have the :make command working right, the next steps are to:

All these are pretty easy, but documentation is my super weakness. I'll be putting up an issue about it once i get a base version in place.

sophacles commented 11 years ago

I added a script in utils/ called ziprelease.py which makes the zipfile for proper vimscripts style release. I think I've done everything required by the guide mentioned as well, and am about to close #11 so, all that's left is:

crazymaster commented 11 years ago

I added a script in utils/ called ziprelease.py which makes the zipfile for proper vimscripts style release.

https://github.com/kana/vimup This is useful.

sophacles commented 11 years ago

Ok. I'm calling it a version. I'm going to zip up this script as is, ask Szabolcz to push it to vimscripts and announce in the processing forums.

Thanks everyone who's helped to get this thing in shape and provided code, edits, suggestions, and bug reports.