Live data from Hacker News

Show HN: Behave.js – Coding Behaviors for textarea elements

jakiestfu.github.com

61–70 of 76 posts

Re: Show HN: Behave.js – Coding Behaviors for textarea elements

#61

You should have the option to make backspace delete a full level of indentation, if soft tabs are on.

Keeping the indentation level on new lines would be nice too.

Indentation levels should be converting line to line, is it not for you?

Re: Show HN: Behave.js – Coding Behaviors for textarea elements

#65

Good work, like it a lot. I almost feel allowing tabs should be a browser based setting, I'd have it enabled, but I can imagine other people wouldn't never need to use a tab. I built something similar for keeping indentation/bullets/lists on new lines to assist with Markdown in an ordinary textarea -> http://jamiebicknell.github.com/Markdown-Helper/ ps: long time lurker, first time poster.

The option to disable tabs behavior is there. When to do that is up to you;]

Re: Show HN: Behave.js – Coding Behaviors for textarea elements

#66
post #6
post #5

Now 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.

Have you looked at Sublime Text 2?

http://www.sublimetext.com/2

I switched about a year ago and I am very pleased.

EDIT: This shows it off better: http://www.sublimetext.com/

Re: Show HN: Behave.js – Coding Behaviors for textarea elements

#70
post #31

It absolutely crashed Firefox 18.0.1 under Mac. I typed hgjj]{return}{return}{return}{return} and it just beachballed. I had to force quit the browser. Happened the second time I tried it too.

Thank you for catching this, there are multiple instances where the same bug causes an infinite loop, muahaha. Will fix soon
Post reply on HN