aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-12-29 14:06:41 +1100
committernyamatongwe <unknown>2010-12-29 14:06:41 +1100
commit31737b420ad29036871f1551dd667a3f37e006e4 (patch)
tree25fc31466b8fcc5b91a0246244b28b7527e5cd77 /doc
parenta706d60ac6e2a8ddf0dd9bb8fbf6cda755da4a5a (diff)
downloadscintilla-mirror-31737b420ad29036871f1551dd667a3f37e006e4.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.html6
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>