Live data from Hacker News

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

jakiestfu.github.com

21–30 of 76 posts

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

#23
post #21

Great tool and I'm enamored with the layout- scrolling background, AP stays with you. Not sure how to repeat it every time but weird artifact quirk if one scrolls to the bottom on iPad safari & scrolls back up: http://i.imgur.com/Hby2ZsL.jpg

The layout might be familiar,

http://meyerweb.com/eric/css/edge/complexspiral/demo.html

The Internet Archive pegs that page to October 2001. That's like 4 or 5 Internets ago.

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

#24
post #21

Great tool and I'm enamored with the layout- scrolling background, AP stays with you. Not sure how to repeat it every time but weird artifact quirk if one scrolls to the bottom on iPad safari & scrolls back up: http://i.imgur.com/Hby2ZsL.jpg

The layout might be familiar, http://meyerweb.com/eric/css/edge/complexspiral/demo.html The Internet Archive pegs that page to October 2001. That's like 4 or 5 Internets ago.

That's just background-position: fixed; The background in this page scrolls but austin powers is position: fixed; bottom: 0; left: 0;

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

#26

Auto indent should indent when a newline is nested in parentheses, like this: foo(1, 2, 3)

Right now, it is easy to add support for indentation breaks, but it would function like braces or brackets. I'll look into this for parenthesis tomorrow, thanks!
Post reply on HN