* 初始化新版功能
()
| 1411 | * 初始化新版功能 |
| 1412 | */ |
| 1413 | function initNewVersionFeatures() { |
| 1414 | populateVisualRegexPreset(); |
| 1415 | initVisualDebugger(); |
| 1416 | initRegexSearch(); |
| 1417 | initRegexItems(); |
| 1418 | initModal(); |
| 1419 | } |
| 1420 | |
| 1421 | /** |
| 1422 | * 初始化旧版功能 |
no test coverage detected