How do I enable the column selection mode in Eclipse?(如何在 Eclipse 中启用列选择模式?)
问题描述
News 写道,Eclipse 3.5 终于支持列选择.不幸的是,我不知道如何启用它.我尝试像在 Visual Studio 和所有其他 Microsoft 产品中习惯的那样按下 ALT 键,但没有任何效果.
News wrote that Eclipse 3.5 finally supports column selection. Unfortunately I don't know HOW to enable it. I tried pressing the ALT-key like I am used to in Visual Studio and all other Microsoft products but that had no effect.
如何在 Eclipse 中标记垂直块?
How can I mark a vertical block in Eclipse?
推荐答案
激活光标并选择要选择的列使用:
To activate the cursor and select the columns you want to select use:
窗户:Alt+Shift+A
Mac:命令 + 选项 + A
基于 Linux 的操作系统:Alt+Shift+A
Linux-based OS: Alt+Shift+A
要停用,请再次按下按键.
此信息取自 DJ 的 Java 博客一个>.
这篇关于如何在 Eclipse 中启用列选择模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 中启用列选择模式?


基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 降序排序:Java Map 2022-01-01