📄 lang_findreplace.js
字号:
<!--
var editor_lang = !editor_lang ? new Array() : editor_lang;
//Popup - Find/Replace
editor_lang['pfind_enter_keyword'] = 'Please enter keyword to find';
editor_lang['pfind_find_text'] = 'Find What';
editor_lang['pfind_replace_text'] = 'Replace With';
editor_lang['pfind_match_case'] = 'Match case';
editor_lang['pfind_match_whole_word'] = 'Match whole word only';
editor_lang['pfind_findnext'] = 'Find Next';
editor_lang['pfind_replace'] = 'Replace';
editor_lang['pfind_replace_all'] = 'Replace All';
editor_lang['pfind_not_found'] = 'The text you entered was not found';
editor_lang['pfind_close'] = 'Close';
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -