From 424d453c41b288c78530a505cdd29e74e2113a03 Mon Sep 17 00:00:00 2001
From: nyamatongwe
SCI_GETFIRSTVISIBLELINE
This returns the line number of the first visible line in the Scintilla view. The first line
- in the document is numbered 0.
SCI_LINESONSCREEN
This returns the number of complete lines visible on the screen. With a constant line height,
@@ -3848,7 +3848,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
3. If the reference count reaches 0, the document is deleted.
4. pDoc is set as the new document for the window.
5. If pDoc was 0, a new, empty document is created and attached to the
- window.
pDoc was not 0, its reference count is increased by 1.
SCI_CREATEDOCUMENT
--
cgit v1.2.3