pearsonjohn / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Suggested improvement...Please make JSParser disappear for non js and aspx files. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At present the docked JSParser window stays visible for non-js and aspx 
files in VS2010. Would be more usefule for people using other extensions 
that do the same thing for non-js files (VS10x Code Map for example), if 
it disappeared when not needed.
thanks
David Austin

PS I love it otherwise

Original issue reported on code.google.com by dav...@gmail.com on 14 May 2010 at 1:44

Attachments:

GoogleCodeExporter commented 9 years ago
Hi David,

I'll add this improvement to list of new features for next releases.
BTW it should work not just simple hide window when active is non-JS file. 
Current 
version try parse all files in order to find <script>...</script> blocks. (for 
example 
html, aspx, axd (when debug).

Thanks for a feedback, Alexander.

Original comment by mega.boich@gmail.com on 19 May 2010 at 8:38

GoogleCodeExporter commented 9 years ago
I think it should be optional or something, as it parses inline javascript in 
files
like (htm, html, aspx ...etc) with no problem.

Original comment by mail.som...@gmail.com on 4 Jun 2010 at 7:29

GoogleCodeExporter commented 9 years ago
fixed in release 3

Original comment by mega.boich@gmail.com on 22 Oct 2010 at 10:41