// # Rose.json5
//
// This preference set changes several preferences from Read&Write Gold 12
//
// ## Testing
//
// This changes the following settings from the AT software:
//      Check It:
//          + Order suggestions by context: false
//          + Speak when mouse pointer hovers over a word: false
//          + Classic Spell Check: true
//          + Allow right click Read&Write spell check in Microsoft Word: true
//
//      Dictionary:
//          + Web Dictionary: Bing
//          + Pop-up Dictionary: true
//          + Toogle images: true
//
//      Hightlights:
//          + Colors to collect:
//              - Yellow: false
//              - Blue: true
//              - Green: false
//              - Pink: false
//          + Order highlights by: "Position"
//          + Separate colors by: "Page"
//          + Separate highlights by: "Tab"
//          + Collect from multiple documents: false
{
    "flat": {
        "name": "Rose",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.texthelp.readWriteGold": {
                        // Check It
                        "ApplicationSettings.Spelling.OrderByContext.$t": false,
                        "ApplicationSettings.Spelling.SpeakSpellingOnHover.$t": false,
                        "ApplicationSettings.Spelling.ShowCheckIt.$t": true,
                        "ApplicationSettings.Spelling.RightClickMSWord.$t": true,
                        // Dictionary
                        "ApplicationSettings.Dictionary.WebDictionary.$t": "Bing",
                        "ApplicationSettings.Dictionary.PopupDictionary.$t": true,
                        "ApplicationSettings.Dictionary.ToggleImages.$t": true,
                        // Highlights
                        "ApplicationSettings.StudySkills.CollectYellowHighlight.$t": false,
                        "ApplicationSettings.StudySkills.CollectBlueHighlight.$t": true,
                        "ApplicationSettings.StudySkills.CollectGreenHighlight.$t": false,
                        "ApplicationSettings.StudySkills.CollectPinkHighlight.$t": false,
                        "ApplicationSettings.StudySkills.CollectOrder.$t": "Position",
                        "ApplicationSettings.StudySkills.ColorSeparator.$t": "Page",
                        "ApplicationSettings.StudySkills.HighlightSeparator.$t": "Tab",
                        "ApplicationSettings.StudySkills.MultiDocHighlighting.$t": false
                    }
                }
            }
        }
    }
}
