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 中启用列选择模式?
基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
