Texstudio 中的块选择或多个光标?
Block selection or multiple cursors in Texstudio?
website of Texstudio advertises block selection or multiple cursor functionality, but I could not figure out which key combination to use for this feature reading their horribly cryptic user-manual.
例如,我熟悉如何在 Sublime Text 中使用多个光标选择文本。这些组合键在这里不起作用。
有人好心告诉我如何在 Texstudio 中做到这一点吗?谢谢
块 selection 的组合键是 Shift
+Ctrl
+Alt
(参见 Sect. 2.8.1 in Manual)
同时按下它们并同时将鼠标或光标移动到select文本。
或者,Ctrl
+Alt
可用于放置多个光标而无需 selecting,即使在同一行或非相邻行中也是如此。
没有鼠标,您可以使用Ctrl
+Alt
和Up
/Down
方向键放置多光标。
对于特殊用例,有 Edit/Searching/Select 所有匹配项,用于在使用搜索栏搜索文本后创建多个光标。
Edit/Selection/Select All Occurernces 类似于 Edit/Searching/Select All Matches,但针对的是当前词(光标当前所在的词)而不是搜索。
在 TeXstudio 3.0.0 中,有新命令 Edit/Selection/Also Select Next|Prev Occurrence 创建多个光标到当前单词的 next|prev 出现。
website of Texstudio advertises block selection or multiple cursor functionality, but I could not figure out which key combination to use for this feature reading their horribly cryptic user-manual.
例如,我熟悉如何在 Sublime Text 中使用多个光标选择文本。这些组合键在这里不起作用。
有人好心告诉我如何在 Texstudio 中做到这一点吗?谢谢
块 selection 的组合键是 Shift
+Ctrl
+Alt
(参见 Sect. 2.8.1 in Manual)
同时按下它们并同时将鼠标或光标移动到select文本。
或者,Ctrl
+Alt
可用于放置多个光标而无需 selecting,即使在同一行或非相邻行中也是如此。
没有鼠标,您可以使用Ctrl
+Alt
和Up
/Down
方向键放置多光标。
对于特殊用例,有 Edit/Searching/Select 所有匹配项,用于在使用搜索栏搜索文本后创建多个光标。
Edit/Selection/Select All Occurernces 类似于 Edit/Searching/Select All Matches,但针对的是当前词(光标当前所在的词)而不是搜索。
在 TeXstudio 3.0.0 中,有新命令 Edit/Selection/Also Select Next|Prev Occurrence 创建多个光标到当前单词的 next|prev 出现。