| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

基于 JavaFX 的代码编辑器:RichTextFX

RichTextFX 提供 JavaFX API 的文本框,作为文本范围的样式。RichTextFX 是基础的富文本编辑器,还是带有语法高亮功能的代码编辑器。
68747470733a2f2f676f6f676c6564726976652e636f6d2f686f73742f3042346135416e4e6e5a686b62596c566c62567072596e685064566b2f726963682d746578742e706e67.png

在线示例

RichTextFX 有着大量的扩展空间,比如,支持段落级样式,文本中的任意节点,包括样式信息的复制粘贴等。

Features

  • Assign arbitrary styles to arbitrary ranges of text.
  • Display line numbers or, more generally, any graphic in front of each paragraph. Can be used to show breakpoint toggles on each line of code.
  • Positioning a popup window relative to the caret or selection. Useful e.g. to position an autocompletion box.
  • Getting the character index under the mouse when the mouse stays still over the text for a specified period of time. Useful for displaying tooltips depending on the word under the mouse.

项目主页:http://www.open-open.com/lib/view/home/1410272269195

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1410272269195.html
JavaFX Java开发 RichTextFX