2 * RichEdit - functions dealing with editor object
4 * Copyright 2004 by Krzysztof Foltman
5 * Copyright 2005 by Cihan Altinay
6 * Copyright 2005 by Phil Krylov
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 API implementation status:
26 Messages (ANSI versions not done yet)
27 + EM_AUTOURLDETECT 2.0
38 + EM_FINDTEXT (only FR_DOWN flag implemented)
39 + EM_FINDTEXTEX (only FR_DOWN flag implemented)
43 + EM_GETAUTOURLDETECT 2.0
44 - EM_GETBIDIOPTIONS 3.0
45 - EM_GETCHARFORMAT (partly done)
48 + EM_GETFIRSTVISIBLELINE (can be optimized if needed)
49 - EM_GETIMECOLOR 1.0asian
50 - EM_GETIMECOMPMODE 2.0
51 - EM_GETIMEOPTIONS 1.0asian
53 - EM_GETLANGOPTIONS 2.0
56 + EM_GETLINECOUNT returns number of rows, not of paragraphs
61 + EM_GETPASSWORDCHAR 2.0
62 - EM_GETPUNCTUATION 1.0asian
66 + EM_GETSELTEXT (ANSI&Unicode)
67 + EM_GETSCROLLPOS 3.0 (only Y value valid)
70 + EM_GETTEXTLENGTHEX (GTL_PRECISE unimplemented)
72 ? + EM_GETTEXTRANGE (ANSI&Unicode)
73 - EM_GETTYPOGRAPHYOPTIONS 3.0
76 - EM_GETWORDBREAKPROCEX
77 - EM_GETWORDWRAPMODE 1.0asian
80 + EM_LIMITTEXT (Also called EM_SETLIMITTEXT)
89 + EM_REPLACESEL (proper style?) ANSI&Unicode
93 - EM_SETBIDIOPTIONS 3.0
95 + EM_SETCHARFORMAT (partly done, no ANSI)
97 + EM_SETEVENTMASK (few notifications supported)
99 - EM_SETIMECOLOR 1.0asian
100 - EM_SETIMEOPTIONS 1.0asian
101 - EM_SETLANGOPTIONS 2.0
103 + EM_SETMODIFY (not sure if implementation is correct)
105 + EM_SETOPTIONS (partially implemented)
108 + EM_SETPASSWORDCHAR 2.0
109 - EM_SETPUNCTUATION 1.0asian
110 + EM_SETREADONLY no beep on modification attempt
112 + EM_SETRECTNP (EM_SETRECT without repainting)
114 + EM_SETSCROLLPOS 3.0
117 + EM_SETTEXTEX 3.0 (no rich text insertion handling, proper style?)
119 - EM_SETTYPOGRAPHYOPTIONS 3.0
120 + EM_SETUNDOLIMIT 2.0
121 + EM_SETWORDBREAKPROC (used only for word movement at the moment)
122 - EM_SETWORDBREAKPROCEX
123 - EM_SETWORDWRAPMODE 1.0asian
125 + EM_SHOWSCROLLBAR 2.0
126 - EM_STOPGROUPTYPING 2.0
134 + WM_GETDLGCODE (the current implementation is incomplete)
135 + WM_GETTEXT (ANSI&Unicode)
136 + WM_GETTEXTLENGTH (ANSI version sucks)
139 + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
141 - WM_STYLECHANGED (things like read-only flag)
146 * EN_CHANGE (sent from the wrong place)
163 * EN_UPDATE (sent from the wrong place)
171 + ES_DISABLENOSCROLL (scrollbar is always visible)
172 - ES_EX_NOCALLOLEINIT
174 - ES_MULTILINE (currently single line controls aren't supported)
176 - ES_READONLY (I'm not sure if beeping is the proper behaviour)
182 - ES_WANTRETURN (don't know how to do WM_GETDLGCODE part)
189 * RICHED20 TODO (incomplete):
191 * - messages/styles/notifications listed above
193 * - add remaining CHARFORMAT/PARAFORMAT fields
194 * - right/center align should strip spaces from the beginning
195 * - pictures/OLE objects (not just smiling faces that lack API support ;-) )
196 * - COM interface (looks like a major pain in the TODO list)
197 * - calculate heights of pictures (half-done)
198 * - horizontal scrolling (not even started)
199 * - hysteresis during wrapping (related to scrollbars appearing/disappearing)
201 * - how to implement EM_FORMATRANGE and EM_DISPLAYBAND ? (Mission Impossible)
202 * - italic caret with italic fonts
204 * - most notifications aren't sent at all (the most important ones are)
205 * - when should EN_SELCHANGE be sent after text change ? (before/after EN_UPDATE?)
206 * - WM_SETTEXT may use wrong style (but I'm 80% sure it's OK)
207 * - EM_GETCHARFORMAT with SCF_SELECTION may not behave 100% like in original (but very close)
208 * - full justification
211 * - ListBox & ComboBox not implemented
213 * Bugs that are probably fixed, but not so easy to verify:
214 * - EN_UPDATE/EN_CHANGE are handled very incorrectly (should be OK now)
215 * - undo for ME_JoinParagraphs doesn't store paragraph format ? (it does)
216 * - check/fix artificial EOL logic (bCursorAtEnd, hardly logical)
217 * - caret shouldn't be displayed when selection isn't empty
218 * - check refcounting in style management functions (looks perfect now, but no bugs is suspicious)
219 * - undo for setting default format (done, might be buggy)
220 * - styles might be not released properly (looks like they work like charm, but who knows?
227 #define NO_SHLWAPI_STREAM
231 #define STACK_SIZE_DEFAULT 100
232 #define STACK_SIZE_MAX 1000
234 #define TEXT_LIMIT_DEFAULT 32767
236 WINE_DEFAULT_DEBUG_CHANNEL(richedit
);
238 static BOOL
ME_RegisterEditorClass(HINSTANCE
);
240 static const WCHAR RichEdit20W
[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '2', '0', 'W', 0};
241 static const WCHAR RichEdit50W
[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '5', '0', 'W', 0};
242 static const WCHAR REListBox20W
[] = {'R','E','L','i','s','t','B','o','x','2','0','W', 0};
243 static const WCHAR REComboBox20W
[] = {'R','E','C','o','m','b','o','B','o','x','2','0','W', 0};
246 HANDLE me_heap
= NULL
;
248 static BOOL ME_ListBoxRegistered
= FALSE
;
249 static BOOL ME_ComboBoxRegistered
= FALSE
;
251 static inline int is_version_nt(void)
253 return !(GetVersion() & 0x80000000);
256 static ME_TextBuffer
*ME_MakeText(void) {
258 ME_TextBuffer
*buf
= ALLOC_OBJ(ME_TextBuffer
);
260 ME_DisplayItem
*p1
= ME_MakeDI(diTextStart
);
261 ME_DisplayItem
*p2
= ME_MakeDI(diTextEnd
);
267 p1
->member
.para
.next_para
= p2
;
268 p2
->member
.para
.prev_para
= p1
;
269 p2
->member
.para
.nCharOfs
= 0;
273 buf
->pCharStyle
= NULL
;
279 static LRESULT
ME_StreamInText(ME_TextEditor
*editor
, DWORD dwFormat
, ME_InStream
*stream
, ME_Style
*style
)
281 WCHAR wszText
[STREAMIN_BUFFER_SIZE
+1];
284 TRACE("%08x %p\n", dwFormat
, stream
);
291 ME_StreamInFill(stream
);
292 if (stream
->editstream
->dwError
)
298 if (!(dwFormat
& SF_UNICODE
))
300 /* FIXME? this is doomed to fail on true MBCS like UTF-8, luckily they're unlikely to be used as CP_ACP */
301 nWideChars
= MultiByteToWideChar(CP_ACP
, 0, stream
->buffer
, stream
->dwSize
, wszText
, STREAMIN_BUFFER_SIZE
);
306 nWideChars
= stream
->dwSize
>> 1;
307 pText
= (WCHAR
*)stream
->buffer
;
310 ME_InsertTextFromCursor(editor
, 0, pText
, nWideChars
, style
);
311 if (stream
->dwSize
== 0)
315 ME_CommitUndo(editor
);
316 ME_UpdateRepaint(editor
);
320 static void ME_RTFCharAttrHook(RTF_Info
*info
)
323 fmt
.cbSize
= sizeof(fmt
);
327 switch(info
->rtfMinor
)
330 /* FIXME add more flags once they're implemented */
331 fmt
.dwMask
= CFM_BOLD
| CFM_ITALIC
| CFM_UNDERLINE
| CFM_STRIKEOUT
| CFM_COLOR
| CFM_BACKCOLOR
| CFM_SIZE
| CFM_WEIGHT
;
332 fmt
.dwEffects
= CFE_AUTOCOLOR
| CFE_AUTOBACKCOLOR
;
333 fmt
.yHeight
= 12*20; /* 12pt */
337 fmt
.dwMask
= CFM_BOLD
;
338 fmt
.dwEffects
= info
->rtfParam
? fmt
.dwMask
: 0;
341 fmt
.dwMask
= CFM_ITALIC
;
342 fmt
.dwEffects
= info
->rtfParam
? fmt
.dwMask
: 0;
345 fmt
.dwMask
= CFM_UNDERLINE
;
346 fmt
.dwEffects
= info
->rtfParam
? fmt
.dwMask
: 0;
347 fmt
.bUnderlineType
= CFU_CF1UNDERLINE
;
350 fmt
.dwMask
= CFM_UNDERLINE
;
354 fmt
.dwMask
= CFM_STRIKEOUT
;
355 fmt
.dwEffects
= info
->rtfParam
? fmt
.dwMask
: 0;
359 case rtfSubScrShrink
:
360 case rtfSuperScrShrink
:
362 fmt
.dwMask
= CFM_SUBSCRIPT
|CFM_SUPERSCRIPT
;
363 if (info
->rtfMinor
== rtfSubScrShrink
) fmt
.dwEffects
= CFE_SUBSCRIPT
;
364 if (info
->rtfMinor
== rtfSuperScrShrink
) fmt
.dwEffects
= CFE_SUPERSCRIPT
;
365 if (info
->rtfMinor
== rtfNoSuperSub
) fmt
.dwEffects
= 0;
368 fmt
.dwMask
= CFM_HIDDEN
;
369 fmt
.dwEffects
= info
->rtfParam
? fmt
.dwMask
: 0;
372 fmt
.dwMask
= CFM_BACKCOLOR
;
374 if (info
->rtfParam
== 0)
375 fmt
.dwEffects
= CFE_AUTOBACKCOLOR
;
376 else if (info
->rtfParam
!= rtfNoParam
)
378 RTFColor
*c
= RTFGetColor(info
, info
->rtfParam
);
379 fmt
.crTextColor
= (c
->rtfCBlue
<<16)|(c
->rtfCGreen
<<8)|(c
->rtfCRed
);
383 fmt
.dwMask
= CFM_COLOR
;
385 if (info
->rtfParam
== 0)
386 fmt
.dwEffects
= CFE_AUTOCOLOR
;
387 else if (info
->rtfParam
!= rtfNoParam
)
389 RTFColor
*c
= RTFGetColor(info
, info
->rtfParam
);
391 fmt
.crTextColor
= (c
->rtfCBlue
<<16)|(c
->rtfCGreen
<<8)|(c
->rtfCRed
);
397 if (info
->rtfParam
!= rtfNoParam
)
399 RTFFont
*f
= RTFGetFont(info
, info
->rtfParam
);
402 MultiByteToWideChar(CP_ACP
, 0, f
->rtfFName
, -1, fmt
.szFaceName
, sizeof(fmt
.szFaceName
)/sizeof(WCHAR
));
403 fmt
.szFaceName
[sizeof(fmt
.szFaceName
)/sizeof(WCHAR
)-1] = '\0';
404 fmt
.bCharSet
= f
->rtfFCharSet
;
405 fmt
.dwMask
= CFM_FACE
| CFM_CHARSET
;
410 fmt
.dwMask
= CFM_SIZE
;
411 if (info
->rtfParam
!= rtfNoParam
)
412 fmt
.yHeight
= info
->rtfParam
*10;
417 RTFFlushOutputBuffer(info
);
418 /* FIXME too slow ? how come ? */
419 style2
= ME_ApplyStyle(info
->style
, &fmt
);
420 ME_ReleaseStyle(info
->style
);
421 info
->style
= style2
;
422 info
->styleChanged
= TRUE
;
426 /* FIXME this function doesn't get any information about context of the RTF tag, which is very bad,
427 the same tags mean different things in different contexts */
428 static void ME_RTFParAttrHook(RTF_Info
*info
)
431 fmt
.cbSize
= sizeof(fmt
);
434 switch(info
->rtfMinor
)
436 case rtfParDef
: /* restores default paragraph attributes */
437 fmt
.dwMask
= PFM_ALIGNMENT
| PFM_TABSTOPS
| PFM_OFFSET
| PFM_STARTINDENT
;
438 fmt
.wAlignment
= PFA_LEFT
;
440 fmt
.dxOffset
= fmt
.dxStartIndent
= 0;
441 RTFFlushOutputBuffer(info
);
442 ME_GetParagraph(info
->editor
->pCursors
[0].pRun
)->member
.para
.bTable
= FALSE
;
446 ME_DisplayItem
*para
;
448 RTFFlushOutputBuffer(info
);
449 para
= ME_GetParagraph(info
->editor
->pCursors
[0].pRun
);
450 assert(para
->member
.para
.pCells
);
451 para
->member
.para
.bTable
= TRUE
;
455 ME_GetSelectionParaFormat(info
->editor
, &fmt
);
456 fmt
.dwMask
= PFM_STARTINDENT
| PFM_OFFSET
;
457 fmt
.dxStartIndent
+= info
->rtfParam
+ fmt
.dxOffset
;
458 fmt
.dxOffset
= -info
->rtfParam
;
461 ME_GetSelectionParaFormat(info
->editor
, &fmt
);
462 fmt
.dwMask
= PFM_STARTINDENT
;
463 fmt
.dxStartIndent
= -fmt
.dxOffset
+ info
->rtfParam
;
466 fmt
.dwMask
= PFM_RIGHTINDENT
;
467 fmt
.dxRightIndent
= info
->rtfParam
;
471 fmt
.dwMask
= PFM_ALIGNMENT
;
472 fmt
.wAlignment
= PFA_LEFT
;
475 fmt
.dwMask
= PFM_ALIGNMENT
;
476 fmt
.wAlignment
= PFA_RIGHT
;
479 fmt
.dwMask
= PFM_ALIGNMENT
;
480 fmt
.wAlignment
= PFA_CENTER
;
483 ME_GetSelectionParaFormat(info
->editor
, &fmt
);
484 if (!(fmt
.dwMask
& PFM_TABSTOPS
))
486 fmt
.dwMask
|= PFM_TABSTOPS
;
489 if (fmt
.cTabCount
< MAX_TAB_STOPS
)
490 fmt
.rgxTabs
[fmt
.cTabCount
++] = info
->rtfParam
;
494 RTFFlushOutputBuffer(info
);
495 /* FIXME too slow ? how come ?*/
496 ME_SetSelectionParaFormat(info
->editor
, &fmt
);
500 static void ME_RTFTblAttrHook(RTF_Info
*info
)
502 ME_DisplayItem
*para
;
504 switch (info
->rtfMinor
)
507 RTFFlushOutputBuffer(info
);
508 para
= ME_GetParagraph(info
->editor
->pCursors
[0].pRun
);
510 /* Release possibly inherited cell definitions */
511 ME_DestroyTableCellList(para
);
513 para
->member
.para
.pCells
= ALLOC_OBJ(ME_TableCell
);
514 para
->member
.para
.pCells
->nRightBoundary
= 0;
515 para
->member
.para
.pCells
->next
= NULL
;
516 para
->member
.para
.pLastCell
= para
->member
.para
.pCells
;
519 RTFFlushOutputBuffer(info
);
520 para
= ME_GetParagraph(info
->editor
->pCursors
[0].pRun
);
522 if (para
->member
.para
.pLastCell
->nRightBoundary
)
524 ME_TableCell
*pCell
= ALLOC_OBJ(ME_TableCell
);
527 para
->member
.para
.pLastCell
->next
= pCell
;
528 para
->member
.para
.pLastCell
= pCell
;
530 para
->member
.para
.pLastCell
->nRightBoundary
= info
->rtfParam
;
535 static void ME_RTFReadHook(RTF_Info
*info
) {
536 switch(info
->rtfClass
)
539 switch(info
->rtfMajor
)
542 if (info
->stackTop
< maxStack
) {
543 memcpy(&info
->stack
[info
->stackTop
].fmt
, &info
->style
->fmt
, sizeof(CHARFORMAT2W
));
544 info
->stack
[info
->stackTop
].codePage
= info
->codePage
;
545 info
->stack
[info
->stackTop
].unicodeLength
= info
->unicodeLength
;
548 info
->styleChanged
= FALSE
;
553 RTFFlushOutputBuffer(info
);
554 if (info
->stackTop
<=1) {
555 info
->rtfClass
= rtfEOF
;
559 assert(info
->stackTop
>= 0);
560 if (info
->styleChanged
)
562 /* FIXME too slow ? how come ? */
563 s
= ME_ApplyStyle(info
->style
, &info
->stack
[info
->stackTop
].fmt
);
564 ME_ReleaseStyle(info
->style
);
566 info
->codePage
= info
->stack
[info
->stackTop
].codePage
;
567 info
->unicodeLength
= info
->stack
[info
->stackTop
].unicodeLength
;
574 switch(info
->rtfMajor
)
577 ME_RTFCharAttrHook(info
);
580 ME_RTFParAttrHook(info
);
583 ME_RTFTblAttrHook(info
);
586 if (info
->rtfMinor
== rtfCell
)
588 RTFFlushOutputBuffer(info
);
589 ME_InsertTableCellFromCursor(info
->editor
, 0);
597 ME_StreamInFill(ME_InStream
*stream
)
599 stream
->editstream
->dwError
= stream
->editstream
->pfnCallback(stream
->editstream
->dwCookie
,
600 (BYTE
*)stream
->buffer
,
601 sizeof(stream
->buffer
),
602 (LONG
*)&stream
->dwSize
);
606 static LRESULT
ME_StreamIn(ME_TextEditor
*editor
, DWORD format
, EDITSTREAM
*stream
)
610 int from
, to
, to2
, nUndoMode
;
611 int nEventMask
= editor
->nEventMask
;
612 ME_InStream inStream
;
614 TRACE("stream==%p hWnd==%p format==0x%X\n", stream
, editor
->hWnd
, (UINT
)format
);
615 editor
->nEventMask
= 0;
617 ME_GetSelection(editor
, &from
, &to
);
618 if ((format
& SFF_SELECTION
) && (editor
->mode
& TM_RICHTEXT
)) {
619 style
= ME_GetSelectionInsertStyle(editor
);
621 ME_InternalDeleteText(editor
, from
, to
-from
);
624 style
= editor
->pBuffer
->pDefaultStyle
;
625 ME_AddRefStyle(style
);
626 SendMessageA(editor
->hWnd
, EM_SETSEL
, 0, 0);
627 ME_InternalDeleteText(editor
, 0, ME_GetTextLength(editor
));
629 ME_ClearTempStyle(editor
);
630 /* FIXME restore default paragraph formatting ! */
634 /* Back up undo mode to a local variable */
635 nUndoMode
= editor
->nUndoMode
;
637 /* Only create an undo if SFF_SELECTION is set */
638 if (!(format
& SFF_SELECTION
))
639 editor
->nUndoMode
= umIgnore
;
641 inStream
.editstream
= stream
;
642 inStream
.editstream
->dwError
= 0;
648 /* Check if it's really RTF, and if it is not, use plain text */
649 ME_StreamInFill(&inStream
);
650 if (!inStream
.editstream
->dwError
)
652 if (strncmp(inStream
.buffer
, "{\\rtf", 5) && strncmp(inStream
.buffer
, "{\\urtf", 6))
660 if (!inStream
.editstream
->dwError
)
662 if (format
& SF_RTF
) {
663 /* setup the RTF parser */
664 memset(&parser
, 0, sizeof parser
);
665 RTFSetEditStream(&parser
, &inStream
);
666 parser
.rtfFormat
= format
&(SF_TEXT
|SF_RTF
);
667 parser
.hwndEdit
= editor
->hWnd
;
668 parser
.editor
= editor
;
669 parser
.style
= style
;
672 RTFSetReadHook(&parser
, ME_RTFReadHook
);
677 RTFFlushOutputBuffer(&parser
);
680 style
= parser
.style
;
682 else if (format
& SF_TEXT
)
683 ME_StreamInText(editor
, format
, &inStream
, style
);
685 ERR("EM_STREAMIN without SF_TEXT or SF_RTF\n");
686 ME_GetSelection(editor
, &to
, &to2
);
687 /* put the cursor at the top */
688 if (!(format
& SFF_SELECTION
))
689 SendMessageA(editor
->hWnd
, EM_SETSEL
, 0, 0);
692 /* Restore saved undo mode */
693 editor
->nUndoMode
= nUndoMode
;
695 /* even if we didn't add an undo, we need to commit anything on the stack */
696 ME_CommitUndo(editor
);
698 /* If SFF_SELECTION isn't set, delete any undos from before we started too */
699 if (!(format
& SFF_SELECTION
))
700 ME_EmptyUndoStack(editor
);
702 ME_ReleaseStyle(style
);
703 editor
->nEventMask
= nEventMask
;
706 ME_UpdateRepaint(editor
);
708 if (!(format
& SFF_SELECTION
)) {
709 ME_ClearTempStyle(editor
);
711 ME_MoveCaret(editor
);
712 ME_SendSelChange(editor
);
713 ME_SendRequestResize(editor
, FALSE
);
719 typedef struct tagME_RTFStringStreamStruct
724 } ME_RTFStringStreamStruct
;
726 static DWORD CALLBACK
ME_ReadFromRTFString(DWORD_PTR dwCookie
, LPBYTE lpBuff
, LONG cb
, LONG
*pcb
)
728 ME_RTFStringStreamStruct
*pStruct
= (ME_RTFStringStreamStruct
*)dwCookie
;
731 count
= min(cb
, pStruct
->length
- pStruct
->pos
);
732 memmove(lpBuff
, pStruct
->string
+ pStruct
->pos
, count
);
733 pStruct
->pos
+= count
;
739 ME_StreamInRTFString(ME_TextEditor
*editor
, BOOL selection
, char *string
)
742 ME_RTFStringStreamStruct data
;
744 data
.string
= string
;
745 data
.length
= strlen(string
);
747 es
.dwCookie
= (DWORD
)&data
;
748 es
.pfnCallback
= ME_ReadFromRTFString
;
749 ME_StreamIn(editor
, SF_RTF
| (selection
? SFF_SELECTION
: 0), &es
);
754 ME_FindItemAtOffset(ME_TextEditor
*editor
, ME_DIType nItemType
, int nOffset
, int *nItemOffset
)
756 ME_DisplayItem
*item
= ME_FindItemFwd(editor
->pBuffer
->pFirst
, diParagraph
);
758 while (item
&& item
->member
.para
.next_para
->member
.para
.nCharOfs
<= nOffset
)
759 item
= ME_FindItemFwd(item
, diParagraph
);
764 nOffset
-= item
->member
.para
.nCharOfs
;
765 if (nItemType
== diParagraph
) {
767 *nItemOffset
= nOffset
;
772 item
= ME_FindItemFwd(item
, diRun
);
773 } while (item
&& (item
->member
.run
.nCharOfs
+ ME_StrLen(item
->member
.run
.strText
) <= nOffset
));
775 nOffset
-= item
->member
.run
.nCharOfs
;
777 *nItemOffset
= nOffset
;
784 ME_FindText(ME_TextEditor
*editor
, DWORD flags
, CHARRANGE
*chrg
, const WCHAR
*text
, CHARRANGE
*chrgText
)
786 const int nLen
= lstrlenW(text
);
787 const int nTextLen
= ME_GetTextLength(editor
);
790 ME_DisplayItem
*item
;
791 ME_DisplayItem
*para
;
792 WCHAR wLastChar
= ' ';
794 TRACE("flags==0x%08x, chrg->cpMin==%d, chrg->cpMax==%d text==%s\n",
795 flags
, chrg
->cpMin
, chrg
->cpMax
, debugstr_w(text
));
797 if (flags
& ~(FR_DOWN
| FR_MATCHCASE
| FR_WHOLEWORD
))
798 FIXME("Flags 0x%08x not implemented\n",
799 flags
& ~(FR_DOWN
| FR_MATCHCASE
| FR_WHOLEWORD
));
802 if (chrg
->cpMax
== -1)
805 nMax
= chrg
->cpMax
> nTextLen
? nTextLen
: chrg
->cpMax
;
807 /* when searching up, if cpMin < cpMax, then instead of searching
808 * on [cpMin,cpMax], we search on [0,cpMin], otherwise, search on
809 * [cpMax, cpMin]. The exception is when cpMax is -1, in which
810 * case, it is always bigger than cpMin.
812 if (!(flags
& FR_DOWN
))
816 nMax
= nMin
> nTextLen
? nTextLen
: nMin
;
817 if (nMin
< nSwap
|| chrg
->cpMax
== -1)
823 if (!nLen
|| nMin
< 0 || nMax
< 0 || nMax
< nMin
)
826 chrgText
->cpMin
= chrgText
->cpMax
= -1;
830 if (flags
& FR_DOWN
) /* Forward search */
832 /* If possible, find the character before where the search starts */
833 if ((flags
& FR_WHOLEWORD
) && nMin
)
836 item
= ME_FindItemAtOffset(editor
, diRun
, nStart
, &nStart
);
840 chrgText
->cpMin
= chrgText
->cpMax
= -1;
843 wLastChar
= item
->member
.run
.strText
->szData
[nStart
];
847 item
= ME_FindItemAtOffset(editor
, diRun
, nStart
, &nStart
);
851 chrgText
->cpMin
= chrgText
->cpMax
= -1;
855 para
= ME_GetParagraph(item
);
857 && para
->member
.para
.nCharOfs
+ item
->member
.run
.nCharOfs
+ nStart
+ nLen
<= nMax
)
859 ME_DisplayItem
*pCurItem
= item
;
860 int nCurStart
= nStart
;
863 while (pCurItem
&& ME_CharCompare(pCurItem
->member
.run
.strText
->szData
[nCurStart
+ nMatched
], text
[nMatched
], (flags
& FR_MATCHCASE
)))
865 if ((flags
& FR_WHOLEWORD
) && isalnumW(wLastChar
))
869 if (nMatched
== nLen
)
871 ME_DisplayItem
*pNextItem
= pCurItem
;
872 int nNextStart
= nCurStart
;
875 /* Check to see if next character is a whitespace */
876 if (flags
& FR_WHOLEWORD
)
878 if (nCurStart
+ nMatched
== ME_StrLen(pCurItem
->member
.run
.strText
))
880 pNextItem
= ME_FindItemFwd(pCurItem
, diRun
);
881 nNextStart
= -nMatched
;
885 wNextChar
= pNextItem
->member
.run
.strText
->szData
[nNextStart
+ nMatched
];
889 if (isalnumW(wNextChar
))
893 nStart
+= para
->member
.para
.nCharOfs
+ pCurItem
->member
.run
.nCharOfs
;
896 chrgText
->cpMin
= nStart
;
897 chrgText
->cpMax
= nStart
+ nLen
;
899 TRACE("found at %d-%d\n", nStart
, nStart
+ nLen
);
902 if (nCurStart
+ nMatched
== ME_StrLen(pCurItem
->member
.run
.strText
))
904 pCurItem
= ME_FindItemFwd(pCurItem
, diRun
);
905 para
= ME_GetParagraph(pCurItem
);
906 nCurStart
= -nMatched
;
910 wLastChar
= pCurItem
->member
.run
.strText
->szData
[nCurStart
+ nMatched
];
915 if (nStart
== ME_StrLen(item
->member
.run
.strText
))
917 item
= ME_FindItemFwd(item
, diRun
);
918 para
= ME_GetParagraph(item
);
923 else /* Backward search */
925 /* If possible, find the character after where the search ends */
926 if ((flags
& FR_WHOLEWORD
) && nMax
< nTextLen
- 1)
929 item
= ME_FindItemAtOffset(editor
, diRun
, nEnd
, &nEnd
);
933 chrgText
->cpMin
= chrgText
->cpMax
= -1;
936 wLastChar
= item
->member
.run
.strText
->szData
[nEnd
];
940 item
= ME_FindItemAtOffset(editor
, diRun
, nEnd
, &nEnd
);
944 chrgText
->cpMin
= chrgText
->cpMax
= -1;
948 para
= ME_GetParagraph(item
);
951 && para
->member
.para
.nCharOfs
+ item
->member
.run
.nCharOfs
+ nEnd
- nLen
>= nMin
)
953 ME_DisplayItem
*pCurItem
= item
;
957 if (nCurEnd
- nMatched
== 0)
959 pCurItem
= ME_FindItemBack(pCurItem
, diRun
);
960 para
= ME_GetParagraph(pCurItem
);
961 nCurEnd
= ME_StrLen(pCurItem
->member
.run
.strText
) + nMatched
;
964 while (pCurItem
&& ME_CharCompare(pCurItem
->member
.run
.strText
->szData
[nCurEnd
- nMatched
- 1], text
[nLen
- nMatched
- 1], (flags
& FR_MATCHCASE
)))
966 if ((flags
& FR_WHOLEWORD
) && isalnumW(wLastChar
))
970 if (nMatched
== nLen
)
972 ME_DisplayItem
*pPrevItem
= pCurItem
;
973 int nPrevEnd
= nCurEnd
;
976 /* Check to see if previous character is a whitespace */
977 if (flags
& FR_WHOLEWORD
)
979 if (nPrevEnd
- nMatched
== 0)
981 pPrevItem
= ME_FindItemBack(pCurItem
, diRun
);
983 nPrevEnd
= ME_StrLen(pPrevItem
->member
.run
.strText
) + nMatched
;
987 wPrevChar
= pPrevItem
->member
.run
.strText
->szData
[nPrevEnd
- nMatched
- 1];
991 if (isalnumW(wPrevChar
))
995 nStart
= para
->member
.para
.nCharOfs
+ pCurItem
->member
.run
.nCharOfs
+ nCurEnd
- nMatched
;
998 chrgText
->cpMin
= nStart
;
999 chrgText
->cpMax
= nStart
+ nLen
;
1001 TRACE("found at %d-%d\n", nStart
, nStart
+ nLen
);
1004 if (nCurEnd
- nMatched
== 0)
1006 pCurItem
= ME_FindItemBack(pCurItem
, diRun
);
1007 /* Don't care about pCurItem becoming NULL here; it's already taken
1008 * care of in the exterior loop condition */
1009 para
= ME_GetParagraph(pCurItem
);
1010 nCurEnd
= ME_StrLen(pCurItem
->member
.run
.strText
) + nMatched
;
1014 wLastChar
= pCurItem
->member
.run
.strText
->szData
[nCurEnd
- nMatched
- 1];
1021 item
= ME_FindItemBack(item
, diRun
);
1022 para
= ME_GetParagraph(item
);
1023 nEnd
= ME_StrLen(item
->member
.run
.strText
);
1027 TRACE("not found\n");
1029 chrgText
->cpMin
= chrgText
->cpMax
= -1;
1035 ME_KeyDown(ME_TextEditor
*editor
, WORD nKey
)
1037 BOOL ctrl_is_down
= GetKeyState(VK_CONTROL
) & 0x8000;
1038 BOOL shift_is_down
= GetKeyState(VK_SHIFT
) & 0x8000;
1050 ME_ArrowKey(editor
, nKey
, shift_is_down
, ctrl_is_down
);
1054 /* FIXME backspace and delete aren't the same, they act different wrt paragraph style of the merged paragraph */
1055 if (GetWindowLongW(editor
->hWnd
, GWL_STYLE
) & ES_READONLY
)
1057 if (ME_IsSelection(editor
))
1058 ME_DeleteSelection(editor
);
1059 else if (nKey
== VK_DELETE
|| ME_ArrowKey(editor
, VK_LEFT
, FALSE
, FALSE
))
1060 ME_DeleteTextAtCursor(editor
, 1, 1);
1063 ME_CommitUndo(editor
);
1064 ME_UpdateRepaint(editor
);
1065 ME_SendRequestResize(editor
, FALSE
);
1075 chf
.cbSize
= sizeof(chf
);
1077 ME_GetSelectionCharFormat(editor
, &chf
);
1078 ME_DumpStyleToBuf(&chf
, buf
);
1079 MessageBoxA(NULL
, buf
, "Style dump", MB_OK
);
1083 ME_CheckCharOffsets(editor
);
1090 static BOOL
ME_ShowContextMenu(ME_TextEditor
*editor
, int x
, int y
)
1095 if(!editor
->lpOleCallback
)
1097 ME_GetSelection(editor
, (int *)&selrange
.cpMin
, (int *)&selrange
.cpMax
);
1098 if(selrange
.cpMin
== selrange
.cpMax
)
1099 seltype
|= SEL_EMPTY
;
1102 /* FIXME: Handle objects */
1103 seltype
|= SEL_TEXT
;
1104 if(selrange
.cpMax
-selrange
.cpMin
> 1)
1105 seltype
|= SEL_MULTICHAR
;
1107 if(SUCCEEDED(IRichEditOleCallback_GetContextMenu(editor
->lpOleCallback
, seltype
, NULL
, &selrange
, &menu
)))
1109 TrackPopupMenu(menu
, TPM_LEFTALIGN
| TPM_RIGHTBUTTON
, x
, y
, 0, GetParent(editor
->hWnd
), NULL
);
1115 ME_TextEditor
*ME_MakeEditor(HWND hWnd
) {
1116 ME_TextEditor
*ed
= ALLOC_OBJ(ME_TextEditor
);
1120 ed
->bEmulateVersion10
= FALSE
;
1121 ed
->pBuffer
= ME_MakeText();
1123 ME_MakeFirstParagraph(hDC
, ed
->pBuffer
);
1124 ReleaseDC(hWnd
, hDC
);
1125 ed
->bCaretShown
= FALSE
;
1127 ed
->pCursors
= ALLOC_N_OBJ(ME_Cursor
, ed
->nCursors
);
1128 ed
->pCursors
[0].pRun
= ME_FindItemFwd(ed
->pBuffer
->pFirst
, diRun
);
1129 ed
->pCursors
[0].nOffset
= 0;
1130 ed
->pCursors
[1].pRun
= ME_FindItemFwd(ed
->pBuffer
->pFirst
, diRun
);
1131 ed
->pCursors
[1].nOffset
= 0;
1132 ed
->nLastTotalLength
= ed
->nTotalLength
= 0;
1135 ed
->rgbBackColor
= -1;
1136 ed
->hbrBackground
= GetSysColorBrush(COLOR_WINDOW
);
1137 ed
->bCaretAtEnd
= FALSE
;
1139 ed
->nModifyStep
= 0;
1140 ed
->nTextLimit
= TEXT_LIMIT_DEFAULT
;
1141 ed
->pUndoStack
= ed
->pRedoStack
= ed
->pUndoStackBottom
= NULL
;
1142 ed
->nUndoStackSize
= 0;
1143 ed
->nUndoLimit
= STACK_SIZE_DEFAULT
;
1144 ed
->nUndoMode
= umAddToUndo
;
1145 ed
->nParagraphs
= 1;
1146 ed
->nLastSelStart
= ed
->nLastSelEnd
= 0;
1147 ed
->pLastSelStartPara
= ed
->pLastSelEndPara
= ME_FindItemFwd(ed
->pBuffer
->pFirst
, diParagraph
);
1148 ed
->nZoomNumerator
= ed
->nZoomDenominator
= 0;
1150 ed
->bHideSelection
= FALSE
;
1151 ed
->nInvalidOfs
= -1;
1152 ed
->pfnWordBreak
= NULL
;
1153 ed
->lpOleCallback
= NULL
;
1154 ed
->mode
= TM_RICHTEXT
| TM_MULTILEVELUNDO
| TM_MULTICODEPAGE
;
1155 ed
->AutoURLDetect_bEnable
= FALSE
;
1156 ed
->bHaveFocus
= FALSE
;
1157 GetClientRect(hWnd
, &ed
->rcFormat
);
1158 for (i
=0; i
<HFONT_CACHE_SIZE
; i
++)
1160 ed
->pFontCache
[i
].nRefs
= 0;
1161 ed
->pFontCache
[i
].nAge
= 0;
1162 ed
->pFontCache
[i
].hFont
= NULL
;
1165 ME_CheckCharOffsets(ed
);
1167 if (GetWindowLongW(hWnd
, GWL_STYLE
) & ES_PASSWORD
)
1168 ed
->cPasswordMask
= '*';
1170 ed
->cPasswordMask
= 0;
1175 typedef struct tagME_GlobalDestStruct
1179 } ME_GlobalDestStruct
;
1181 static DWORD CALLBACK
ME_ReadFromHGLOBALUnicode(DWORD_PTR dwCookie
, LPBYTE lpBuff
, LONG cb
, LONG
*pcb
)
1183 ME_GlobalDestStruct
*pData
= (ME_GlobalDestStruct
*)dwCookie
;
1188 pDest
= (WORD
*)lpBuff
;
1189 pSrc
= (WORD
*)GlobalLock(pData
->hData
);
1190 for (i
= 0; i
<cb
&& pSrc
[pData
->nLength
+i
]; i
++) {
1191 pDest
[i
] = pSrc
[pData
->nLength
+i
];
1193 pData
->nLength
+= i
;
1195 GlobalUnlock(pData
->hData
);
1199 static DWORD CALLBACK
ME_ReadFromHGLOBALRTF(DWORD_PTR dwCookie
, LPBYTE lpBuff
, LONG cb
, LONG
*pcb
)
1201 ME_GlobalDestStruct
*pData
= (ME_GlobalDestStruct
*)dwCookie
;
1206 pSrc
= (BYTE
*)GlobalLock(pData
->hData
);
1207 for (i
= 0; i
<cb
&& pSrc
[pData
->nLength
+i
]; i
++) {
1208 pDest
[i
] = pSrc
[pData
->nLength
+i
];
1210 pData
->nLength
+= i
;
1212 GlobalUnlock(pData
->hData
);
1217 void ME_DestroyEditor(ME_TextEditor
*editor
)
1219 ME_DisplayItem
*pFirst
= editor
->pBuffer
->pFirst
;
1220 ME_DisplayItem
*p
= pFirst
, *pNext
= NULL
;
1223 ME_ClearTempStyle(editor
);
1224 ME_EmptyUndoStack(editor
);
1227 ME_DestroyDisplayItem(p
);
1230 ME_ReleaseStyle(editor
->pBuffer
->pDefaultStyle
);
1231 for (i
=0; i
<HFONT_CACHE_SIZE
; i
++)
1233 if (editor
->pFontCache
[i
].hFont
)
1234 DeleteObject(editor
->pFontCache
[i
].hFont
);
1236 DeleteObject(editor
->hbrBackground
);
1237 if(editor
->lpOleCallback
)
1238 IUnknown_Release(editor
->lpOleCallback
);
1240 FREE_OBJ(editor
->pBuffer
);
1241 FREE_OBJ(editor
->pCursors
);
1246 BOOL WINAPI
DllMain(HINSTANCE hinstDLL
, DWORD fdwReason
, LPVOID lpvReserved
)
1251 case DLL_PROCESS_ATTACH
:
1252 DisableThreadLibraryCalls(hinstDLL
);
1253 me_heap
= HeapCreate (0, 0x10000, 0);
1254 if (!ME_RegisterEditorClass(hinstDLL
)) return FALSE
;
1258 case DLL_PROCESS_DETACH
:
1259 UnregisterClassW(RichEdit20W
, 0);
1260 UnregisterClassW(RichEdit50W
, 0);
1261 UnregisterClassA("RichEdit20A", 0);
1262 UnregisterClassA("RichEdit50A", 0);
1263 if (ME_ListBoxRegistered
)
1264 UnregisterClassW(REListBox20W
, 0);
1265 if (ME_ComboBoxRegistered
)
1266 UnregisterClassW(REComboBox20W
, 0);
1268 HeapDestroy (me_heap
);
1276 #define UNSUPPORTED_MSG(e) \
1278 FIXME(#e ": stub\n"); \
1279 return DefWindowProcW(hWnd, msg, wParam, lParam);
1281 static const char * const edit_messages
[] = {
1310 "EM_SETPASSWORDCHAR",
1311 "EM_EMPTYUNDOBUFFER",
1312 "EM_GETFIRSTVISIBLELINE",
1314 "EM_SETWORDBREAKPROC",
1315 "EM_GETWORDBREAKPROC",
1316 "EM_GETPASSWORDCHAR",
1324 static const char * const richedit_messages
[] = {
1329 "EM_EXLINEFROMCHAR",
1335 "EM_GETOLEINTERFACE",
1345 "EM_SETOLECALLBACK",
1347 "EM_SETTARGETDEVICE",
1355 "EM_GETWORDBREAKPROCEX",
1356 "EM_SETWORDBREAKPROCEX",
1358 "EM_UNKNOWN_USER_83",
1363 "EM_STOPGROUPTYPING",
1367 "EM_GETAUTOURLDETECT",
1370 "EM_GETTEXTLENGTHEX",
1373 "EM_UNKNOWN_USER_98",
1374 "EM_UNKNOWN_USER_99",
1375 "EM_SETPUNCTUATION",
1376 "EM_GETPUNCTUATION",
1377 "EM_SETWORDWRAPMODE",
1378 "EM_GETWORDWRAPMODE",
1384 "EM_UNKNOWN_USER_109",
1385 "EM_UNKNOWN_USER_110",
1386 "EM_UNKNOWN_USER_111",
1387 "EM_UNKNOWN_USER_112",
1388 "EM_UNKNOWN_USER_113",
1389 "EM_UNKNOWN_USER_114",
1390 "EM_UNKNOWN_USER_115",
1391 "EM_UNKNOWN_USER_116",
1392 "EM_UNKNOWN_USER_117",
1393 "EM_UNKNOWN_USER_118",
1394 "EM_UNKNOWN_USER_119",
1395 "EM_SETLANGOPTIONS",
1396 "EM_GETLANGOPTIONS",
1397 "EM_GETIMECOMPMODE",
1401 "EM_SETIMEMODEBIAS",
1406 get_msg_name(UINT msg
)
1408 if (msg
>= EM_GETSEL
&& msg
<= EM_CHARFROMPOS
)
1409 return edit_messages
[msg
- EM_GETSEL
];
1410 if (msg
>= EM_CANPASTE
&& msg
<= EM_GETIMEMODEBIAS
)
1411 return richedit_messages
[msg
- EM_CANPASTE
];
1415 static LRESULT
RichEditWndProc_common(HWND hWnd
, UINT msg
, WPARAM wParam
,
1416 LPARAM lParam
, BOOL unicode
)
1418 ME_TextEditor
*editor
= (ME_TextEditor
*)GetWindowLongPtrW(hWnd
, 0);
1420 TRACE("hwnd %p msg %04x (%s) %lx %lx, unicode %d\n",
1421 hWnd
, msg
, get_msg_name(msg
), wParam
, lParam
, unicode
);
1423 if (!editor
&& msg
!= WM_NCCREATE
&& msg
!= WM_NCDESTROY
) {
1424 ERR("called with invalid hWnd %p - application bug?\n", hWnd
);
1430 UNSUPPORTED_MSG(EM_DISPLAYBAND
)
1431 UNSUPPORTED_MSG(EM_FINDWORDBREAK
)
1432 UNSUPPORTED_MSG(EM_FMTLINES
)
1433 UNSUPPORTED_MSG(EM_FORMATRANGE
)
1434 UNSUPPORTED_MSG(EM_GETBIDIOPTIONS
)
1435 UNSUPPORTED_MSG(EM_GETEDITSTYLE
)
1436 UNSUPPORTED_MSG(EM_GETIMECOMPMODE
)
1437 /* UNSUPPORTED_MSG(EM_GETIMESTATUS) missing in Wine headers */
1438 UNSUPPORTED_MSG(EM_GETLANGOPTIONS
)
1439 /* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */
1440 UNSUPPORTED_MSG(EM_GETREDONAME
)
1441 UNSUPPORTED_MSG(EM_GETTEXTMODE
)
1442 UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS
)
1443 UNSUPPORTED_MSG(EM_GETUNDONAME
)
1444 UNSUPPORTED_MSG(EM_GETWORDBREAKPROCEX
)
1445 UNSUPPORTED_MSG(EM_PASTESPECIAL
)
1446 UNSUPPORTED_MSG(EM_SELECTIONTYPE
)
1447 UNSUPPORTED_MSG(EM_SETBIDIOPTIONS
)
1448 UNSUPPORTED_MSG(EM_SETEDITSTYLE
)
1449 UNSUPPORTED_MSG(EM_SETFONTSIZE
)
1450 UNSUPPORTED_MSG(EM_SETLANGOPTIONS
)
1451 UNSUPPORTED_MSG(EM_SETPALETTE
)
1452 UNSUPPORTED_MSG(EM_SETTABSTOPS
)
1453 UNSUPPORTED_MSG(EM_SETTARGETDEVICE
)
1454 UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS
)
1455 UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX
)
1456 UNSUPPORTED_MSG(WM_STYLECHANGING
)
1457 UNSUPPORTED_MSG(WM_STYLECHANGED
)
1458 /* UNSUPPORTED_MSG(WM_UNICHAR) FIXME missing in Wine headers */
1460 /* Messages specific to Richedit controls */
1463 return ME_StreamIn(editor
, wParam
, (EDITSTREAM
*)lParam
);
1465 return ME_StreamOut(editor
, wParam
, (EDITSTREAM
*)lParam
);
1468 UINT code
= DLGC_WANTCHARS
|DLGC_WANTARROWS
;
1469 if(lParam
&& (((LPMSG
)lParam
)->message
== WM_KEYDOWN
))
1471 int vk
= (int)((LPMSG
)lParam
)->wParam
;
1472 /* if style says we want return key */
1473 if((vk
== VK_RETURN
) && (GetWindowLongW(hWnd
, GWL_STYLE
) & ES_WANTRETURN
))
1475 code
|= DLGC_WANTMESSAGE
;
1477 /* we always handle ctrl-tab */
1478 if((vk
== VK_TAB
) && (GetKeyState(VK_CONTROL
) & 0x8000))
1480 code
|= DLGC_WANTMESSAGE
;
1487 CREATESTRUCTW
*pcs
= (CREATESTRUCTW
*)lParam
;
1488 TRACE("WM_NCCREATE: style 0x%08x\n", pcs
->style
);
1489 editor
= ME_MakeEditor(hWnd
);
1490 SetWindowLongPtrW(hWnd
, 0, (LONG_PTR
)editor
);
1493 case EM_EMPTYUNDOBUFFER
:
1494 ME_EmptyUndoStack(editor
);
1498 /* Note: wParam/lParam can be NULL */
1500 PUINT pfrom
= wParam
? (PUINT
)wParam
: &from
;
1501 PUINT pto
= lParam
? (PUINT
)lParam
: &to
;
1502 ME_GetSelection(editor
, (int *)pfrom
, (int *)pto
);
1503 if ((*pfrom
|*pto
) & 0xFFFF0000)
1505 return MAKELONG(*pfrom
,*pto
);
1509 CHARRANGE
*pRange
= (CHARRANGE
*)lParam
;
1510 ME_GetSelection(editor
, (int *)&pRange
->cpMin
, (int *)&pRange
->cpMax
);
1511 TRACE("EM_EXGETSEL = (%d,%d)\n", pRange
->cpMin
, pRange
->cpMax
);
1514 case EM_SETUNDOLIMIT
:
1516 if ((int)wParam
< 0)
1517 editor
->nUndoLimit
= STACK_SIZE_DEFAULT
;
1519 editor
->nUndoLimit
= min(wParam
, STACK_SIZE_MAX
);
1520 /* Setting a max stack size keeps wine from getting killed
1521 for hogging memory. Windows allocates all this memory at once, so
1522 no program would realistically set a value above our maximum. */
1523 return editor
->nUndoLimit
;
1526 return editor
->pUndoStack
!= NULL
;
1528 return editor
->pRedoStack
!= NULL
;
1529 case WM_UNDO
: /* FIXME: actually not the same */
1538 /* these flags are equivalent to the ES_* counterparts */
1539 DWORD mask
= ECO_VERTICAL
| ECO_AUTOHSCROLL
| ECO_AUTOVSCROLL
|
1540 ECO_NOHIDESEL
| ECO_READONLY
| ECO_WANTRETURN
;
1541 DWORD settings
= GetWindowLongW(hWnd
, GWL_STYLE
) & mask
;
1547 /* these flags are equivalent to ES_* counterparts
1548 * ECO_READONLY is already implemented in the code, only requires
1549 * setting the bit to work
1551 DWORD mask
= ECO_VERTICAL
| ECO_AUTOHSCROLL
| ECO_AUTOVSCROLL
|
1552 ECO_NOHIDESEL
| ECO_READONLY
| ECO_WANTRETURN
;
1553 DWORD raw
= GetWindowLongW(hWnd
, GWL_STYLE
);
1554 DWORD settings
= mask
& raw
;
1570 SetWindowLongW(hWnd
, GWL_STYLE
, (raw
& ~mask
) | (settings
& mask
));
1572 if (lParam
& ECO_AUTOWORDSELECTION
)
1573 FIXME("ECO_AUTOWORDSELECTION not implemented yet!\n");
1574 if (lParam
& ECO_SELECTIONBAR
)
1575 FIXME("ECO_SELECTIONBAR not implemented yet!\n");
1576 if (lParam
& ECO_VERTICAL
)
1577 FIXME("ECO_VERTICAL not implemented yet!\n");
1578 if (lParam
& ECO_AUTOHSCROLL
)
1579 FIXME("ECO_AUTOHSCROLL not implemented yet!\n");
1580 if (lParam
& ECO_AUTOVSCROLL
)
1581 FIXME("ECO_AUTOVSCROLL not implemented yet!\n");
1582 if (lParam
& ECO_NOHIDESEL
)
1583 FIXME("ECO_NOHIDESEL not implemented yet!\n");
1584 if (lParam
& ECO_WANTRETURN
)
1585 FIXME("ECO_WANTRETURN not implemented yet!\n");
1591 ME_InvalidateSelection(editor
);
1592 ME_SetSelection(editor
, wParam
, lParam
);
1593 ME_InvalidateSelection(editor
);
1594 ME_SendSelChange(editor
);
1597 case EM_SETSCROLLPOS
:
1599 POINT
*point
= (POINT
*)lParam
;
1600 ME_ScrollAbs(editor
, point
->y
);
1603 case EM_AUTOURLDETECT
:
1605 if (wParam
==1 || wParam
==0)
1607 editor
->AutoURLDetect_bEnable
= (BOOL
)wParam
;
1610 return E_INVALIDARG
;
1612 case EM_GETAUTOURLDETECT
:
1614 return editor
->AutoURLDetect_bEnable
;
1619 CHARRANGE range
= *(CHARRANGE
*)lParam
;
1621 TRACE("EM_EXSETSEL (%d,%d)\n", range
.cpMin
, range
.cpMax
);
1623 ME_InvalidateSelection(editor
);
1624 end
= ME_SetSelection(editor
, range
.cpMin
, range
.cpMax
);
1625 ME_InvalidateSelection(editor
);
1626 ME_SendSelChange(editor
);
1630 case EM_SHOWSCROLLBAR
:
1632 ShowScrollBar(editor
->hWnd
, wParam
, lParam
);
1638 SETTEXTEX
*pStruct
= (SETTEXTEX
*)wParam
;
1642 int oldModify
= editor
->nModifyStep
;
1644 if (!pStruct
) return 0;
1646 TRACE("EM_SETTEXTEX - %s, flags %d, cp %d\n",
1647 pStruct
->codepage
== 1200 ? debugstr_w((LPCWSTR
)lParam
) : debugstr_a((LPCSTR
)lParam
),
1648 pStruct
->flags
, pStruct
->codepage
);
1650 /* FIXME: make use of pStruct->codepage in the to unicode translation */
1651 wszText
= lParam
? ME_ToUnicode(pStruct
->codepage
== 1200, (void *)lParam
) : NULL
;
1652 len
= wszText
? lstrlenW(wszText
) : 0;
1654 /* FIXME: this should support RTF strings too, according to MSDN */
1655 if (pStruct
->flags
& ST_SELECTION
) {
1656 ME_GetSelection(editor
, &from
, &to
);
1657 style
= ME_GetSelectionInsertStyle(editor
);
1658 ME_InternalDeleteText(editor
, from
, to
- from
);
1659 ME_InsertTextFromCursor(editor
, 0, wszText
, len
, style
);
1660 ME_ReleaseStyle(style
);
1663 ME_InternalDeleteText(editor
, 0, ME_GetTextLength(editor
));
1664 ME_InsertTextFromCursor(editor
, 0, wszText
, len
, editor
->pBuffer
->pDefaultStyle
);
1667 ME_CommitUndo(editor
);
1668 if (!(pStruct
->flags
& ST_KEEPUNDO
))
1670 editor
->nModifyStep
= oldModify
;
1671 ME_EmptyUndoStack(editor
);
1673 ME_UpdateRepaint(editor
);
1676 case EM_SETBKGNDCOLOR
:
1678 LRESULT lColor
= ME_GetBackColor(editor
);
1679 if (editor
->rgbBackColor
!= -1)
1680 DeleteObject(editor
->hbrBackground
);
1683 editor
->rgbBackColor
= -1;
1684 editor
->hbrBackground
= GetSysColorBrush(COLOR_WINDOW
);
1688 editor
->rgbBackColor
= lParam
;
1689 editor
->hbrBackground
= CreateSolidBrush(editor
->rgbBackColor
);
1691 if (editor
->bRedraw
)
1693 InvalidateRect(hWnd
, NULL
, TRUE
);
1699 return editor
->nModifyStep
== 0 ? 0 : 1;
1703 editor
->nModifyStep
= 1;
1705 editor
->nModifyStep
= 0;
1709 case EM_SETREADONLY
:
1711 long nStyle
= GetWindowLongW(hWnd
, GWL_STYLE
);
1713 nStyle
|= ES_READONLY
;
1715 nStyle
&= ~ES_READONLY
;
1716 SetWindowLongW(hWnd
, GWL_STYLE
, nStyle
);
1719 case EM_SETEVENTMASK
:
1721 DWORD nOldMask
= editor
->nEventMask
;
1723 editor
->nEventMask
= lParam
;
1726 case EM_GETEVENTMASK
:
1727 return editor
->nEventMask
;
1728 case EM_SETCHARFORMAT
:
1730 CHARFORMAT2W buf
, *p
;
1731 BOOL bRepaint
= TRUE
;
1732 p
= ME_ToCF2W(&buf
, (CHARFORMAT2W
*)lParam
);
1733 if (!wParam
|| (editor
->mode
& TM_PLAINTEXT
))
1734 ME_SetDefaultCharFormat(editor
, p
);
1735 else if (wParam
== (SCF_WORD
| SCF_SELECTION
))
1736 FIXME("EM_SETCHARFORMAT: word selection not supported\n");
1737 else if (wParam
== SCF_ALL
)
1738 ME_SetCharFormat(editor
, 0, ME_GetTextLength(editor
), p
);
1741 ME_GetSelection(editor
, &from
, &to
);
1742 bRepaint
= (from
!= to
);
1743 ME_SetSelectionCharFormat(editor
, p
);
1745 editor
->nModifyStep
= 1;
1746 ME_CommitUndo(editor
);
1748 ME_RewrapRepaint(editor
);
1751 case EM_GETCHARFORMAT
:
1753 CHARFORMAT2W tmp
, *dst
= (CHARFORMAT2W
*)lParam
;
1754 if (dst
->cbSize
!= sizeof(CHARFORMATA
) &&
1755 dst
->cbSize
!= sizeof(CHARFORMATW
) &&
1756 dst
->cbSize
!= sizeof(CHARFORMAT2A
) &&
1757 dst
->cbSize
!= sizeof(CHARFORMAT2W
))
1759 tmp
.cbSize
= sizeof(tmp
);
1761 ME_GetDefaultCharFormat(editor
, &tmp
);
1763 ME_GetSelectionCharFormat(editor
, &tmp
);
1764 ME_CopyToCFAny(dst
, &tmp
);
1767 case EM_SETPARAFORMAT
:
1768 ME_SetSelectionParaFormat(editor
, (PARAFORMAT2
*)lParam
);
1769 ME_RewrapRepaint(editor
);
1770 ME_CommitUndo(editor
);
1772 case EM_GETPARAFORMAT
:
1773 ME_GetSelectionParaFormat(editor
, (PARAFORMAT2
*)lParam
);
1775 case EM_GETFIRSTVISIBLELINE
:
1777 ME_DisplayItem
*p
= editor
->pBuffer
->pFirst
;
1778 int y
= ME_GetYScrollPos(editor
);
1783 p
= ME_FindItemFwd(p
, diStartRowOrParagraphOrEnd
);
1784 if (p
->type
== diTextEnd
)
1786 if (p
->type
== diParagraph
) {
1787 ypara
= p
->member
.para
.nYPos
;
1790 ystart
= ypara
+ p
->member
.row
.nYPos
;
1791 yend
= ystart
+ p
->member
.row
.nHeight
;
1799 case EM_HIDESELECTION
:
1801 editor
->bHideSelection
= (wParam
!= 0);
1802 ME_InvalidateSelection(editor
);
1807 ME_ScrollDown(editor
, lParam
* 8); /* FIXME follow the original */
1808 return TRUE
; /* Should return false if a single line richedit control */
1813 ME_GetSelection(editor
, &from
, &to
);
1814 ME_InternalDeleteText(editor
, from
, to
-from
);
1815 ME_CommitUndo(editor
);
1816 ME_UpdateRepaint(editor
);
1823 LPWSTR wszText
= ME_ToUnicode(unicode
, (void *)lParam
);
1824 size_t len
= lstrlenW(wszText
);
1825 TRACE("EM_REPLACESEL - %s\n", debugstr_w(wszText
));
1827 ME_GetSelection(editor
, &from
, &to
);
1828 style
= ME_GetSelectionInsertStyle(editor
);
1829 ME_InternalDeleteText(editor
, from
, to
-from
);
1830 ME_InsertTextFromCursor(editor
, 0, wszText
, len
, style
);
1831 ME_ReleaseStyle(style
);
1832 /* drop temporary style if line end */
1834 * FIXME question: does abc\n mean: put abc,
1835 * clear temp style, put \n? (would require a change)
1837 if (len
>0 && wszText
[len
-1] == '\n')
1838 ME_ClearTempStyle(editor
);
1839 ME_EndToUnicode(unicode
, wszText
);
1840 ME_CommitUndo(editor
);
1842 ME_EmptyUndoStack(editor
);
1843 ME_UpdateRepaint(editor
);
1846 case EM_SCROLLCARET
:
1848 int top
, bottom
; /* row's edges relative to document top */
1850 ME_DisplayItem
*para
, *row
;
1852 nPos
= ME_GetYScrollPos(editor
);
1853 row
= ME_RowStart(editor
->pCursors
[0].pRun
);
1854 para
= ME_GetParagraph(row
);
1855 top
= para
->member
.para
.nYPos
+ row
->member
.row
.nYPos
;
1856 bottom
= top
+ row
->member
.row
.nHeight
;
1858 if (top
< nPos
) /* caret above window */
1859 ME_ScrollAbs(editor
, top
);
1860 else if (nPos
+ editor
->sizeWindow
.cy
< bottom
) /*below*/
1861 ME_ScrollAbs(editor
, bottom
- editor
->sizeWindow
.cy
);
1869 BOOL bRepaint
= LOWORD(lParam
);
1872 wParam
= (WPARAM
)GetStockObject(SYSTEM_FONT
);
1873 GetObjectW((HGDIOBJ
)wParam
, sizeof(LOGFONTW
), &lf
);
1875 ME_CharFormatFromLogFont(hDC
, &lf
, &fmt
);
1876 ReleaseDC(hWnd
, hDC
);
1877 ME_SetCharFormat(editor
, 0, ME_GetTextLength(editor
), &fmt
);
1878 ME_SetDefaultCharFormat(editor
, &fmt
);
1880 ME_CommitUndo(editor
);
1882 ME_RewrapRepaint(editor
);
1887 ME_InternalDeleteText(editor
, 0, ME_GetTextLength(editor
));
1890 TRACE("WM_SETTEXT lParam==%lx\n",lParam
);
1891 if (!unicode
&& !strncmp((char *)lParam
, "{\\rtf", 5))
1893 /* Undocumented: WM_SETTEXT supports RTF text */
1894 ME_StreamInRTFString(editor
, 0, (char *)lParam
);
1898 LPWSTR wszText
= ME_ToUnicode(unicode
, (void *)lParam
);
1899 TRACE("WM_SETTEXT - %s\n", debugstr_w(wszText
)); /* debugstr_w() */
1900 if (lstrlenW(wszText
) > 0)
1902 /* uses default style! */
1903 ME_InsertTextFromCursor(editor
, 0, wszText
, -1, editor
->pBuffer
->pDefaultStyle
);
1905 ME_EndToUnicode(unicode
, wszText
);
1909 TRACE("WM_SETTEXT - NULL\n");
1910 ME_CommitUndo(editor
);
1911 ME_EmptyUndoStack(editor
);
1912 ME_SetSelection(editor
, 0, 0);
1913 ME_UpdateRepaint(editor
);
1918 UINT nRTFFormat
= RegisterClipboardFormatA("Rich Text Format");
1919 if (IsClipboardFormatAvailable(nRTFFormat
))
1921 if (IsClipboardFormatAvailable(CF_UNICODETEXT
))
1929 ME_GlobalDestStruct gds
;
1930 UINT nRTFFormat
= RegisterClipboardFormatA("Rich Text Format");
1933 if (IsClipboardFormatAvailable(nRTFFormat
))
1934 cf
= nRTFFormat
, dwFormat
= SF_RTF
;
1935 else if (IsClipboardFormatAvailable(CF_UNICODETEXT
))
1936 cf
= CF_UNICODETEXT
, dwFormat
= SF_TEXT
|SF_UNICODE
;
1940 if (!OpenClipboard(hWnd
))
1942 gds
.hData
= GetClipboardData(cf
);
1944 es
.dwCookie
= (DWORD
)&gds
;
1945 es
.pfnCallback
= dwFormat
== SF_RTF
? ME_ReadFromHGLOBALRTF
: ME_ReadFromHGLOBALUnicode
;
1946 ME_StreamIn(editor
, dwFormat
|SFF_SELECTION
, &es
);
1954 LPDATAOBJECT dataObj
= NULL
;
1958 if (editor
->cPasswordMask
)
1959 return 0; /* Copying or Cutting masked text isn't allowed */
1961 ME_GetSelection(editor
, (int*)&range
.cpMin
, (int*)&range
.cpMax
);
1962 if(editor
->lpOleCallback
)
1963 hr
= IRichEditOleCallback_GetClipboardData(editor
->lpOleCallback
, &range
, RECO_COPY
, &dataObj
);
1964 if(FAILED(hr
) || !dataObj
)
1965 hr
= ME_GetDataObject(editor
, &range
, &dataObj
);
1967 hr
= OleSetClipboard(dataObj
);
1968 IDataObject_Release(dataObj
);
1970 if (SUCCEEDED(hr
) && msg
== WM_CUT
)
1972 ME_InternalDeleteText(editor
, range
.cpMin
, range
.cpMax
-range
.cpMin
);
1973 ME_CommitUndo(editor
);
1974 ME_UpdateRepaint(editor
);
1978 case WM_GETTEXTLENGTH
:
1979 return ME_GetTextLength(editor
);
1980 case EM_GETTEXTLENGTHEX
:
1981 return ME_GetTextLengthEx(editor
, (GETTEXTLENGTHEX
*)wParam
);
1984 TEXTRANGEW tr
; /* W and A differ only by rng->lpstrText */
1986 tr
.chrg
.cpMax
= wParam
? (wParam
- 1) : 0;
1987 tr
.lpstrText
= (WCHAR
*)lParam
;
1988 return RichEditWndProc_common(hWnd
, EM_GETTEXTRANGE
, 0, (LPARAM
)&tr
, unicode
);
1992 GETTEXTEX
*ex
= (GETTEXTEX
*)wParam
;
1995 if (ex
->flags
& ~(GT_SELECTION
| GT_USECRLF
))
1996 FIXME("GETTEXTEX flags 0x%08x not supported\n", ex
->flags
& ~(GT_SELECTION
| GT_USECRLF
));
1998 if (ex
->flags
& GT_SELECTION
)
2000 ME_GetSelection(editor
, &nStart
, &nCount
);
2002 nCount
= min(nCount
, ex
->cb
- 1);
2007 nCount
= ex
->cb
- 1;
2009 if (ex
->codepage
== 1200)
2011 nCount
= min(nCount
, ex
->cb
/ sizeof(WCHAR
) - 1);
2012 return ME_GetTextW(editor
, (LPWSTR
)lParam
, nStart
, nCount
, ex
->flags
& GT_USECRLF
);
2016 /* potentially each char may be a CR, why calculate the exact value with O(N) when
2017 we can just take a bigger buffer? :) */
2018 int crlfmul
= (ex
->flags
& GT_USECRLF
) ? 2 : 1;
2019 LPWSTR buffer
= richedit_alloc((crlfmul
*nCount
+ 1) * sizeof(WCHAR
));
2020 DWORD buflen
= ex
->cb
;
2024 buflen
= ME_GetTextW(editor
, buffer
, nStart
, nCount
, ex
->flags
& GT_USECRLF
);
2025 rc
= WideCharToMultiByte(ex
->codepage
, flags
, buffer
, -1, (LPSTR
)lParam
, ex
->cb
, ex
->lpDefaultChar
, ex
->lpUsedDefaultChar
);
2026 if (rc
) rc
--; /* do not count 0 terminator */
2028 richedit_free(buffer
);
2035 TEXTRANGEW tr
; /* W and A differ only by rng->lpstrText */
2036 ME_GetSelection(editor
, &from
, &to
);
2037 tr
.chrg
.cpMin
= from
;
2039 tr
.lpstrText
= (WCHAR
*)lParam
;
2040 return RichEditWndProc_common(hWnd
, EM_GETTEXTRANGE
, 0, (LPARAM
)&tr
, unicode
);
2042 case EM_GETSCROLLPOS
:
2044 POINT
*point
= (POINT
*)lParam
;
2045 point
->x
= 0; /* FIXME side scrolling not implemented */
2046 point
->y
= ME_GetYScrollPos(editor
);
2049 case EM_GETTEXTRANGE
:
2051 TEXTRANGEW
*rng
= (TEXTRANGEW
*)lParam
;
2052 TRACE("EM_GETTEXTRANGE min=%d max=%d unicode=%d emul1.0=%d length=%d\n",
2053 rng
->chrg
.cpMin
, rng
->chrg
.cpMax
, unicode
,
2054 editor
->bEmulateVersion10
, ME_GetTextLength(editor
));
2056 return ME_GetTextW(editor
, rng
->lpstrText
, rng
->chrg
.cpMin
, rng
->chrg
.cpMax
-rng
->chrg
.cpMin
, editor
->bEmulateVersion10
);
2059 int nLen
= rng
->chrg
.cpMax
-rng
->chrg
.cpMin
;
2060 WCHAR
*p
= ALLOC_N_OBJ(WCHAR
, nLen
+1);
2061 int nChars
= ME_GetTextW(editor
, p
, rng
->chrg
.cpMin
, nLen
, editor
->bEmulateVersion10
);
2062 /* FIXME this is a potential security hole (buffer overrun)
2063 if you know more about wchar->mbyte conversion please explain
2065 WideCharToMultiByte(CP_ACP
, 0, p
, nChars
+1, (char *)rng
->lpstrText
, nLen
+1, NULL
, NULL
);
2072 ME_DisplayItem
*run
;
2073 const unsigned int nMaxChars
= *(WORD
*) lParam
;
2074 unsigned int nEndChars
, nCharsLeft
= nMaxChars
;
2075 char *dest
= (char *) lParam
;
2076 /* rich text editor 1.0 uses \r\n for line end, 2.0 uses just \r;
2077 we need to know how if we have the extra \n or not */
2078 int nLF
= editor
->bEmulateVersion10
;
2080 TRACE("EM_GETLINE: row=%d, nMaxChars=%d (%s)\n", (int) wParam
, nMaxChars
,
2081 unicode
? "Unicode" : "Ansi");
2083 run
= ME_FindRowWithNumber(editor
, wParam
);
2087 while (nCharsLeft
&& (run
= ME_FindItemFwd(run
, diRunOrStartRow
))
2088 && !(run
->member
.run
.nFlags
& MERF_ENDPARA
))
2092 if (run
->type
!= diRun
)
2094 strText
= run
->member
.run
.strText
;
2095 nCopy
= min(nCharsLeft
, strText
->nLen
);
2098 lstrcpynW((LPWSTR
) dest
, strText
->szData
, nCopy
);
2100 nCopy
= WideCharToMultiByte(CP_ACP
, 0, strText
->szData
, nCopy
, dest
,
2101 nCharsLeft
, NULL
, NULL
);
2102 dest
+= nCopy
* (unicode
? sizeof(WCHAR
) : 1);
2103 nCharsLeft
-= nCopy
;
2106 /* append \r\0 (or \r\n\0 in 1.0), space allowing */
2107 nEndChars
= min(nCharsLeft
, 2 + nLF
);
2108 nCharsLeft
-= nEndChars
;
2111 const WCHAR src
[] = {'\r', '\0'};
2112 const WCHAR src10
[] = {'\r', '\n', '\0'};
2113 lstrcpynW((LPWSTR
) dest
, nLF
? src10
: src
, nEndChars
);
2116 lstrcpynA(dest
, nLF
? "\r\n" : "\r", nEndChars
);
2118 TRACE("EM_GETLINE: got %u bytes\n", nMaxChars
- nCharsLeft
);
2120 if (nEndChars
== 2 + nLF
)
2121 return nMaxChars
- nCharsLeft
- 1; /* don't count \0 */
2123 return nMaxChars
- nCharsLeft
;
2125 case EM_GETLINECOUNT
:
2127 ME_DisplayItem
*item
= editor
->pBuffer
->pFirst
->next
;
2130 while (item
!= editor
->pBuffer
->pLast
)
2132 assert(item
->type
== diParagraph
);
2133 nRows
+= item
->member
.para
.nRows
;
2134 item
= item
->member
.para
.next_para
;
2136 TRACE("EM_GETLINECOUNT: nRows==%d\n", nRows
);
2137 return max(1, nRows
);
2139 case EM_LINEFROMCHAR
:
2142 return ME_RowNumberFromCharOfs(editor
, ME_GetCursorOfs(editor
, 1));
2144 return ME_RowNumberFromCharOfs(editor
, wParam
);
2146 case EM_EXLINEFROMCHAR
:
2149 return ME_RowNumberFromCharOfs(editor
, ME_GetCursorOfs(editor
,1));
2151 return ME_RowNumberFromCharOfs(editor
, lParam
);
2155 ME_DisplayItem
*item
, *para
;
2159 item
= ME_FindItemBack(editor
->pCursors
[0].pRun
, diStartRow
);
2161 item
= ME_FindRowWithNumber(editor
, wParam
);
2164 para
= ME_GetParagraph(item
);
2165 item
= ME_FindItemFwd(item
, diRun
);
2166 nCharOfs
= para
->member
.para
.nCharOfs
+ item
->member
.run
.nCharOfs
;
2167 TRACE("EM_LINEINDEX: nCharOfs==%d\n", nCharOfs
);
2172 ME_DisplayItem
*item
, *item_end
;
2173 int nChars
= 0, nThisLineOfs
= 0, nNextLineOfs
= 0;
2175 if (wParam
> ME_GetTextLength(editor
))
2179 FIXME("EM_LINELENGTH: returning number of unselected characters on lines with selection unsupported.\n");
2182 item
= ME_FindItemAtOffset(editor
, diRun
, wParam
, NULL
);
2183 item
= ME_RowStart(item
);
2184 nThisLineOfs
= ME_CharOfsFromRunOfs(editor
, ME_FindItemFwd(item
, diRun
), 0);
2185 item_end
= ME_FindItemFwd(item
, diStartRowOrParagraphOrEnd
);
2186 if (item_end
->type
== diStartRow
)
2187 nNextLineOfs
= ME_CharOfsFromRunOfs(editor
, ME_FindItemFwd(item_end
, diRun
), 0);
2189 nNextLineOfs
= ME_FindItemFwd(item
, diParagraphOrEnd
)->member
.para
.nCharOfs
2190 - (editor
->bEmulateVersion10
?2:1);
2191 nChars
= nNextLineOfs
- nThisLineOfs
;
2192 TRACE("EM_LINELENGTH(%ld)==%d\n",wParam
, nChars
);
2195 case EM_EXLIMITTEXT
:
2197 if ((int)lParam
< 0)
2200 editor
->nTextLimit
= 65536;
2202 editor
->nTextLimit
= (int) lParam
;
2208 editor
->nTextLimit
= 65536;
2210 editor
->nTextLimit
= (int) wParam
;
2213 case EM_GETLIMITTEXT
:
2215 return editor
->nTextLimit
;
2219 FINDTEXTA
*ft
= (FINDTEXTA
*)lParam
;
2220 int nChars
= MultiByteToWideChar(CP_ACP
, 0, ft
->lpstrText
, -1, NULL
, 0);
2224 if ((tmp
= ALLOC_N_OBJ(WCHAR
, nChars
)) != NULL
)
2225 MultiByteToWideChar(CP_ACP
, 0, ft
->lpstrText
, -1, tmp
, nChars
);
2226 r
= ME_FindText(editor
, wParam
, &ft
->chrg
, tmp
, NULL
);
2232 FINDTEXTEXA
*ex
= (FINDTEXTEXA
*)lParam
;
2233 int nChars
= MultiByteToWideChar(CP_ACP
, 0, ex
->lpstrText
, -1, NULL
, 0);
2237 if ((tmp
= ALLOC_N_OBJ(WCHAR
, nChars
)) != NULL
)
2238 MultiByteToWideChar(CP_ACP
, 0, ex
->lpstrText
, -1, tmp
, nChars
);
2239 r
= ME_FindText(editor
, wParam
, &ex
->chrg
, tmp
, &ex
->chrgText
);
2245 FINDTEXTW
*ft
= (FINDTEXTW
*)lParam
;
2246 return ME_FindText(editor
, wParam
, &ft
->chrg
, ft
->lpstrText
, NULL
);
2248 case EM_FINDTEXTEXW
:
2250 FINDTEXTEXW
*ex
= (FINDTEXTEXW
*)lParam
;
2251 return ME_FindText(editor
, wParam
, &ex
->chrg
, ex
->lpstrText
, &ex
->chrgText
);
2254 if (!wParam
|| !lParam
)
2256 *(int *)wParam
= editor
->nZoomNumerator
;
2257 *(int *)lParam
= editor
->nZoomDenominator
;
2260 return ME_SetZoom(editor
, wParam
, lParam
);
2261 case EM_CHARFROMPOS
:
2262 return ME_CharFromPos(editor
, ((POINTL
*)lParam
)->x
, ((POINTL
*)lParam
)->y
);
2263 case EM_POSFROMCHAR
:
2265 ME_DisplayItem
*pRun
;
2266 int nCharOfs
, nOffset
, nLength
;
2270 /* detect which API version we're dealing with */
2271 if (wParam
>= 0x40000)
2273 nLength
= ME_GetTextLength(editor
);
2275 if (nCharOfs
< nLength
) {
2276 ME_RunOfsFromCharOfs(editor
, nCharOfs
, &pRun
, &nOffset
);
2277 assert(pRun
->type
== diRun
);
2278 pt
.y
= pRun
->member
.run
.pt
.y
;
2279 pt
.x
= pRun
->member
.run
.pt
.x
+ ME_PointFromChar(editor
, &pRun
->member
.run
, nOffset
);
2280 pt
.y
+= ME_GetParagraph(pRun
)->member
.para
.nYPos
;
2283 pt
.y
= editor
->pBuffer
->pLast
->member
.para
.nYPos
;
2285 if (wParam
>= 0x40000) {
2286 *(POINTL
*)wParam
= pt
;
2288 return MAKELONG( pt
.x
, pt
.y
);
2291 if (GetWindowLongW(hWnd
, GWL_STYLE
) & WS_HSCROLL
)
2292 { /* Squelch the default horizontal scrollbar it would make */
2293 ShowScrollBar(editor
->hWnd
, SB_HORZ
, FALSE
);
2295 ME_CommitUndo(editor
);
2296 ME_WrapMarkedParagraphs(editor
);
2297 ME_MoveCaret(editor
);
2300 ME_DestroyEditor(editor
);
2301 SetWindowLongPtrW(hWnd
, 0, 0);
2303 case WM_LBUTTONDOWN
:
2305 ME_LButtonDown(editor
, (short)LOWORD(lParam
), (short)HIWORD(lParam
));
2307 ME_LinkNotify(editor
,msg
,wParam
,lParam
);
2310 if (GetCapture() == hWnd
)
2311 ME_MouseMove(editor
, (short)LOWORD(lParam
), (short)HIWORD(lParam
));
2312 ME_LinkNotify(editor
,msg
,wParam
,lParam
);
2315 if (GetCapture() == hWnd
)
2317 ME_LinkNotify(editor
,msg
,wParam
,lParam
);
2319 case WM_LBUTTONDBLCLK
:
2320 ME_LinkNotify(editor
,msg
,wParam
,lParam
);
2321 ME_SelectWord(editor
);
2323 case WM_CONTEXTMENU
:
2324 if (!ME_ShowContextMenu(editor
, (short)LOWORD(lParam
), (short)HIWORD(lParam
)))
2328 if (editor
->bRedraw
)
2333 hDC
= BeginPaint(hWnd
, &ps
);
2334 ME_PaintContent(editor
, hDC
, FALSE
, &ps
.rcPaint
);
2335 EndPaint(hWnd
, &ps
);
2339 editor
->bHaveFocus
= TRUE
;
2340 ME_ShowCaret(editor
);
2341 ME_SendOldNotify(editor
, EN_SETFOCUS
);
2344 ME_HideCaret(editor
);
2345 editor
->bHaveFocus
= FALSE
;
2346 ME_SendOldNotify(editor
, EN_KILLFOCUS
);
2350 if (editor
->bRedraw
)
2352 HDC hDC
= (HDC
)wParam
;
2354 if (GetUpdateRect(hWnd
,&rc
,TRUE
))
2356 FillRect(hDC
, &rc
, editor
->hbrBackground
);
2362 TRACE("editor wnd command = %d\n", LOWORD(wParam
));
2365 if (ME_KeyDown(editor
, LOWORD(wParam
)))
2373 wstr
= (WCHAR
)wParam
;
2376 CHAR charA
= wParam
;
2377 MultiByteToWideChar(CP_ACP
, 0, &charA
, 1, &wstr
, 1);
2379 if (editor
->AutoURLDetect_bEnable
)
2380 ME_AutoURLDetect(editor
, wstr
);
2384 case 1: /* Ctrl-A */
2385 ME_SetSelection(editor
, 0, -1);
2387 case 3: /* Ctrl-C */
2388 SendMessageW(editor
->hWnd
, WM_COPY
, 0, 0);
2392 if (GetWindowLongW(editor
->hWnd
, GWL_STYLE
) & ES_READONLY
) {
2393 MessageBeep(MB_ICONERROR
);
2394 return 0; /* FIXME really 0 ? */
2399 case 22: /* Ctrl-V */
2400 SendMessageW(editor
->hWnd
, WM_PASTE
, 0, 0);
2402 case 24: /* Ctrl-X */
2403 SendMessageW(editor
->hWnd
, WM_CUT
, 0, 0);
2405 case 25: /* Ctrl-Y */
2406 SendMessageW(editor
->hWnd
, EM_REDO
, 0, 0);
2408 case 26: /* Ctrl-Z */
2409 SendMessageW(editor
->hWnd
, EM_UNDO
, 0, 0);
2412 if (((unsigned)wstr
)>=' ' || wstr
=='\r' || wstr
=='\t') {
2413 /* FIXME maybe it would make sense to call EM_REPLACESEL instead ? */
2414 ME_Style
*style
= ME_GetInsertStyle(editor
, 0);
2415 ME_SaveTempStyle(editor
);
2416 ME_InsertTextFromCursor(editor
, 0, &wstr
, 1, style
);
2417 ME_ReleaseStyle(style
);
2418 ME_CommitUndo(editor
);
2419 ME_UpdateRepaint(editor
);
2423 case EM_SCROLL
: /* fall through */
2429 origNPos
= ME_GetYScrollPos(editor
);
2432 if (editor
&& editor
->pBuffer
&& editor
->pBuffer
->pDefaultStyle
)
2433 lineHeight
= editor
->pBuffer
->pDefaultStyle
->tm
.tmHeight
;
2434 if (lineHeight
<= 0) lineHeight
= 24;
2436 switch(LOWORD(wParam
))
2439 ME_ScrollUp(editor
,lineHeight
);
2442 ME_ScrollDown(editor
,lineHeight
);
2445 ME_ScrollUp(editor
,editor
->sizeWindow
.cy
);
2448 ME_ScrollDown(editor
,editor
->sizeWindow
.cy
);
2451 case SB_THUMBPOSITION
:
2452 ME_ScrollAbs(editor
,HIWORD(wParam
));
2455 if (msg
== EM_SCROLL
)
2456 return 0x00010000 | (((ME_GetYScrollPos(editor
) - origNPos
)/lineHeight
) & 0xffff);
2462 UINT pulScrollLines
;
2464 SystemParametersInfoW(SPI_GETWHEELSCROLLLINES
,0, &pulScrollLines
, 0);
2465 gcWheelDelta
= -GET_WHEEL_DELTA_WPARAM(wParam
);
2467 if (abs(gcWheelDelta
) >= WHEEL_DELTA
&& pulScrollLines
)
2469 /* FIXME follow the original */
2470 ME_ScrollDown(editor
,pulScrollLines
* (gcWheelDelta
/ WHEEL_DELTA
) * 8);
2476 *((RECT
*)lParam
) = editor
->rcFormat
;
2484 RECT
*rc
= (RECT
*)lParam
;
2488 editor
->rcFormat
.left
+= rc
->left
;
2489 editor
->rcFormat
.top
+= rc
->top
;
2490 editor
->rcFormat
.right
+= rc
->right
;
2491 editor
->rcFormat
.bottom
+= rc
->bottom
;
2495 editor
->rcFormat
= *rc
;
2500 GetClientRect(hWnd
, &editor
->rcFormat
);
2502 if (msg
!= EM_SETRECTNP
)
2503 ME_RewrapRepaint(editor
);
2506 case EM_REQUESTRESIZE
:
2507 ME_SendRequestResize(editor
, TRUE
);
2510 editor
->bRedraw
= wParam
;
2514 GetClientRect(hWnd
, &editor
->rcFormat
);
2515 ME_RewrapRepaint(editor
);
2516 return DefWindowProcW(hWnd
, msg
, wParam
, lParam
);
2518 case EM_GETOLEINTERFACE
:
2520 LPVOID
*ppvObj
= (LPVOID
*) lParam
;
2521 return CreateIRichEditOle(editor
, ppvObj
);
2523 case EM_GETPASSWORDCHAR
:
2525 return editor
->cPasswordMask
;
2527 case EM_SETOLECALLBACK
:
2528 if(editor
->lpOleCallback
)
2529 IUnknown_Release(editor
->lpOleCallback
);
2530 editor
->lpOleCallback
= (LPRICHEDITOLECALLBACK
)lParam
;
2531 if(editor
->lpOleCallback
)
2532 IUnknown_AddRef(editor
->lpOleCallback
);
2534 case EM_GETWORDBREAKPROC
:
2535 return (LRESULT
)editor
->pfnWordBreak
;
2536 case EM_SETWORDBREAKPROC
:
2538 EDITWORDBREAKPROCW pfnOld
= editor
->pfnWordBreak
;
2540 editor
->pfnWordBreak
= (EDITWORDBREAKPROCW
)lParam
;
2541 return (LRESULT
)pfnOld
;
2543 case EM_SETTEXTMODE
:
2548 ret
= RichEditWndProc_common(hWnd
, WM_GETTEXTLENGTH
, 0, 0, unicode
);
2551 /*Check for valid wParam*/
2552 if ((((wParam
& TM_RICHTEXT
) && ((wParam
& TM_PLAINTEXT
) << 1))) ||
2553 (((wParam
& TM_MULTILEVELUNDO
) && ((wParam
& TM_SINGLELEVELUNDO
) << 1))) ||
2554 (((wParam
& TM_MULTICODEPAGE
) && ((wParam
& TM_SINGLECODEPAGE
) << 1))))
2558 if (wParam
& (TM_RICHTEXT
| TM_PLAINTEXT
))
2560 mask
|= (TM_RICHTEXT
| TM_PLAINTEXT
);
2561 changes
|= (wParam
& (TM_RICHTEXT
| TM_PLAINTEXT
));
2563 /*FIXME: Currently no support for undo level and code page options*/
2564 editor
->mode
= (editor
->mode
& (~mask
)) | changes
;
2570 case EM_SETPASSWORDCHAR
:
2572 editor
->cPasswordMask
= wParam
;
2573 ME_RewrapRepaint(editor
);
2578 return DefWindowProcW(hWnd
, msg
, wParam
, lParam
);
2583 static LRESULT WINAPI
RichEditWndProcW(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
)
2585 BOOL unicode
= TRUE
;
2587 /* Under Win9x RichEdit20W returns ANSI strings, see the tests. */
2588 if (msg
== WM_GETTEXT
&& (GetVersion() & 0x80000000))
2591 return RichEditWndProc_common(hWnd
, msg
, wParam
, lParam
, unicode
);
2594 static LRESULT WINAPI
RichEditWndProcA(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
)
2596 return RichEditWndProc_common(hWnd
, msg
, wParam
, lParam
, FALSE
);
2599 /******************************************************************
2600 * RichEditANSIWndProc (RICHED20.10)
2602 LRESULT WINAPI
RichEditANSIWndProc(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
)
2604 return RichEditWndProcA(hWnd
, msg
, wParam
, lParam
);
2607 /******************************************************************
2608 * RichEdit10ANSIWndProc (RICHED20.9)
2610 LRESULT WINAPI
RichEdit10ANSIWndProc(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
)
2614 /* FIXME: this is NOT the same as 2.0 version */
2615 result
= RichEditANSIWndProc(hWnd
, msg
, wParam
, lParam
);
2616 if (msg
== WM_NCCREATE
)
2618 ME_TextEditor
*editor
= (ME_TextEditor
*)GetWindowLongPtrW(hWnd
, 0);
2620 editor
->bEmulateVersion10
= TRUE
;
2621 editor
->pBuffer
->pLast
->member
.para
.nCharOfs
= 2;
2626 void ME_SendOldNotify(ME_TextEditor
*editor
, int nCode
)
2628 HWND hWnd
= editor
->hWnd
;
2629 SendMessageA(GetParent(hWnd
), WM_COMMAND
, (nCode
<<16)|GetWindowLongW(hWnd
, GWLP_ID
), (LPARAM
)hWnd
);
2632 void ME_LinkNotify(ME_TextEditor
*editor
, UINT msg
, WPARAM wParam
, LPARAM lParam
)
2635 ME_Cursor tmpCursor
;
2636 int nCharOfs
; /* The start of the clicked text. Absolute character offset */
2641 x
= (short)LOWORD(lParam
);
2642 y
= (short)HIWORD(lParam
);
2643 nCharOfs
= ME_CharFromPos(editor
, x
, y
);
2644 if (nCharOfs
< 0) return;
2646 ME_CursorFromCharOfs(editor
, nCharOfs
, &tmpCursor
);
2647 tmpRun
= &tmpCursor
.pRun
->member
.run
;
2649 if ((tmpRun
->style
->fmt
.dwMask
& CFM_LINK
)
2650 && (tmpRun
->style
->fmt
.dwEffects
& CFE_LINK
))
2651 { /* The clicked run has CFE_LINK set */
2652 info
.nmhdr
.hwndFrom
= editor
->hWnd
;
2653 info
.nmhdr
.idFrom
= GetWindowLongW(editor
->hWnd
, GWLP_ID
);
2654 info
.nmhdr
.code
= EN_LINK
;
2656 info
.wParam
= wParam
;
2657 info
.lParam
= lParam
;
2658 info
.chrg
.cpMin
= ME_CharOfsFromRunOfs(editor
,tmpCursor
.pRun
,0);
2659 info
.chrg
.cpMax
= info
.chrg
.cpMin
+ ME_StrVLen(tmpRun
->strText
);
2660 SendMessageW(GetParent(editor
->hWnd
), WM_NOTIFY
,info
.nmhdr
.idFrom
, (LPARAM
)&info
);
2664 int ME_CountParagraphsBetween(ME_TextEditor
*editor
, int from
, int to
)
2666 ME_DisplayItem
*item
= ME_FindItemFwd(editor
->pBuffer
->pFirst
, diParagraph
);
2669 while(item
&& item
->member
.para
.next_para
->member
.para
.nCharOfs
<= from
)
2670 item
= item
->member
.para
.next_para
;
2673 while(item
&& item
->member
.para
.next_para
->member
.para
.nCharOfs
<= to
) {
2674 item
= item
->member
.para
.next_para
;
2681 int ME_GetTextW(ME_TextEditor
*editor
, WCHAR
*buffer
, int nStart
, int nChars
, int bCRLF
)
2683 ME_DisplayItem
*item
= ME_FindItemAtOffset(editor
, diRun
, nStart
, &nStart
);
2685 WCHAR
*pStart
= buffer
;
2694 int nLen
= ME_StrLen(item
->member
.run
.strText
) - nStart
;
2697 CopyMemory(buffer
, item
->member
.run
.strText
->szData
+ nStart
, sizeof(WCHAR
)*nLen
);
2704 item
= ME_FindItemFwd(item
, diRun
);
2707 while(nChars
&& item
)
2709 int nLen
= ME_StrLen(item
->member
.run
.strText
);
2713 if (item
->member
.run
.nFlags
& MERF_ENDPARA
)
2715 if (!ME_FindItemFwd(item
, diRun
))
2716 /* No '\r' is appended to the last paragraph. */
2726 /* our end paragraph consists of 2 characters now */
2727 if (editor
->bEmulateVersion10
)
2732 CopyMemory(buffer
, item
->member
.run
.strText
->szData
, sizeof(WCHAR
)*nLen
);
2739 TRACE("nWritten=%d, actual=%d\n", nWritten
, buffer
-pStart
);
2743 item
= ME_FindItemFwd(item
, diRun
);
2746 TRACE("nWritten=%d, actual=%d\n", nWritten
, buffer
-pStart
);
2750 static BOOL
ME_RegisterEditorClass(HINSTANCE hInstance
)
2755 wcW
.style
= CS_DBLCLKS
| CS_HREDRAW
| CS_VREDRAW
| CS_GLOBALCLASS
;
2756 wcW
.lpfnWndProc
= RichEditWndProcW
;
2758 wcW
.cbWndExtra
= sizeof(ME_TextEditor
*);
2759 wcW
.hInstance
= NULL
; /* hInstance would register DLL-local class */
2761 wcW
.hCursor
= LoadCursorW(NULL
, MAKEINTRESOURCEW(IDC_IBEAM
));
2762 wcW
.hbrBackground
= (HBRUSH
)GetStockObject(NULL_BRUSH
);
2763 wcW
.lpszMenuName
= NULL
;
2765 if (is_version_nt())
2767 wcW
.lpszClassName
= RichEdit20W
;
2768 if (!RegisterClassW(&wcW
)) return FALSE
;
2769 wcW
.lpszClassName
= RichEdit50W
;
2770 if (!RegisterClassW(&wcW
)) return FALSE
;
2774 /* WNDCLASSA/W have the same layout */
2775 wcW
.lpszClassName
= (LPCWSTR
)"RichEdit20W";
2776 if (!RegisterClassA((WNDCLASSA
*)&wcW
)) return FALSE
;
2777 wcW
.lpszClassName
= (LPCWSTR
)"RichEdit50W";
2778 if (!RegisterClassA((WNDCLASSA
*)&wcW
)) return FALSE
;
2781 wcA
.style
= CS_DBLCLKS
| CS_HREDRAW
| CS_VREDRAW
| CS_GLOBALCLASS
;
2782 wcA
.lpfnWndProc
= RichEditWndProcA
;
2784 wcA
.cbWndExtra
= sizeof(ME_TextEditor
*);
2785 wcA
.hInstance
= NULL
; /* hInstance would register DLL-local class */
2787 wcA
.hCursor
= LoadCursorW(NULL
, MAKEINTRESOURCEW(IDC_IBEAM
));
2788 wcA
.hbrBackground
= (HBRUSH
)GetStockObject(NULL_BRUSH
);
2789 wcA
.lpszMenuName
= NULL
;
2790 wcA
.lpszClassName
= "RichEdit20A";
2791 if (!RegisterClassA(&wcA
)) return FALSE
;
2792 wcA
.lpszClassName
= "RichEdit50A";
2793 if (!RegisterClassA(&wcA
)) return FALSE
;
2798 LRESULT WINAPI
REComboWndProc(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
) {
2799 /* FIXME: Not implemented */
2800 TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
2801 hWnd
, msg
, get_msg_name(msg
), wParam
, lParam
);
2802 return DefWindowProcW(hWnd
, msg
, wParam
, lParam
);
2805 LRESULT WINAPI
REListWndProc(HWND hWnd
, UINT msg
, WPARAM wParam
, LPARAM lParam
) {
2806 /* FIXME: Not implemented */
2807 TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
2808 hWnd
, msg
, get_msg_name(msg
), wParam
, lParam
);
2809 return DefWindowProcW(hWnd
, msg
, wParam
, lParam
);
2812 /******************************************************************
2813 * REExtendedRegisterClass (RICHED20.8)
2815 * FIXME undocumented
2816 * Need to check for errors and implement controls and callbacks
2818 LRESULT WINAPI
REExtendedRegisterClass(void)
2823 FIXME("semi stub\n");
2827 wcW
.hInstance
= NULL
;
2830 wcW
.hbrBackground
= (HBRUSH
)(COLOR_WINDOW
+1);
2831 wcW
.lpszMenuName
= NULL
;
2833 if (!ME_ListBoxRegistered
)
2835 wcW
.style
= CS_PARENTDC
| CS_DBLCLKS
| CS_GLOBALCLASS
;
2836 wcW
.lpfnWndProc
= REListWndProc
;
2837 wcW
.lpszClassName
= REListBox20W
;
2838 if (RegisterClassW(&wcW
)) ME_ListBoxRegistered
= TRUE
;
2841 if (!ME_ComboBoxRegistered
)
2843 wcW
.style
= CS_PARENTDC
| CS_DBLCLKS
| CS_GLOBALCLASS
| CS_VREDRAW
| CS_HREDRAW
;
2844 wcW
.lpfnWndProc
= REComboWndProc
;
2845 wcW
.lpszClassName
= REComboBox20W
;
2846 if (RegisterClassW(&wcW
)) ME_ComboBoxRegistered
= TRUE
;
2850 if (ME_ListBoxRegistered
)
2852 if (ME_ComboBoxRegistered
)
2858 int ME_AutoURLDetect(ME_TextEditor
*editor
, WCHAR curChar
)
2878 int curf_ef
, link_ef
, def_ef
;
2879 int cur_prefx
, prefx_cnt
;
2880 int sel_min
, sel_max
;
2883 int URLmin
, URLmax
= 0;
2886 CHARFORMAT2W cur_format
;
2887 CHARFORMAT2W default_format
;
2889 RichEditANSIWndProc(editor
->hWnd
, EM_EXGETSEL
, (WPARAM
) 0, (LPARAM
) &ins_pt
);
2890 sel_min
= ins_pt
.cpMin
;
2891 sel_max
= ins_pt
.cpMax
;
2892 if (sel_min
==sel_max
)
2894 if (sel_min
!=sel_max
)
2895 car_pos
= ME_GetTextLength(editor
)+1;
2896 cur_format
.cbSize
= sizeof(cur_format
);
2897 default_format
.cbSize
= sizeof(default_format
);
2898 RichEditANSIWndProc(editor
->hWnd
, EM_GETCHARFORMAT
, SCF_SELECTION
, (LPARAM
) &cur_format
);
2899 RichEditANSIWndProc(editor
->hWnd
, EM_GETCHARFORMAT
, SCF_DEFAULT
, (LPARAM
) &default_format
);
2900 link
.cbSize
= sizeof(link
);
2901 link
.dwMask
= CFM_LINK
;
2902 link
.dwEffects
= CFE_LINK
;
2903 curf_ef
= cur_format
.dwEffects
& link
.dwEffects
;
2904 def_ef
= default_format
.dwEffects
& link
.dwEffects
;
2905 link_ef
= link
.dwEffects
& link
.dwEffects
;
2906 if (curf_ef
== link_ef
)
2908 if( curChar
== '\n' || curChar
=='\r' || curChar
==' ')
2910 ME_SetSelection(editor
, car_pos
, car_pos
);
2911 RichEditANSIWndProc(editor
->hWnd
, EM_SETCHARFORMAT
, SCF_SELECTION
, (LPARAM
) &default_format
);
2916 if (curf_ef
== def_ef
)
2919 prefx_cnt
= (sizeof(prefixes
)/sizeof(struct prefix_s
))-1;
2920 while (cur_prefx
<=prefx_cnt
)
2924 ft
.lpstrText
= prefixes
[cur_prefx
].text
;
2925 URLmin
=max(0,(car_pos
-prefixes
[cur_prefx
].length
));
2926 URLmax
=max(0, car_pos
);
2927 if ((car_pos
== 0) && (ME_GetTextLength(editor
) != 0))
2929 URLmax
= ME_GetTextLength(editor
)+1;
2931 ft
.chrg
.cpMin
= URLmin
;
2932 ft
.chrg
.cpMax
= URLmax
;
2933 text_pos
=RichEditANSIWndProc(editor
->hWnd
, EM_FINDTEXT
, FR_DOWN
, (LPARAM
)&ft
);
2939 url
.cpMax
=car_pos
-1;
2940 ME_SetCharFormat(editor
, text_pos
, (URLmax
-text_pos
), &link
);
2941 ME_RewrapRepaint(editor
);