Firemonkey 的 SynEdit?
Is there a synedit package that works with firemonkey (or someone working on it) ?
From what I can gather there was a VGScene port earlier (see: this site), but it seems to been removed.
Also see this site:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很可能没有(目前):
来自 主页:
它是一个纯 VCL/CLX 控件,这意味着它不是 Microsoft Windows 的包装器
控件,因此不需要运行时库。
CLX 或跨平台组件库是 VCL(Borland 的小部件库)的跨平台等效项。
来自 Nakeymonkey - firemonkey 的本机控件
有了 VCL,Borland 就不必担心所有这些,因为他们只是围绕 Windows API Rich Edit 控件编写了一个包装器。那么为什么 Embarcadero 没有对 Firemonkey 做同样的事情呢?因为 Firemonkey 还需要针对 OS X 进行编译,而 Windows API Rich Edit 控件不存在。
链接:
There most likely is not (at the moment):
From the homepage:
It is a pure-VCL/CLX control, meaning it is not a wrapper for Microsoft Windows
controls and so no run-time library is required.
CLX or Component Library for Cross Platform is the cross-platform equivalent of the VCL - Borland's widget library.
From Nakeymonkey - native controls for firemonkey
With the VCL, Borland never had to worry about all of this because they just wrote a wrapper around the Windows API Rich Edit control. So why didn’t Embarcadero do the same thing with Firemonkey? Because Firemonkey also needs to compile for OS X and the Windows API Rich Edit control doesn’t exist there.
Links: