如何像 Eclipse 可视化编辑器一样生成代码

发布于 2024-10-28 06:36:42 字数 111 浏览 0 评论 0原文

我想创建一个应该是拖放的编辑器,并且它应该相应地生成源代码。我发现可视化编辑器所做的几乎与我想要实现的相同。我已经浏览过 GEF,但我希望有任何可用于可视化编辑器的源代码,以便我能够理解其背后的代码生成逻辑。

I want to create an editor which should be drag and drop and it should generate source code accordingly.I found Visual Editor is doing almost the same what I wanted to achieve. I already went through GEF but I was expecting is there any source code available for Visual Editor so that I could understand the code generation logic behind it.

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

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

发布评论

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

评论(1

绅士风度i 2024-11-04 06:36:42

由于 Visual Editor 现在是一个 Eclipse 项目,因此您可以从 CVS 访问源代码。有关更多详细信息,请参阅此处: http://www.eclipse.org/vep/WebContent /faq.html#install_cvs

旁注:Acceleo 是另一个 Eclipse 项目,旨在在创建代码时发电机。我真的推荐看一下。如果您不熟悉建模技术,学习曲线可能会很长,但是一旦您掌握了它,它就会非常强大。

Because Visual Editor is now an Eclipse project you can access the sources from CVS. See here for more details: http://www.eclipse.org/vep/WebContent/faq.html#install_cvs

On a side note: Acceleo is an other Eclipse project aiming at creating code Generator. I really recommend to have a look at it. If you are not familiar with modeling techniques the learning curve maybe quite long but once you get it it's really powerful.

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