Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repl and log style and positioning #8

Open
kadirpekel opened this issue Aug 28, 2010 · 10 comments
Open

repl and log style and positioning #8

kadirpekel opened this issue Aug 28, 2010 · 10 comments
Labels

Comments

@kadirpekel
Copy link
Contributor

bigger sized, fixed positioned repl input with sliding logs may be more ux friendly

@gryzzly
Copy link

gryzzly commented Aug 28, 2010

you think it'd be better for the input line to be fixed in one place? not like on the terminal?

@kadirpekel
Copy link
Contributor Author

Personally i prefer fixed input (such like firebug input), at least if planned to be terminal, it must be hang after 25 loc or whatelse.

@gryzzly
Copy link

gryzzly commented Aug 28, 2010

makes sense!

@gryzzly
Copy link

gryzzly commented Aug 28, 2010

assigned to me.

@NV
Copy link
Contributor

NV commented Aug 29, 2010

I don't like fixed positioned input (like we have in input branch now). The main problem with that is I have to move my eyes top-down every time.

I think the main disadvantage of node-repl is node> line have the same color as all other code. But we don't have this problem in http://nv.no.de/

@kadirpekel
Copy link
Contributor Author

I think your complain is about the flow direction of evaled log. It's top down now, if it is bottom up It's ok anyway. I liked the fixed one but no problem, it should be the other one. But is it possible to restrict repl row count to for e.g 25 loc like a real terminal?

@NV
Copy link
Contributor

NV commented Aug 29, 2010

I don't see any props of restricting amount of rows. I don't restrict it in my Terminal.app. Could you give me a use case?

BTW, this is how looks REPL in master

@NV
Copy link
Contributor

NV commented Aug 29, 2010

And this is input branch

@kadirpekel
Copy link
Contributor Author

Think about newly opened terminal with row and cursor at top, as entering new lines, current row slides down until it reaches to host window boundary. Later the row hit the bottom of window it stays fixed, and logs slides bottom to up. Clear? Sayin 'Like a real terminal', i meant this.

@NV
Copy link
Contributor

NV commented Aug 29, 2010

Try 6c022d0. Is it better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants