View Issue Details

IDProjectCategoryView StatusLast Update
0002588JEDI VCL00 JVCL Componentspublic2005-04-12 08:57
ReporterCCRAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0002588: Add caCharset to TJvConsistentAttribute in JvRichEdit.pas, like this...
Description1) Append caCharset to TJvConsistentAttribute.
2) Add to TJvTextAttributes.GetConsistentAttributes, immediately below the check for caHidden:

      if (dwMask and CFM_CHARSET) <> 0 then
        Include(Result, caCharset);
TagsNo tags attached.

Activities

obones

2005-02-03 00:42

administrator   ~0006349

What's the point of this change?

CCR

2005-02-04 20:46

reporter   ~0006414

Because all the other elements of the 'native' enumeration (namely, CFM_XXX) are surfaced in TJvConsistentAttribute - so why not poor old CFM_CHARSET too? After all, TJvTextAttributes does have a Charset property.

obones

2005-04-12 08:57

administrator   ~0006974

Thanks, this is now in CVS (revision 1.70)

Issue History

Date Modified Username Field Change
2005-02-02 08:12 CCR New Issue
2005-02-03 00:42 obones Note Added: 0006349
2005-02-03 00:42 obones Status new => feedback
2005-02-04 20:46 CCR Note Added: 0006414
2005-04-12 08:57 obones Status feedback => resolved
2005-04-12 08:57 obones Resolution open => fixed
2005-04-12 08:57 obones Assigned To => obones
2005-04-12 08:57 obones Note Added: 0006974