-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否可以增加术语匹配高亮显示(wordfast类似)和修订跟踪的功能? #33
Comments
目前BasicCAT已经使用了富文本编辑器,添加高亮其实不是很难,跟踪修订则比较复杂,我有时间看下怎么添加这些功能。 |
谢谢!这个不是简单的高亮,是左边英文在术语表里面有,但是右边翻译的中文没有跟术语表里面的一致,那么就把左边淡黄色的高亮显示,如果有,那么就淡绿色显示。 |
BasicCAT已经使用了富文本编辑器,如何把译文加下划线,粗体显示?我看最新版本没有这项功能。 |
你说的是inline markups,我一般翻译为行内标记,就是一句话里的加粗和斜体等样式。这个目前是不支持所见即所得的编辑的,只能通过处理标签来做到设置行内样式。目前高亮显示的只有空格和标签。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是否可以增加术语匹配高亮显示(wordfast类似)和修订跟踪功能(memoQ类似)的功能?
术语匹配截图如下:
完全匹配就用绿色标注,如果没有匹配,那就高亮显示成黄色。
修订跟踪的功能举例如下:
谢谢!
The text was updated successfully, but these errors were encountered: