本文介绍了德尔福备注/RichEdit的类似物的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道是否有Memo/RichEdit的类似物吗?需求:编号行,从流中加载大文件(大于5 MB).

Does anybody know if there is an analog of Memo/RichEdit? Demand: to number lines, to load big files (more than 5 MB) from a stream.

推荐答案

TMS软件具有非常好的TAdvMemo,很多语法突出显示.并且还有一个TRichEdit的替换".除了突出显示语法外,他们的备忘录还支持行号.不知道大文件,但是5MB听起来并没有任何限制.

TMS Software has a very good TAdvMemo with a lot of syntax highlighters. And also has a TRichEdit "replacement". In addition to the syntax highlighting their memo supports line numbers. Don't know about large files, but 5MB doesn't sound like anywhere near any limits they c/would have.

TRichView 是另一个建议的具有较大功能集的TRichEdit替代品.

TRichView is another highly recommended TRichEdit replacement with a large feature set.

这篇关于德尔福备注/RichEdit的类似物的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-28 16:55