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 中启用列选择模式?
基础教程推荐
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java Swing计时器未清除 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
