Show HN: Behave.js – Coding Behaviors for textarea elements
jakiestfu.github.com
Show HN: Behave.js – Coding Behaviors for textarea elements
1–10 of 76 posts
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#2I like this a lot. I really wish they'd add the tab functionality to Stack Overflow. I can't count the times I've tabbed out of the text box there.
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#3Ok I'll be the pendant that says it...you probably can't appropriate the image of Austin Powers for your open source library. Not that Mike Myers seems the type to flip out about it, but his movie studio probably is.
Otherwise, great work...and it behaves reasonably well even on iOS
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#4Ok I'll be the pendant that says it...you probably can't appropriate the image of Austin Powers for your open source library. Not that Mike Myers seems the type to flip out about it, but his movie studio probably is. Otherwise, great work...and it behaves reasonably well even on iOS
I'll be the pedant to mention that a pendant is worn around the neck.
You like this? On-demand editing services: chris@edithero.com
Clickable: http://www.edithero.com/
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#5Now please add mouse-hover hint box, dropdown list for auto completion and I am sold
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#6Now please add mouse-hover hint box, dropdown list for auto completion and I am sold
If only TextWrangler had auto-completion and auto-pairing of brackets and quotes.
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#7Now please add mouse-hover hint box, dropdown list for auto completion and I am sold
Elaborate on the hover hint box, please
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#8Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#9This is awesome. I'm using http://ace.ajax.org/ right now in production and it's a huge heavyweight pain (but still the best thing out there). If only this had syntax highlighting i'd switch in an instant.
Re: Show HN: Behave.js – Coding Behaviors for textarea elements
#10> var editor = new Behave({
> var editor = Behave({
Is it a constructor or not?