变更修改
快速提问,任何人都知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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
for at least Mercurial and Subversion. If I remember correctly, Git support was added with NetBeans 7.0 recently (not sure, though).