We need to manually escape a few parts of the autogenerated documentation.
See #15346.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74783
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Returns the length of the replacement text.
int ReplaceTarget(const wxString& text);
// Returns the length of the replacement text.
int ReplaceTarget(const wxString& text);
- // Replace the target text with the argument text after \d processing.
+ // Replace the target text with the argument text after \\d processing.
// Text is counted so it can contain NULs.
// Text is counted so it can contain NULs.
- // Looks for \d where d is between 1 and 9 and replaces these with the strings
+ // Looks for \\d where d is between 1 and 9 and replaces these with the strings
// matched in the last search operation which were surrounded by \( and \).
// Returns the length of the replacement text including any change
// matched in the last search operation which were surrounded by \( and \).
// Returns the length of the replacement text including any change
- // caused by processing the \d patterns.
+ // caused by processing the \\d patterns.
int ReplaceTargetRE(const wxString& text);
// Search for a counted string in the target and set the target to the found
int ReplaceTargetRE(const wxString& text);
// Search for a counted string in the target and set the target to the found
// Change the effect of pasting when there are multiple selections.
void SetMultiPaste(int multiPaste);
// Change the effect of pasting when there are multiple selections.
void SetMultiPaste(int multiPaste);
- // Retrieve the effect of pasting when there are multiple selections..
+ // Retrieve the effect of pasting when there are multiple selections.
int GetMultiPaste() const;
// Retrieve the value of a tag from a regular expression search.
int GetMultiPaste() const;
// Retrieve the value of a tag from a regular expression search.
@category{stc}
@see wxStyledTextEvent
@category{stc}
@see wxStyledTextEvent
int ReplaceTarget(const wxString& text);
/**
int ReplaceTarget(const wxString& text);
/**
- Replace the target text with the argument text after \d processing.
+ Replace the target text with the argument text after \\d processing.
Text is counted so it can contain NULs.
Text is counted so it can contain NULs.
- Looks for \d where d is between 1 and 9 and replaces these with the strings
+ Looks for \\d where d is between 1 and 9 and replaces these with the strings
matched in the last search operation which were surrounded by \( and \).
Returns the length of the replacement text including any change
matched in the last search operation which were surrounded by \( and \).
Returns the length of the replacement text including any change
- caused by processing the \d patterns.
+ caused by processing the \\d patterns.
*/
int ReplaceTargetRE(const wxString& text);
*/
int ReplaceTargetRE(const wxString& text);
void SetMultiPaste(int multiPaste);
/**
void SetMultiPaste(int multiPaste);
/**
- Retrieve the effect of pasting when there are multiple selections..
+ Retrieve the effect of pasting when there are multiple selections.
*/
int GetMultiPaste() const;
*/
int GetMultiPaste() const;
bold turns on bold
italic turns on italics
bold turns on bold
italic turns on italics
- fore:[name or #RRGGBB] sets the foreground colour
- back:[name or #RRGGBB] sets the background colour
+ fore:[name or \#RRGGBB] sets the foreground colour
+ back:[name or \#RRGGBB] sets the background colour
face:[facename] sets the font face name to use
size:[num] sets the font size in points
eol turns on eol filling
face:[facename] sets the font face name to use
size:[num] sets the font size in points
eol turns on eol filling
@todo list styled text ctrl events.
@todo list styled text ctrl events.
int %s(const wxString& text) {
const wxWX2MBbuf buf = wx2stc(text);
return SendMsg(%s, wx2stclen(text, buf), (sptr_t)(const char*)buf);''',
int %s(const wxString& text) {
const wxWX2MBbuf buf = wx2stc(text);
return SendMsg(%s, wx2stclen(text, buf), (sptr_t)(const char*)buf);''',
+ ('Replace the target text with the argument text after \\\d processing.',
+ 'Text is counted so it can contain NULs.',
+ 'Looks for \\\d where d is between 1 and 9 and replaces these with the strings',
+ 'matched in the last search operation which were surrounded by \( and \).',
+ 'Returns the length of the replacement text including any change',
+ 'caused by processing the \\\d patterns.',)),
"""void* %s(int operation, void* pointer) {
return (void*)(sptr_t)SendMsg(%s, operation, (sptr_t)pointer); """,
0),
"""void* %s(int operation, void* pointer) {
return (void*)(sptr_t)SendMsg(%s, operation, (sptr_t)pointer); """,
0),
+
+ 'GetMultiPaste' :
+ (0, 0, 0,
+ ('Retrieve the effect of pasting when there are multiple selections.',)),
return SendMsg(2194, wx2stclen(text, buf), (sptr_t)(const char*)buf);
}
return SendMsg(2194, wx2stclen(text, buf), (sptr_t)(const char*)buf);
}
-// Replace the target text with the argument text after \d processing.
+// Replace the target text with the argument text after \\d processing.
// Text is counted so it can contain NULs.
// Text is counted so it can contain NULs.
-// Looks for \d where d is between 1 and 9 and replaces these with the strings
+// Looks for \\d where d is between 1 and 9 and replaces these with the strings
// matched in the last search operation which were surrounded by \( and \).
// Returns the length of the replacement text including any change
// matched in the last search operation which were surrounded by \( and \).
// Returns the length of the replacement text including any change
-// caused by processing the \d patterns.
+// caused by processing the \\d patterns.
int wxStyledTextCtrl::ReplaceTargetRE(const wxString& text) {
const wxWX2MBbuf buf = wx2stc(text);
int wxStyledTextCtrl::ReplaceTargetRE(const wxString& text) {
const wxWX2MBbuf buf = wx2stc(text);
SendMsg(2614, multiPaste, 0);
}
SendMsg(2614, multiPaste, 0);
}
-// Retrieve the effect of pasting when there are multiple selections..
+// Retrieve the effect of pasting when there are multiple selections.
int wxStyledTextCtrl::GetMultiPaste() const
{
return SendMsg(2615, 0, 0);
int wxStyledTextCtrl::GetMultiPaste() const
{
return SendMsg(2615, 0, 0);
@category{stc}
@see wxStyledTextEvent
@category{stc}
@see wxStyledTextEvent
bold turns on bold
italic turns on italics
bold turns on bold
italic turns on italics
- fore:[name or #RRGGBB] sets the foreground colour
- back:[name or #RRGGBB] sets the background colour
+ fore:[name or \#RRGGBB] sets the foreground colour
+ back:[name or \#RRGGBB] sets the background colour
face:[facename] sets the font face name to use
size:[num] sets the font size in points
eol turns on eol filling
face:[facename] sets the font face name to use
size:[num] sets the font size in points
eol turns on eol filling
@todo list styled text ctrl events.
@todo list styled text ctrl events.