Recent posts by Logan Koester

Subscribe to Recent posts by Logan Koester 3 posts found

Jul 10, 2007
Logan Koester 3 posts

Topic: Script development / advanced userscript editor

If you guys aren't using the userscripts.org "Input script source manually" textarea to author your scripts, perhaps you should be! I just finished a script to turn it into a sweet little code editor with javascript highlighting and more. Check it out: http://userscripts.org/scripts/show/10583

Sorry for the xpost; I couldn't decide whether this announcement belonged in the script development or userscript.org forum.

Peace

 
Jul 10, 2007
Logan Koester 3 posts

Topic: Userscripts.org discussion / userscript.org advanced editor

I can't believe I forgot the link! Userscripts IDE

 
Jul 10, 2007
Logan Koester 3 posts

Topic: Userscripts.org discussion / userscript.org advanced editor

Just thought I'd point out this little script I've been playing with to those who may be interested. You can view a screenshot here.

I put together a Greasemonkey hack to replace the textarea on userscripts.org with a real programmer's editor capable of:

* Context highlighting
* Numbered lines
* Regex search/replace
* Fullscreen mode

Oh, and a template including the latest jQuery release. Enjoy!