notepad++啥快捷键可以选择一行?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了notepad++啥快捷键可以选择一行?相关的知识,希望对你有一定的参考价值。
参考技术A 看样你对notepad++也情有独钟,最近发现了一个快捷键,就是选中单词,ctrl+shift+enter。不过现在想知道一个快捷键,假设有三行代码,选中后一般按TAB就可以三行全部缩进,可notepad++中只有一行缩进,你可知道有啥好的方法啊,谢谢! 参考技术B 本例是: Ctrl + LCtrl-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++有啥不错的插件跟样式吗
参考技术A 1. 配色:设置->语言格式设置->选择主题Bespin。 2. 自动补全:设置->首选项->备份与自动完成->勾选「所有输入均启用自动完成」、「输入时提示函数参数」。 3. 快捷键:设置->管理快捷键(可以实现按一个键,就直接在浏览器里打开当前代码文件,自己琢磨吧)另外,zen coding原本的快捷键设置不太好,可以在~\Notepad++\plugins\NppScripting\includes\Zen Coding.js里直接改它的脚本(这里说的是旧版,Python版的直接在「管理快捷键」里设置)。 4.UTF-8:设置->首选项->新建->选中「Unix」->选中「UTF-8无BOM」->勾选「应用于打开ANSI文件」。 5.用空格代替Tab:设置->首选项->语言->标签尺寸改为4->勾选「以空格取代」。 6.JSMin 压缩 JS 的,还提供格式化代码的功能,不怎么用它的压缩,经常用它的格式化来看别人的代码。 7.SourceCookifier 展示代码框架,查找定义,跳转到定义,从当前代码跳转到其定义。尝试过 TagsView 和 TagsJump 感觉没这个好用。还有个CCompletion功能也类似。这几个提供代码框架的插件都是基于 Ctags 的, Ctags 对 JS 支持的不太好。 8.Xbrackets 自动补全各种括号[]()等,也可以配置补全<>''等。 9.Zen Coding 我用的是 python 版...以上是关于notepad++啥快捷键可以选择一行?的主要内容,如果未能解决你的问题,请参考以下文章