This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237746 - Add progress bar when building new dictionary
Summary: Add progress bar when building new dictionary
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 10:31 UTC by Jiri Prox
Modified: 2015-09-01 01:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-10-29 10:31:53 UTC
The progress bar is missing when building new dictionary. This operation takes quite long time (several minutes), during this time the spell checking does not work and the IDE has slow response, all without visible reason.


Steps to reproduce:
1) in the settings add new dictionary
2) switch to locale of the new dictionary
3) in editor type anything into the java comment

-> new dictionary is being build before 1st use


Product Version: NetBeans IDE Dev (Build 20131029-bad6e88b3089)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b49
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b107
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Milutin Kristofic 2015-08-28 14:57:12 UTC
Is this still issue? I think now there is by default progressbar when you press apply changes or press ok. 

Can you send me big dictionary, I used 5MB file and it was really fast. I slowed down with debugger, but then progressbar started.
Comment 2 Milutin Kristofic 2015-08-31 12:04:25 UTC
Added ProgressHandle for building dictionary.

http://hg.netbeans.org/jet-main/rev/966963e50680
Comment 3 Quality Engineering 2015-09-01 01:25:59 UTC
Integrated into 'main-silver', will be available in build *201509010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/966963e50680
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #237746 - Add progress bar when building new dictionary