FS#2501 - Add spelling checker / spell checker for all text boxes
Suggestion to add spelling checker / spell checker for all text boxes
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Hi,
This would be nice but probably a bridge too far.
Remark that QCAD supports 20 languages as per QCAD features: https://www.ribbonsoft.com/en/qcad-documentation/qcad-features
Related forum topic: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=2117&p=6756#p6756
A feature request was never filed.
Regards,
CVH
This can be done with a library or API function.
While this is rated "very low" it would be "very useful" here.
This is because I often have many text boxes, and cutting & pasting from all of them is tedious.
A feature to export all text to a plain text file, maybe with headers showing the xy of the block, would do 90% of what I need.
Hi,
You can probably use dwg2csv for exporting the content and place of all Text entities and Block Attributes.
Filter with the -t switch for type and perhaps with the -p switch for property.
I would base the translation on the plain text.
As I have seen inline text formatting in your files.
This will not translate very well but it can hold size, color and so on.
After translation you need a small script to replace the content of entities at a known position.
Regards,
CVH