文本编辑器 API。 Scintilla 用于实验性 IDE。你还用别的东西吗?

发布于 2024-09-30 17:46:03 字数 600 浏览 0 评论 0原文

本周末我发现了 Scintilla/Notepad++ API。 因为有一个很好的 Notepad++ 插件模板 vcproj 在线可用 然后我就可以开始玩了使用一些伪代码源真的非常快。

我刚刚简单地浏览了 Scintilla 文档,它公开了看起来很有前途的 API。有时它对我来说仍然很模糊,有时并不像我期望/梦想的那样功能齐全,但目前这确实是毫无意义的细节。

所以现在是我尝试一种我喜欢的语言的时候了,目前我给它起了个昵称“实体”。最好的办法就是为其设计一个轻量级 IDE。

所以我将在 Notepad++/Scintilla 环境上投入大量时间。

我还没有想过使用Emacs,因为我一直不习惯它。

但是,如果您使用 Scintilla 之外的其他类型的文本编辑器 API,最好是 C++,因为这是我的语言经验...您会使用/已经使用过其他什么文本编辑器 API?

只是想在深入研究之前确定我的选择。

I have discovered Scintilla/Notepad++ API this week end.
As there is a nice Template vcproj for Notepad++ Plugins available on line then I could start to play with some pseudo code-source really really fastly.

I have just looked briefly at the Scintilla documentation which expose the API which looks promising. Sometimes it is still hazy for me, sometimes not as feature-full as I expect/dream, but that's really meaningless details for now.

So now it is time I experiment with a language of my fancy, for the moment I nickname it "Entity". And what best to do than design a light IDE for it.

So I am going to invest much time in Notepad++/Scintilla environement.

I have have not thought about using Emacs because I never got accustomed to it.

But if you use another type of Text Editor API than Scintilla, preferably in C++ since it is my language experience... what other Text Editor API would you use/have you used ?

Just want to be sure of my choice before diving deeper.

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

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

发布评论

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

评论(1

笑忘罢 2024-10-07 17:46:03

我发现 Scintilla 功能非常丰富,涵盖了我需要的一切。你必须做一些工作才能获得它的所有功能(确保键盘快捷键执行所需的效果,等等),但编译、包含和开始工作非常容易,尽管正如我所说,你有做一些跑腿的工作来得到所有的东西,但这比你费尽心思去获得一个“通用”控件来停止做你不想做的事情要好。就好像作者给了你一个可以使用的工具箱。

I found Scintilla to be very feature-packed, and covered everything I needed. You have to do a bit of work to get all the functionality out of it (ensuring that keyboard short-cuts perform the desired effect, etceteras), but it was incredibly easy to compile, include and get working, though as I said you have to do a bit of legwork to get everything out of it, but this is better than having to tear your hair out getting an "all-purpose" control to stop doing something you don't want to. It is as if the authors have given you a toolbox to work with.

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