/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2011 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/

layout PrefsExperimentalFeatures
{
    view subview(grow: false,
                 identifier: "IDD_PREFS_EXPERIMENTALFEATURES",
                 margin: 0,
                 name: "$$$/PrefsExperimentalFeatures/Title/expFeatures =Experiments",
                 parent_container_id: "list_sheet_container",
                 resizeChildren: false,
                 spacing: 5)
    {
        row(margin: 10,
            spacing: 5)
        {

            column()
            {
				checkbox(identifier: "IDC_EXPERIMENTAL_SEARCH_HILIGHT",
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/Label/Search=&Enable Code highlighting");
				static_text(horizontal: @align_right,
                            identifier: "IDC_STATIC",
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/description=Double-click any text in Code view to see all its occurrences highlighted in the document.");
            }
        }
        row()
        {
            column()
            {
                static_text(horizontal: @align_left,
                            identifier: "IDC_STATIC",
                            indent: 10,
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/hint/selectNextLabel=Select next occurrence");
                static_text(horizontal: @align_left,
                            identifier: "IDC_STATIC",
                            indent: 10,
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/hint/selectPreviousLabel=Select previous occurrence");
            }
            column()
            {
                static_text(horizontal: @align_left,
                            identifier: "IDC_STATIC",
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/hint/selectNextVal=:F3 (PC) or Cmd + G (Mac)");
                static_text(horizontal: @align_left,
                            identifier: "IDC_STATIC",
                            name: "$$$/PrefsExperimentalFeatures/SearchHilight/hint/selectPreviousVal=:Shift + F3 (PC) or Cmd + Shift + G (Mac)");
            }
        }
    }
}
