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 255824 - Spellchecker settings are ignored when importing via userdir from 8.0 > 8.1
Summary: Spellchecker settings are ignored when importing via userdir from 8.0 > 8.1
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 08:47 UTC by Jiri Kovalsky
Modified: 2015-10-09 08:47 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 Kovalsky 2015-10-09 08:47:43 UTC
From:
Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: Updates available to version NetBeans 8.0.2 Patch 1
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

To:
Product Version: NetBeans IDE 8.1 RC (Build 201510012201)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Description:
============
If user sets preferred locale for Spellchecker and removes some dictionary this preferences are ignored when importing settings via NetBeans userdir from 8.0 to 8.1.

Steps to reproduce:
===================
1. Launch NetBeans 8.0 and invoke "Tools > Options" from main menu.
2. Select "Editor" category and "Spellchecker" tab.
3. Select "en_GB" dictionary and push "Remove" button.
4. Select "ar_AE" as "Default Locale" and push "OK" button. Exit IDE.
5. Launch NetBeans 8.1 and invoke "Tools > Options" from main menu.
6. Push "Import..." and then "Browse..." button.
7. Select "8.0" userdir and push "OK" button twice.
8. In "Import Confirmation" push "Yes" button and wait until the IDE is restarted.
9. Invoke "Tools > Options" from main menu and repeat step 2.

Expected: "en_GB" dictionary is not listed and "ar_AE" is set as default locale.
Actual: "en_GB" dictionary is listed and "ar_AE" is not set as default locale.