|
1 | 1 | /* |
2 | 2 | * Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved. |
3 | | - * |
| 3 | + * |
4 | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
5 | 5 | * copy of this software and associated documentation files (the "Software"), |
6 | 6 | * to deal in the Software without restriction, including without limitation |
7 | 7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
8 | 8 | * and/or sell copies of the Software, and to permit persons to whom the |
9 | 9 | * Software is furnished to do so, subject to the following conditions: |
10 | | - * |
| 10 | + * |
11 | 11 | * The above copyright notice and this permission notice shall be included in |
12 | 12 | * all copies or substantial portions of the Software. |
13 | | - * |
| 13 | + * |
14 | 14 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
15 | 15 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
16 | 16 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
17 | 17 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
18 | 18 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | 19 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | 20 | * DEALINGS IN THE SOFTWARE. |
21 | | - * |
| 21 | + * |
22 | 22 | */ |
23 | 23 |
|
24 | 24 |
|
@@ -176,16 +176,5 @@ define(function (require, exports, module) { |
176 | 176 | DeprecationWarning.deprecateConstant(exports, "SORT_WORKINGSET_BY_NAME", "CMD_WORKINGSET_SORT_BY_NAME"); |
177 | 177 | DeprecationWarning.deprecateConstant(exports, "SORT_WORKINGSET_BY_TYPE", "CMD_WORKINGSET_SORT_BY_TYPE"); |
178 | 178 | DeprecationWarning.deprecateConstant(exports, "SORT_WORKINGSET_AUTO", "CMD_WORKING_SORT_TOGGLE_AUTO"); |
179 | | - |
180 | | - // DEPRECATED: Edit commands that were moved from the Edit Menu to the Find Menu |
181 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND", "CMD_FIND"); |
182 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND_IN_SELECTED", "CMD_FIND_IN_SELECTED"); |
183 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND_IN_SUBTREE", "CMD_FIND_IN_SUBTREE"); |
184 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND_NEXT", "CMD_FIND_NEXT"); |
185 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND_PREVIOUS", "CMD_FIND_PREVIOUS"); |
186 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_FIND_ALL_AND_SELECT", "CMD_FIND_ALL_AND_SELECT"); |
187 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_ADD_NEXT_MATCH", "CMD_ADD_NEXT_MATCH"); |
188 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_SKIP_CURRENT_MATCH", "CMD_SKIP_CURRENT_MATCH"); |
189 | | - DeprecationWarning.deprecateConstant(exports, "EDIT_REPLACE", "CMD_REPLACE"); |
190 | 179 | }); |
191 | 180 |
|
0 commit comments