通过一些代码完成构建独立于操作系统的记事本 - 合适的平台吗?

发布于 2024-11-03 07:19:45 字数 324 浏览 2 评论 0原文

我想构建一个带有一些代码完成的简单记事本应用程序。 它应该很容易编译到 Linux、OS X 和 Windows。

我正在寻找 wx-widgets 或 GTK。其他的?? (作为最坏情况的网络服务。), 并且没有库依赖。

或者是否存在任何具有插件功能的独立于操作系统的自由开源软件编辑器。 (日蚀方式重)。

具体来说,我想要的是在针对广泛使用 XML 的应用程序框架进行 XML 编码时的“助手”。当库被加载(通过 XML)时,应该允许新标签,并且应该在工具栏(标签)和自动完成(属性)中向用户提示它们的存在。

建议?

问候,

//t

I want to build as simple notepad application with some code-completion.
It should be easy to compile to Linux, OS X and Windows.

I'm looking at wx-widgets or GTK. Others?? (as web-service as worst case.),
and without library dependencies.

Or does there exist any OS-independent FOSS editor with plug-in functionality.
(Eclipse way to heavy).

To be specific, what I want is a "helper" when coding XML towards an application-framework that use XML extensively. As libraries are loaded (through XML) new tags should be allowed and their existence should be prompted to user, both in toolbar (tags) and auto-complete (attributes).

Recommendations?

regards,

//t

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

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

发布评论

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

评论(1

-小熊_ 2024-11-10 07:19:45
  • XML 复制编辑器:我用过它,它不是最好的编辑器,但它确实可以自动完成。
  • Conglomerate:看起来很有前途,但一年前我尝试时从未让它发挥作用。也许从那时起情况有所改善。

至于具有比 Eclipse 更轻量级插件功能且独立于操作系统的 FOSS 编辑器,请尝试 Gedit。为您可能需要的任何功能编写插件并不太困难。它是基于 GTK 的。

  • XML Copy Editor: I've used it and it's not the best editor, but it does do the autocompletion.
  • Conglomerate: Looks quite promising but I never got it to work when I tried it out a year ago. Perhaps it's improved since then.

As for an OS-independent FOSS editor with plugin functionality that is more lightweight than Eclipse, try Gedit. It's not too difficult to write plugins for whatever functionality you may need. It's based on GTK.

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