gpt4 book ai didi

java - eclipse 设置问题

转载 作者:行者123 更新时间:2023-11-29 07:12:57 26 4
gpt4 key购买 nike

1. Can we make eclipse automatically refresh its buffer?

当我们在 eclipse 背后更改项目文件时,eclipse 不会自动更新其缓冲区。相反,我们必须手动单击 Refresh。当我们忘记这样做时,我们可能会运行旧代码。

2. Can we make eclipse to eliminate automatically the
leading whitespaces in source code files?

eclipse 中的自动缩进是在源代码文件中插入空格。每次我们留空一行时,都会留下前导空格。考虑以下代码:

1 public void f() {
2 // init
3 a = b;
4
5 // do it
6 for (...) { ... }
7 }

输入第 3 行后,我们点击 ENTER。此时,我们意识到我们想要分离代码的不同逻辑部分,所以我们再次点击 ENTER。这显然是一件合理的事情,但不幸的是,第 4 行遗留了一些前导空格。源代码控制工具(例如 git)对此并不满意。那么我们可以从 eclipse 中删除它们吗?

3. Can we save preference settings across workspaces?

每次创建新工作区时,我都需要更改首选项设置。例如,我通常会使字体变大。这有点多余。那么我可以重复使用现有设置吗?

最佳答案

<强>3。我们可以跨工作区保存首选项设置吗?

您可以 export the old workspace preferences and import into new workspace .另读:Create New Eclipse Workspace - With All Your Old Settings

关于java - eclipse 设置问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12079098/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com