Hi
Dne Mon, 19 May 2014 16:02:00 +0800 Edward Cheng c4150221@gmail.com napsal(a):
I'm designing SQL Query Console, thoughts below need suggestions.
- Console goes buttom of body, just like this:
[image: 内嵌图片 1] Is this design in a appropriate size? Or cover the lower part of Navigation(I don't think)? Scroll bar which close right screen edge will confuse users, it's a page scroll bar, looks like a part of Console but doesn't scroll Console. Is that doesn't matter? Console is invisible at start, a button at top menu(or nav-panel? I don't think) and a key shortcut can toggle it.
I think the placement is good, but in default it should not consume that much space. Maybe just few lines (to show the last SQL query), but not more to have enough space for content.
- Console will use Code Mirror for make console basic, reference
Chrome dev-tools JS console. For browsers lt IE 8, Console will be disabled(beacuse of Code Mirror). Colors we using, for color blind users, such as Chrome did: [image: 内嵌图片 2] Should I find other colors instead for warnings and errors, or only use black?
I think colors don't matter that much right now, so let's stick with the red one...
Commits will push to [my branch], merge al last, is that OK?
Yes, that's fine. I guess you will need to do some changes in the libraries to make this work, preferably these should be done and merged earlier than the UI part.