除 Sharepoint Designer 之外的 Sharepoint IDE

发布于 2024-08-14 16:47:27 字数 297 浏览 6 评论 0原文

Sharepoint Designer (SD) 中的源代码控制可以说是一个更令人头疼的问题,而不是一个解决方案。特别是当多个人编辑相同的代码时。就我而言,我主要使用 SD 来编辑静态文件(css、js 和 html)。

我想这取决于共享点开发环境(当前使用开发虚拟机),但我遇到过冲突,SD不允许您签入/签出,不允许您保存......以及一大堆其他使掌握该工具变得困难的问题。

除了 SD 之外,您还使用哪些其他 IDE 进行共享点开发?最好是非 Microsoft 解决方案?有人成功完全停止使用 Sharepoint Developer 吗?

Source control in Sharepoint Designer (SD) is arguably more a headache than a solution; especially when more than one person is editing the same code. In my case, I am mostly using SD to edit static files (css, js and html).

I suppose it depends on the sharepoint development environment (currently using development VMs), but I have experienced conflicts where SD does not allow you to check-in/out, can not allow you to save.... and a whole host of other issues that makes mastering the tool difficult.

what other ides do you use for sharepoint development other than SD? Preferably a non-Microsoft solution? Has any one successfully stopped using sharepoint developer totally?

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

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

发布评论

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

评论(3

我纯我任性 2024-08-21 16:47:27

不要使用 SharePoint Designer 推出自定义项 - 您可能会因 Windows 更新而丢失这些自定义项。如果您的所有自定义项都部署为功能,您可以使用 Visual Studio 实现完整的源代码控制。一旦你用VS检查了一些东西,你就可以使用SD2007进行风格调整。定制完成后,只需使用VS重新检查即可。

Do not use SharePoint Designer to push out customizations - you may lose these due to Windows Updates. If all your customizations are deployed as Features you can have full source control implemented using Visual Studio. Once you check something out with VS, you can then use SD2007 to make stylistic tweaks.When customizations are complete, just use VS to check back in.

温馨耳语 2024-08-21 16:47:27

尽管它不是与 SharePoint Designer 相当的工具,但 Mossquito 也可以让您省去一些麻烦。

Although it is not a comparable tool to SharePoint Designer, you may also save yourself some headaches with Mossquito.

琴流音 2024-08-21 16:47:27

对于 css/javascript/ html,我们使用 Aptana。它是 Eclipse 的衍生产品,支持 Eclipse 插件。 Aptana 允许您定义多个调试环境,因此您可以测试 FF、IE 6 - 8 等。只是警告您,有时我们在 Aptana 中进行测试,一旦我们导入了生成的标记在 SharePoint 中,我们遇到了奇怪的问题,因为 SharePoint 不支持标准 HTML。

For css/javascript/ html we use Aptana. it's a derivative of Eclipse and supports Eclipse plug-ins. Aptana allows you to define multiple debugging environments, so you can test for FF, IE 6 - 8, etc. Just to warn you, there have been times when we've tested in Aptana and once we've imported the resulting mark-up into SharePoint we have run into weird issues as SharePoint does not support standard HTML.

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