This file is used with "-x misc/suppressions/codespell-lines" codespell option and allows to ignore entire lines, instead of ignoring words that only occur once or twice and shouldn't be ignored globally because they could well be misspelt elsewhere. The remaining words in codespell.ignore occur too many times (as parameter names in various places) to be ignored in this way.
26 lines
1.5 KiB
Plaintext
26 lines
1.5 KiB
Plaintext
wxMessageBox(L"Salut \u00E0 toi!"); // U+00E0 is "Latin Small Letter a with Grave"
|
|
wxMessageBox("Salut à toi!");
|
|
wxMessageBox(wxString::FromUTF8("Salut \xC3\xA0 toi!"));
|
|
<tt>(week|wee)(night|knights)</tt> matches all ten characters of "weeknights",
|
|
expressions</em> (BRE). EREs are roughly those of the traditional @e egrep,
|
|
@row2col{ <tt>b</tt> , Rest of RE is a BRE. }
|
|
the ARE <tt>(?:</tt> or the BRE <tt>\(</tt>.
|
|
return wxPrivate::wxAnyAsImpl<T>::DoAs(*this);
|
|
static T DoAs(const wxAny& any)
|
|
static wxString DoAs(const wxAny& any)
|
|
removeable,
|
|
virtual void HandleLineEvent( unsigned int n, bool doubleClick );
|
|
sequence of labels is A, B, ..., Z, AA, AB, ..., AZ, BA, ..., ..., ZZ,
|
|
wxEdge otherE,
|
|
void swap(wxScopedPtr<T>& ot);
|
|
SEH (structured exception handling) which currently means only Microsoft
|
|
void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
|
|
// Copyright: (c) 2009 Marcin Malich <me@malcom.pl>
|
|
* All of the settings below require SEH support (__try/__catch) and can't work
|
|
the version check in `include/wx/msw/seh.h` to suppress this warning for the
|
|
#endif /* compiler doesn't support SEH */
|
|
// Name: wx/msw/seh.h
|
|
// Purpose: declarations for SEH (structured exceptions handling) support
|
|
// 2019), i.e. SEH translator seems to work just fine without /EHa too, so
|
|
// Purpose: helpers for the structured exception handling (SEH) under Win32
|