变更修改

发布于 2024-11-08 23:48:15 字数 295 浏览 0 评论 0原文

快速提问,任何人都知道 Netbeans 是否具有内置或通过插件提供的行修改突出显示,这在使用 Netbeans for PHP 进行开发时必须可用。

示例:

<?php echo'look'; ?>

然后我保存并更改第 2 行,

<?php echo'look I have changed'; ?>

现在我希望在 Netbeans 中看到该行已更改的某种突出显示。

有什么想法吗?

quick question, odes anyone know if Netbeans has line modification highlighting either built in or available through a plugin, that has to be available when developing with Netbeans for PHP.

example:

<?php echo'look'; ?>

then I save and change line 2

<?php echo'look I have changed'; ?>

I now want to see some kind of highlighting within Netbeans that this line has changed.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£烟消云散 2024-11-15 23:48:15

Netbeans 使用任何受支持的版本控制系统自动执行此操作。 都有很好的突出显示

  • 修改(蓝色)、
  • 添加(绿色)和
  • 删除(红色)

我个人可以确认,至少 Mercurial 和 Subversion 的 。如果我没记错的话,NetBeans 7.0 最近添加了 Git 支持(不过不确定)。

Netbeans does this automatically with any supported version control system. I personally can confirm that there is nice highlighting of

  • modifications (blue),
  • additions (green) and
  • removals (red)

for at least Mercurial and Subversion. If I remember correctly, Git support was added with NetBeans 7.0 recently (not sure, though).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文