通过一些代码完成构建独立于操作系统的记事本 - 合适的平台吗?
我想构建一个带有一些代码完成的简单记事本应用程序。 它应该很容易编译到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
至于具有比 Eclipse 更轻量级插件功能且独立于操作系统的 FOSS 编辑器,请尝试 Gedit。为您可能需要的任何功能编写插件并不太困难。它是基于 GTK 的。
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.