Increase untruncated Find-result window line length to 2048

There has been a complaint about long lines not being "well-represented" in the Find result window. See https://notepad-plus-plus.org/community/topic/18028/how-do-i-see-the-full-line-in-find-results-window.

Fix #7723, close #9030
This commit is contained in:
Scott Sumner 2020-10-18 07:01:29 -04:00 committed by Don HO
parent c0c070abaf
commit 4830b770d5
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -1055,7 +1055,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MOD_INSERTCHECK 0x100000
#define SC_MOD_CHANGETABSTOPS 0x200000
#define SC_MODEVENTMASKALL 0x3FFFFF
#define SC_SEARCHRESULT_LINEBUFFERMAXLENGTH 1024
#define SC_SEARCHRESULT_LINEBUFFERMAXLENGTH 2048
#define SC_UPDATE_CONTENT 0x1
#define SC_UPDATE_SELECTION 0x2
#define SC_UPDATE_V_SCROLL 0x4