notepad代码自动排版快捷键(notepad++自动排版)

http://www.itjxue.com  2023-02-20 12:00  来源:未知  点击次数: 

notepad++快捷键

Ctrl-H 打开Find / Replace 对话框?

Ctrl-D 复制当前行?

Ctrl-L 删除当前行?

Ctrl-T 上下行交换?

F3 找下一个?

Shift-F3 找上一个?

Ctrl-Shift-F 在文件中找?

Ctrl-F2 触发书签?

F2 到前一个书签?

Shift-F2 到下一个书签?

F5 打开run对话框?

Ctrl-Space 打开CallTip列表框?

Tab (selection of several lines) 加入Space?

Shift-Tab (selection of several lines) 移除Space?

F11 全屏?

Alt-0 折叠全部?

Alt-Shift-0 展开全部?

Ctrl-U 变为小写?

Ctrl-Shift-U 变为大写?

Ctrl-Q 块注释/消除注释?

取消注释 Ctrl+shift+k

这是alswl从Notepad++的官网整理过来的快捷键~?

Ctrl-C Copy?

Ctrl-X Cut?

Ctrl-V Paste?

Ctrl-Z Undo 撤销

Ctrl-Y Redo 重做撤销动作

Ctrl-A Select All?

Ctrl-F Launch Find Dialog?

Ctrl-H Launch Find / Replace Dialog?

Ctrl-D Duplicate Current Line?

Ctrl-L Delete Current Line?

Ctrl-T Switch the current line position with the previous line position?

F3 Find Next?

Shift-F3 Find Previous?

Ctrl-Shift-F Find in Files?

Ctrl-F3 Find (volatil) Next?

Ctrl-Shift-F3 Find (volatil) Previous?

Ctrl-Shift-I Incremental Search?

Ctrl-S Save File?

Ctrl-Alt-S Save As?

Ctrl-Shift-S Save All?

Ctrl-O Open File?

Ctrl-N New File?

Ctrl-F2 Toggle Bookmark?

F2 Go To Next Bookmark?

Shift-F2 Go To Previous Bookmark?

Ctrl-G Launch GoToLine Dialog?

Ctrl-W Close Current Document?

Alt-Shift-Arrow keys or?

Alt + Left mouse click Column Mode Select?

F5 Launch Run Dialog?

Ctrl-Space Launch CallTip ListBox?

Alt-Space Launch Word Completion ListBox?

Tab (selection of several lines) Insert Tabulation or Space (Indent)?

Shift-Tab (selection of several lines) Remove Tabulation or Space (outdent)?

Ctrl-(Keypad-/Keypad+) or?

Ctrl + mouse wheel button (if any) Zoom in (+ or up) and Zoom out (- or down)?

Ctrl-Keypad/ Restore the original size from zoom?

F11 Toggle Full Screen Mode?

Ctrl-Tab Next Document?

Ctrl-Shift-Tab Previous Document?

Ctrl-Shift-Up Move Current Line Up?

Ctrl-Shift-Down Move Current Line Down?

Ctrl-Alt-F Collapse the Current Level?

Ctrl-Alt-Shift-F Uncollapse the Current Level?

Alt-0 Fold All?

Alt-(1~8) Collapse the Level (1~8)?

Alt-Shift-0 Unfold All?

Alt-Shift-(1~8) Uncollapse the Level (1~8)?

Ctrl-BackSpace Delete to start of word?

Ctrl-Delete Delete to end of word?

Ctrl-Shift-BackSpace Delete to start of line?

Ctrl-Shift-Delete Delete to end of line?

Ctrl-U Convert to lower case?

Ctrl-Shift-U Convert to UPPER CASE?

Ctrl-B Go to matching brace?

Ctrl-Shift-R Start to record /Stop recording the macro?

Ctrl-Shift-P Play recorded macro?

Ctrl-Q Block comment/uncomment?

Ctrl-Shift-Q Stream comment?

Ctrl-Shift-T Copy current line to clipboard?

Ctrl-P Print?

Alt-F4 Exit?

Ctrl-I Split Lines?

Ctrl-J Join Lines?

Ctrl-Alt-R Text Direction RTL?

Ctrl-Alt-L Text Direction LTR?

F1 About?

如何设置notepad++的代码自动补全功能

Notepad++提供了多种方式让我们少敲一些字符,如单词自动完成、函数自动完成、代码补全、大小写切换、注释等。我们可以充分利用这个便利把Notepad++快捷键设置成和我们熟悉的Eclipse一样。 在NotePad++里设置快捷键的步骤是:设置 -- 管理快捷键 1、大小写切换 转大写 CTRL + SHIFT + X 转小写 CTRL + SHIFT + Y 2、添加和删除单行注释 CTRL + / 3、区块注释 CTRL + SHIFT + / 4、函数提示 ALT + / 5、单词提示 CTAL + ALT + / 6、函数参数提示 ALT + \ 7、行移动 上移当前行 CTRL + ALT + ↑ 下移当前行 CTRL + ALT + ↓ 8、复制当前编辑文件路径 ALT + F

notepad++怎么使用

1、打开编辑器新建文件,方法一:点击“文件”-“新建”即可。方法二:使用快捷键“Ctrl+N”。

2、选择我们所需的编码和语言,点击“编码”-“使用UTF-8编码”和“语言”-“H”-“HTML”即可。

3、在编辑过程中常用的两个功能:查找和替换。点击“搜索”-“查找”或“替换”。

4、编辑完成之后点击“文件”-“另存为”写入文件名保存即可,另存为快捷方式“Ctrl+Alt+S”。

5、运行编辑好的代码,点击“运行”-选择想要使用的浏览器“Launch in Chrome”。

6、在浏览器中就可以看到”Hello,World!“就结束了。

如何管理Notepad++的快捷键

1,首先我们讲解如何添加快捷键。打开软件页面。我们打开菜单栏的运行,然后点击运行。

2,点击后就可以设置快捷菜单。如何添加信息这里不做解释。默认已经添加完整。

3,然后我们就可以管理快捷键了。同样打开页面的菜单栏的运行,这次选择管理快捷键。

4,在弹出的对话框,我们可以看到已经设置好的快捷键。我们只要选中一个,就可以修改它的快捷键和名称。

5,关闭设置后。再次打开菜单栏的运行,发现刚才删除或者修改的快捷键已经改变了吧。

Notepad++如何自定义快捷键

代码编辑器(Notepad++)快捷键设置大家知道怎么用么?

我们先打开一个界面:在这个界面里我们来进行讲解吧.

第一步:打开软件的界面,点击运行:

第二步:点击保存,(在输入运行程序名这里是你新建程序自带的名字,你不需要管)

第三步:点击保存以后。你会看到一个快捷键设置的窗口,在这里你可以自己设置快捷键的名称和快捷键的操作

第四步:在上述步骤设置好以后,你就可以返回主界面,点击运行,然后点击“管理快捷键”

(责任编辑:IT教学网)

更多

推荐3DMAX教程文章