NetBeans 和 Mercurial - 移动/删除文件和文件夹
我想知道在使用 NetBeans 及其 Mercurial 插件时,我是否只能通过项目导航器移动/删除文件/文件夹,或者我可以通过文件资源管理器(Finder)更改项目结构并使用其他编辑器编辑文件,然后将更改推送到NetBeans没有问题。
谢谢。
I'm wondering if when using NetBeans and its Mercurial plugin I can only move/delete files/folders through the project navigator or I can change the project structure through the file explorer (Finder) and edit files using other editors then push the changes through NetBeans without issues.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用其他编辑器编辑文件。如果您从 Netbeans 外部添加、删除或重命名文件,我认为您必须运行
hg addremove
,我认为这不能在 Netbeans 内部完成。有关其作用的更多信息,请参阅hg help addremove
。为了跟踪重命名,人们通常建议使用相似度选项并以 90 作为参数。另请参阅 Netbeans Mercurial 插件没有 addremove 选项图形用户界面菜单
You can edit files with other editors. If you add, delete, or rename files from outside Netbeans I think you have to run
hg addremove
, I don't think it can be done inside Netbeans. Seehg help addremove
for more information on what it does. To track renames people often recommend to use the similarity option with 90 as argument.See also Netbeans Mercurial plugin doesn't have addremove option in GUI menus