Opened on Feb 21, 2016 at 4:34:35 AM
Closed on Feb 21, 2016 at 12:44:21 PM
Last modified on Feb 21, 2016 at 2:50:54 PM
#3210 closed Feature Request (Completed)
None of the $iCharSets are declared in GuiRichEdit.au3
| Reported by: | InunoTaishou | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | Richedit, Variable, Declared, Charset | Cc: |
Description
When using _GUICtrlRichEdit_SetFont one of the optional parameters is $iCharSet for the character set to use in the control. None of the variables showned in the help file are declared in the GuiRichEdit.au3 file. All of the fonts are included in FontConstants.au3 but this .au3 file is not included in GuiRichEdit.au3
Attachments (1)
Change History (6)
by , on Feb 21, 2016 at 4:35:12 AM
| Attachment: | Example.au3 added |
|---|
comment:1 by , on Feb 21, 2016 at 5:38:34 AM
Its more like a feature request, Addition of "All constants are included in FontConstants.au3" would suffice :)
comment:2 by , on Feb 21, 2016 at 8:23:43 AM
| Type: | Bug → Feature Request |
|---|
This is not an error as the constants are defined in the doc.
I move it to request feature
comment:4 by , on Feb 21, 2016 at 12:44:21 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [11675] in version: 3.3.15.1

Example of error