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 中启用列选择模式?


- 如何使用WebFilter实现授权头检查 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01