#165915: JsLanguage and JsParser loaded on start
Erno Mononen <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
I'm going to transplant Marek Fukala's fix for
http://www.netbeans.org/issues/show_bug.cgi?id=165915 to release67.
Problem (quoted from the issue): Right after startup, there is a
"Scanning projects..." progress bar going on for several seconds (which
parses JavaScript stubs), and this looks awkward and creates a bad user
experience ("why is the IDE scanning projects when I have no projects
open?")
Changeset: http://hg.netbeans.org/main-golden/rev/fedf7afc9fc4
Verified by QE (mschovanek).
Erno