language sensitive spellchecking
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Inkscape |
Wishlist
|
Unassigned |
Bug Description
Spellchecker needs to know in what language each part
of the text is.
Ideally, there should be
1. A combobox to apply language attribute to a
selection. For now it should be in "Text and Font"
dialog, because it's not moved to commands toolbar yet.
2. A submenu to quickly mark a selection / a paragraph
as written is some of available for spellchecking
languages. A good implementation of an example would be
OpenOffice.org Writer with the only exception that
instead of "mark a word" it should be "mark a
selection", which is much more useful ir real life.
As for implementation on document format level, this
might require extending <tspan/> element to add a
"lang" attribute with a classic two-letter code like
'en', 'fr', 'de', 'ru' etc. SVG 1.1. doesn't cover
languages in <tspan/> element AFAIK.
Jon A. Cruz (jon-joncruz) wrote : | #1 |
Jpritikin (jpritikin) wrote : | #2 |
Originator: NO
Can we have simple English spell checking, at least?
Horkana-users (horkana-users) wrote : | #3 |
Originator: NO
jpritkin Inkscape already has spell check if you can find it.
unfortunately it is a compile time option that is not enabled by default
and uses Aspell. the fact that you and others do not already know about it
is a big problem in my opinion and I have requested it be turned on by
default where possible.
1605259 more discoverable spell checker
https:/
as for language sensitive spelling it would at the very least be very
useful to be able to mark blocks of text as not for spell checking ("no
proofing" or whatever) and even better to be able to mark blocks as being
from particular languages.
Changed in inkscape: | |
importance: | Medium → Wishlist |
status: | New → Confirmed |
summary: |
- language senstitive spellchecking + language sensitive spellchecking |
Actually, the "xml:lang" attribute is covered in section 5.10.2 of the
spec,
and is listed as a core attribute in 5.11. Thus, it can present on any
element.
http:// www.w3. org/TR/ SVG/struct. html#LangSpaceA ttrs