Right now if I open a HTML document and I have multiple <script></script>
tags each one of my Javascript functions (nested, non-nested..etc) show up
multiple times in the function drop-down.

For instance if I have a document (.html or .jsp or...) like the following:

<script src="some.js"....></script>
<script type="text/javascript" language="javascript">
    function someFunction() { }
</script>

In the drop down I get someFunction() twice: e.g.
    someFunction
    someFunction

If I add a <script></script> tag someFunction appears 3xs....?

I submitted a bug to support yesterday but have not heard anything back and
was wondering if I was just having one of those days when I should do
something else or if others had had similar experience...?

Steven

"It's better to keep your mouth shut and give the impression that you're
stupid than to open it and remove all doubt."
-Rami Belson



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to