diff options
| author | nyamatongwe <devnull@localhost> | 2010-12-29 14:06:41 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-12-29 14:06:41 +1100 |
| commit | 9a231ff8310cca15f4b9cc19a34beb6faf8c5828 (patch) | |
| tree | 09b341748014fa04ba71e72d282c0ab59ca9d495 /doc | |
| parent | 80382c0b024025e35451a2e21a25c47b2e5a2ba0 (diff) | |
| download | scintilla-mirror-9a231ff8310cca15f4b9cc19a34beb6faf8c5828.tar.gz | |
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
Instead of including a reverse arrow as a cursor resource in Scintilla,
generate it by reversing the normal arrow cursor.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDoc.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 17484539e..f120e29f1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6547,11 +6547,7 @@ EM_SETTARGETDEVICE <code>Scintilla_RegisterClasses</code> called. <code>STATIC_BUILD</code> prevents compiling the <code>DllMain</code> function which will conflict with any <code>DllMain</code> defined in your code. <code>Scintilla_RegisterClasses</code> takes the <code>HINSTANCE</code> of your - application and ensures that the "Scintilla" window class is registered. To make sure that the - right pointing arrow cursor used in the margin is displayed by Scintilla add the - <code>scintilla/win32/Margin.cur</code> file to your application's resources with the ID - <code>IDC_MARGIN</code> which is defined in <code>scintilla/win32/platfromRes.h</code> as - 400.</p> + application and ensures that the "Scintilla" window class is registered.</p> <h3>Ensuring lexers are linked into Scintilla</h3> |
