> > * AutoCompleter.complete is called with 3, 4, 5 or 6 arguments from
> > different places.
>
> The remaining arguments are null or false in these cases.  Is there a
> bug?

Oh. I'm not used to actually using the 'default to undefined'
behavior, so
it looked like a mistake to me.

> > * .fbCommandLineCompletions should probably have white-space:pre set
> > (or equivalent fix), so that double spaces show up in the
> > autocompletion box.
>
> ? what kinds of double spaces?

Type 'a space space i' into the console. The text in the
autocompletion box
will collapse the two spaces into one, so it no longer matches up with
the
typed text. (This is possibly a bit too minor to care about.)
Sorry for not being clearer.

> > * I sometimes copy-paste single lines ending in a newline, but Firebug
> > detects the newline and opens the large command line, from where I
> > have to remove the single newline and click the "smaller command line"
> > button before being able to evaluate the expression. Would it be
> > possible to automatically strip these newlines when pasting text? Ugly
> > patch: [1]
> > * In the console panel, hovering over a Window object belonging to a
> > different domain throws an security exception. Testcase: [2]
>
> Please open issues for these, thanks.

Okay, I will do so.

> > Related question: The three first issues could probably be caught with
> > some sort of JSLint-ish tool - is this viable?
>
> I don't think so. JSLint is a static analysis tool and no static
> analysis would be able to help in these cases. Dynamic analysis tools
> are needed. I'll work on them if you take over developing editor.js.

I see. I doubt I'll take over developing editor.js.

-- 
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.

Reply via email to