Hi, 2010/6/15 gozala <[email protected]>: > - In webkit command line presents on every tab and it's very > convenient specially in scenarios where you are inspecting some code. > Let's say you are on break-point and want to evaluate some js code to > digg into some objects in webkit you just type it while in Firebug you > have to switch to console tab type it (if you still remember what > exactly if not switch back) then go back. At least in my case that's > most of the time is scenario
This seems to be a very good idea, although it would require a redesign of Firebug's UI. > - Multiline js evaluation in webinspector is such a seamless > experience if you paste something your cmd is just grows a bit bigger > and enter still evals your code. While in firebug pasting multiline > snippet will make cmdline fold to the left and enter won't eval it > anymore which forces you to switch to differnt mode. For your information, when you paste a multiline in the command line, the command line will expand to the right side (which we call "large command line"). Pressing "enter" won't evaluate the large command line because you may also need to break lines, so to evaluate an expression press "CTRL + ENTER" instead. > - in webinspector you dumped object can be inspect in place by > unfolding them, while Firebug will switch you to a different tab again > without cmdline forceing you to switch working mode Maybe a "+" next to the object (which expand the object when pressed) will solve this issue? > code completion are extremely useful! You can autocomplete the command line by pressing TAB. Please file an issue report for each case so it won't be forgotten. regards, Pedro Simonetti. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
