You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
If you use SCI_STYLESETEOLFILLED to turn off the "fill to eol" attribute, it isn't honored for annotation text. This seems like a bug to me since annotations are just making use of the general purpose styles (as opposed to having annotation-specific styles).
Is this something that could be fixed?
I should mention that I'm seeing this using the ANNOTATION_STANDARD visibility option.
Thanks
-John
Neil Hodgson
unread,
Jun 26, 2012, 9:37:35 PM6/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
John Vella:
This seems like a bug to me since annotations are just making use of the general purpose styles (as opposed to having annotation-specific styles).
Its a limitation. I have updated the documentation to mention this.
Is this something that could be fixed?
It sounds like a reasonable change if someone wants to implement it.