notepad++什么快捷键可以选择一行?
经常写错一行代码的时候。需要删除一行。但是用鼠标选择这一行实在太慢。快捷键是什么?我找了半天都没有找到...
经常写错一行代码的时候。需要删除一行。但是用鼠标选择这一行实在太慢。快捷键是什么?我找了半天都没有找到
展开
5个回答
展开全部
看样你对notepad++也情有独钟,最近发现了一个快捷键,就是选中单词,ctrl+shift+enter。不过现在想知道一个快捷键,假设有三行代码,选中后一般按TAB就可以三行全部缩进,可notepad++中只有一行缩进,你可知道有啥好的方法啊,谢谢!
更多追问追答
追问
用鼠标(键盘也行)选择这三行,按后按TAB。三行就能同时缩进了,我的用的最新版的哈。
对了。ctrl+shift+enter我按着没有什么效果。
追答
难道是版本的问题,我也不知为何,你说的三行同时缩进在我电脑上也不起作用!我的notepad++装了一些插件,不知是不是插件的原因,你有装插件没呀?
展开全部
本例是: Ctrl + L
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
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
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
鼠标移到改行的行号哪里(最左边)然后单击就选中这一行了,然后按delete键
追问
哈哈!一看就是没有用过。我说过不要鼠标。我找到快捷键了。CTRL+L键(小写)。这组合键实现了两个步骤,选择并删除。以后回答问题之前,麻烦用一下这个编辑器。ok??
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐于2017-12-12
展开全部
按CTRL+L键(小写)组合键,就可以选择当前这一行。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
引用149005501的回答:
按CTRL+L键(小写)组合键,就可以选择当前这一行。
按CTRL+L键(小写)组合键,就可以选择当前这一行。
展开全部
这是删除当前行好不好
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询