Is there any way to disable firebug 1.6's tendency to move the cursor
from its location in the console?
I can't figure out what favor it's trying to do for me, but it's
annoying.
I'm going to assume that not everyone types like this , but here are
my repro steps.
Given a function that takes a string, the evolution of my command
starts with the function name with both parens:
foo()
Then I type the quotes
foo('')
Then I type the string
foo('test')
Again, you may think I'm odd by typing those characters in that order,
but for more complicated commands involving several anonymous
functions, it really helps me make sure that all my parens and braces
are in their proper place.
With that in mind, when typing between closed parens with firebug 1.6
pushes the cursor out side the parens, creating the string:
foo(')'. I'm constantly struggling with this. Weird as I might be, I
know what I typed and expect to have it.
If anyone knows how to tell fb to not move the cursor, I'd be
greatful. Thanks
--
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.