PowerBuilder 有免费的 diff 工具吗?

发布于 2024-08-21 18:28:35 字数 55 浏览 4 评论 0原文

我确实知道一些 PowerBuilder diff 工具是共享软件。但是有免费软件或开源软件吗?

I do know of a couple of PowerBuilder diff tools that are shareware. But are there any that are freeware or open source?

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

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

发布评论

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

评论(2

×纯※雪 2024-08-28 18:28:35

你可以看看 PBL Peeper。除了大量其他功能之外,它还具有比较功能:

http:// techno-kitten.com/PBL_Peeper/Quick_Overview/quick_overview.html

You might look at PBL Peeper. It had a Compare feature, in addition to a great deal of other capabilities:

http://techno-kitten.com/PBL_Peeper/Quick_Overview/quick_overview.html

雨夜星沙 2024-08-28 18:28:35

您的版本控制系统应该包含某种 diff 实用程序。有不同的免费工具可供使用,如果它们支持 SCC API,则应该可以使用。

如果您想查看源代码管理之外的 PB 对象的差异,您可以导出该对象。 PB 导出具有不同的文件扩展名,但它们是文本文件,然后您可以使用任何 diff PB 工具来比较项目。

Your version control system should include some kind of diff utility. There are different free ones available that should work if they support the SCC API.

If you want to look at diffs of PB objects outside of source control, you can export the object. PB exports have different filename extensions but they are are text files and you can then use any diff PB tool to compare items.

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