richedit: Hide cursor when text is selected.
[wine/multimedia.git] / dlls / riched20 / editor.c
blob7e900963ffe1c675c998074cfdc3f6412709c8be
1 /*
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
7 * Copyright 2008 Eric Pouech
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 /*
25 API implementation status:
27 Messages (ANSI versions not done yet)
28 + EM_AUTOURLDETECT 2.0
29 + EM_CANPASTE
30 + EM_CANREDO 2.0
31 + EM_CANUNDO
32 + EM_CHARFROMPOS
33 - EM_DISPLAYBAND
34 + EM_EMPTYUNDOBUFFER
35 + EM_EXGETSEL
36 + EM_EXLIMITTEXT
37 + EM_EXLINEFROMCHAR
38 + EM_EXSETSEL
39 + EM_FINDTEXT (only FR_DOWN flag implemented)
40 + EM_FINDTEXTEX (only FR_DOWN flag implemented)
41 - EM_FINDWORDBREAK
42 - EM_FMTLINES
43 - EM_FORMATRANGE
44 + EM_GETAUTOURLDETECT 2.0
45 - EM_GETBIDIOPTIONS 3.0
46 - EM_GETCHARFORMAT (partly done)
47 - EM_GETEDITSTYLE
48 + EM_GETEVENTMASK
49 + EM_GETFIRSTVISIBLELINE (can be optimized if needed)
50 - EM_GETIMECOLOR 1.0asian
51 - EM_GETIMECOMPMODE 2.0
52 - EM_GETIMEOPTIONS 1.0asian
53 - EM_GETIMESTATUS
54 - EM_GETLANGOPTIONS 2.0
55 + EM_GETLIMITTEXT
56 + EM_GETLINE
57 + EM_GETLINECOUNT returns number of rows, not of paragraphs
58 + EM_GETMODIFY
59 - EM_GETOLEINTERFACE
60 + EM_GETOPTIONS
61 + EM_GETPARAFORMAT
62 + EM_GETPASSWORDCHAR 2.0
63 - EM_GETPUNCTUATION 1.0asian
64 + EM_GETRECT
65 - EM_GETREDONAME 2.0
66 + EM_GETSEL
67 + EM_GETSELTEXT (ANSI&Unicode)
68 + EM_GETSCROLLPOS 3.0 (only Y value valid)
69 ! - EM_GETTHUMB
70 + EM_GETTEXTEX 2.0
71 + EM_GETTEXTLENGTHEX (GTL_PRECISE unimplemented)
72 - EM_GETTEXTMODE 2.0
73 ? + EM_GETTEXTRANGE (ANSI&Unicode)
74 - EM_GETTYPOGRAPHYOPTIONS 3.0
75 - EM_GETUNDONAME
76 + EM_GETWORDBREAKPROC
77 - EM_GETWORDBREAKPROCEX
78 - EM_GETWORDWRAPMODE 1.0asian
79 + EM_GETZOOM 3.0
80 + EM_HIDESELECTION
81 + EM_LIMITTEXT (Also called EM_SETLIMITTEXT)
82 + EM_LINEFROMCHAR
83 + EM_LINEINDEX
84 + EM_LINELENGTH
85 + EM_LINESCROLL
86 - EM_PASTESPECIAL
87 + EM_POSFROMCHAR
88 + EM_REDO 2.0
89 + EM_REQUESTRESIZE
90 + EM_REPLACESEL (proper style?) ANSI&Unicode
91 + EM_SCROLL
92 + EM_SCROLLCARET
93 - EM_SELECTIONTYPE
94 - EM_SETBIDIOPTIONS 3.0
95 + EM_SETBKGNDCOLOR
96 + EM_SETCHARFORMAT (partly done, no ANSI)
97 - EM_SETEDITSTYLE
98 + EM_SETEVENTMASK (few notifications supported)
99 - EM_SETFONTSIZE
100 - EM_SETIMECOLOR 1.0asian
101 - EM_SETIMEOPTIONS 1.0asian
102 - EM_SETLANGOPTIONS 2.0
103 - EM_SETLIMITTEXT
104 + EM_SETMODIFY (not sure if implementation is correct)
105 - EM_SETOLECALLBACK
106 + EM_SETOPTIONS (partially implemented)
107 - EM_SETPALETTE 2.0
108 + EM_SETPARAFORMAT
109 + EM_SETPASSWORDCHAR 2.0
110 - EM_SETPUNCTUATION 1.0asian
111 + EM_SETREADONLY no beep on modification attempt
112 + EM_SETRECT
113 + EM_SETRECTNP (EM_SETRECT without repainting)
114 + EM_SETSEL
115 + EM_SETSCROLLPOS 3.0
116 - EM_SETTABSTOPS 3.0
117 - EM_SETTARGETDEVICE (partial)
118 + EM_SETTEXTEX 3.0 (proper style?)
119 - EM_SETTEXTMODE 2.0
120 - EM_SETTYPOGRAPHYOPTIONS 3.0
121 + EM_SETUNDOLIMIT 2.0
122 + EM_SETWORDBREAKPROC (used only for word movement at the moment)
123 - EM_SETWORDBREAKPROCEX
124 - EM_SETWORDWRAPMODE 1.0asian
125 + EM_SETZOOM 3.0
126 + EM_SHOWSCROLLBAR 2.0
127 + EM_STOPGROUPTYPING 2.0
128 + EM_STREAMIN
129 + EM_STREAMOUT
130 + EM_UNDO
131 + WM_CHAR
132 + WM_CLEAR
133 + WM_COPY
134 + WM_CUT
135 + WM_GETDLGCODE (the current implementation is incomplete)
136 + WM_GETTEXT (ANSI&Unicode)
137 + WM_GETTEXTLENGTH (ANSI version sucks)
138 + WM_PASTE
139 + WM_SETFONT
140 + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
141 - WM_STYLECHANGING
142 - WM_STYLECHANGED (things like read-only flag)
143 - WM_UNICHAR
145 Notifications
147 * EN_CHANGE (sent from the wrong place)
148 - EN_CORRECTTEXT
149 - EN_DROPFILES
150 - EN_ERRSPACE
151 - EN_HSCROLL
152 - EN_IMECHANGE
153 + EN_KILLFOCUS
154 - EN_LINK
155 - EN_MAXTEXT
156 - EN_MSGFILTER
157 - EN_OLEOPFAILED
158 - EN_PROTECTED
159 + EN_REQUESTRESIZE
160 - EN_SAVECLIPBOARD
161 + EN_SELCHANGE
162 + EN_SETFOCUS
163 - EN_STOPNOUNDO
164 * EN_UPDATE (sent from the wrong place)
165 - EN_VSCROLL
167 Styles
169 - ES_AUTOHSCROLL
170 - ES_AUTOVSCROLL
171 - ES_CENTER
172 + ES_DISABLENOSCROLL (scrollbar is always visible)
173 - ES_EX_NOCALLOLEINIT
174 - ES_LEFT
175 - ES_MULTILINE (currently single line controls aren't supported)
176 - ES_NOIME
177 - ES_READONLY (I'm not sure if beeping is the proper behaviour)
178 - ES_RIGHT
179 - ES_SAVESEL
180 - ES_SELFIME
181 - ES_SUNKEN
182 - ES_VERTICAL
183 - ES_WANTRETURN (don't know how to do WM_GETDLGCODE part)
184 - WS_SETFONT
185 - WS_HSCROLL
186 + WS_VSCROLL
190 * RICHED20 TODO (incomplete):
192 * - 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)
200 * - find/replace
201 * - how to implement EM_FORMATRANGE and EM_DISPLAYBAND ? (Mission Impossible)
202 * - italic caret with italic fonts
203 * - IME
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
209 * - hyphenation
210 * - tables
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?
224 #include "editor.h"
225 #include "commdlg.h"
226 #include "winreg.h"
227 #define NO_SHLWAPI_STREAM
228 #include "shlwapi.h"
229 #include "rtf.h"
230 #include "imm.h"
231 #include "res.h"
233 #define STACK_SIZE_DEFAULT 100
234 #define STACK_SIZE_MAX 1000
236 #define TEXT_LIMIT_DEFAULT 32767
238 WINE_DEFAULT_DEBUG_CHANNEL(richedit);
240 static BOOL ME_RegisterEditorClass(HINSTANCE);
242 static const WCHAR RichEdit20W[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '2', '0', 'W', 0};
243 static const WCHAR RichEdit50W[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '5', '0', 'W', 0};
244 static const WCHAR REListBox20W[] = {'R','E','L','i','s','t','B','o','x','2','0','W', 0};
245 static const WCHAR REComboBox20W[] = {'R','E','C','o','m','b','o','B','o','x','2','0','W', 0};
246 static HCURSOR hLeft;
248 int me_debug = 0;
249 HANDLE me_heap = NULL;
251 static BOOL ME_ListBoxRegistered = FALSE;
252 static BOOL ME_ComboBoxRegistered = FALSE;
254 static inline int is_version_nt(void)
256 return !(GetVersion() & 0x80000000);
259 static ME_TextBuffer *ME_MakeText(void) {
261 ME_TextBuffer *buf = ALLOC_OBJ(ME_TextBuffer);
263 ME_DisplayItem *p1 = ME_MakeDI(diTextStart);
264 ME_DisplayItem *p2 = ME_MakeDI(diTextEnd);
266 p1->prev = NULL;
267 p1->next = p2;
268 p2->prev = p1;
269 p2->next = NULL;
270 p1->member.para.next_para = p2;
271 p2->member.para.prev_para = p1;
272 p2->member.para.nCharOfs = 0;
274 buf->pFirst = p1;
275 buf->pLast = p2;
276 buf->pCharStyle = NULL;
278 return buf;
282 static LRESULT ME_StreamInText(ME_TextEditor *editor, DWORD dwFormat, ME_InStream *stream, ME_Style *style)
284 WCHAR wszText[STREAMIN_BUFFER_SIZE+1];
285 WCHAR *pText;
287 TRACE("%08x %p\n", dwFormat, stream);
289 do {
290 long nWideChars = 0;
292 if (!stream->dwSize)
294 ME_StreamInFill(stream);
295 if (stream->editstream->dwError)
296 break;
297 if (!stream->dwSize)
298 break;
301 if (!(dwFormat & SF_UNICODE))
303 /* FIXME? this is doomed to fail on true MBCS like UTF-8, luckily they're unlikely to be used as CP_ACP */
304 nWideChars = MultiByteToWideChar(CP_ACP, 0, stream->buffer, stream->dwSize, wszText, STREAMIN_BUFFER_SIZE);
305 pText = wszText;
307 else
309 nWideChars = stream->dwSize >> 1;
310 pText = (WCHAR *)stream->buffer;
313 ME_InsertTextFromCursor(editor, 0, pText, nWideChars, style);
314 if (stream->dwSize == 0)
315 break;
316 stream->dwSize = 0;
317 } while(1);
318 ME_CommitUndo(editor);
319 ME_UpdateRepaint(editor);
320 return 0;
323 static void ME_RTFCharAttrHook(RTF_Info *info)
325 CHARFORMAT2W fmt;
326 fmt.cbSize = sizeof(fmt);
327 fmt.dwMask = 0;
328 fmt.dwEffects = 0;
330 switch(info->rtfMinor)
332 case rtfPlain:
333 /* FIXME add more flags once they're implemented */
334 fmt.dwMask = CFM_BOLD | CFM_ITALIC | CFM_UNDERLINETYPE | CFM_STRIKEOUT | CFM_COLOR | CFM_BACKCOLOR | CFM_SIZE | CFM_WEIGHT;
335 fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR;
336 fmt.yHeight = 12*20; /* 12pt */
337 fmt.wWeight = FW_NORMAL;
338 fmt.bUnderlineType = CFU_UNDERLINENONE;
339 break;
340 case rtfBold:
341 fmt.dwMask = CFM_BOLD | CFM_WEIGHT;
342 fmt.dwEffects = info->rtfParam ? CFE_BOLD : 0;
343 fmt.wWeight = info->rtfParam ? FW_BOLD : FW_NORMAL;
344 break;
345 case rtfItalic:
346 fmt.dwMask = CFM_ITALIC;
347 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
348 break;
349 case rtfUnderline:
350 fmt.dwMask = CFM_UNDERLINETYPE;
351 fmt.bUnderlineType = info->rtfParam ? CFU_CF1UNDERLINE : CFU_UNDERLINENONE;
352 break;
353 case rtfDotUnderline:
354 fmt.dwMask = CFM_UNDERLINETYPE;
355 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOTTED : CFU_UNDERLINENONE;
356 break;
357 case rtfDbUnderline:
358 fmt.dwMask = CFM_UNDERLINETYPE;
359 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOUBLE : CFU_UNDERLINENONE;
360 break;
361 case rtfWordUnderline:
362 fmt.dwMask = CFM_UNDERLINETYPE;
363 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEWORD : CFU_UNDERLINENONE;
364 break;
365 case rtfNoUnderline:
366 fmt.dwMask = CFM_UNDERLINETYPE;
367 fmt.bUnderlineType = CFU_UNDERLINENONE;
368 break;
369 case rtfStrikeThru:
370 fmt.dwMask = CFM_STRIKEOUT;
371 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
372 break;
373 case rtfSubScript:
374 case rtfSuperScript:
375 case rtfSubScrShrink:
376 case rtfSuperScrShrink:
377 case rtfNoSuperSub:
378 fmt.dwMask = CFM_SUBSCRIPT|CFM_SUPERSCRIPT;
379 if (info->rtfMinor == rtfSubScrShrink) fmt.dwEffects = CFE_SUBSCRIPT;
380 if (info->rtfMinor == rtfSuperScrShrink) fmt.dwEffects = CFE_SUPERSCRIPT;
381 if (info->rtfMinor == rtfNoSuperSub) fmt.dwEffects = 0;
382 break;
383 case rtfInvisible:
384 fmt.dwMask = CFM_HIDDEN;
385 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
386 break;
387 case rtfBackColor:
388 fmt.dwMask = CFM_BACKCOLOR;
389 fmt.dwEffects = 0;
390 if (info->rtfParam == 0)
391 fmt.dwEffects = CFE_AUTOBACKCOLOR;
392 else if (info->rtfParam != rtfNoParam)
394 RTFColor *c = RTFGetColor(info, info->rtfParam);
395 fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
397 break;
398 case rtfForeColor:
399 fmt.dwMask = CFM_COLOR;
400 fmt.dwEffects = 0;
401 if (info->rtfParam == 0)
402 fmt.dwEffects = CFE_AUTOCOLOR;
403 else if (info->rtfParam != rtfNoParam)
405 RTFColor *c = RTFGetColor(info, info->rtfParam);
406 if (c)
407 fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
408 else
409 fmt.crTextColor = 0;
411 break;
412 case rtfFontNum:
413 if (info->rtfParam != rtfNoParam)
415 RTFFont *f = RTFGetFont(info, info->rtfParam);
416 if (f)
418 MultiByteToWideChar(CP_ACP, 0, f->rtfFName, -1, fmt.szFaceName, sizeof(fmt.szFaceName)/sizeof(WCHAR));
419 fmt.szFaceName[sizeof(fmt.szFaceName)/sizeof(WCHAR)-1] = '\0';
420 fmt.bCharSet = f->rtfFCharSet;
421 fmt.dwMask = CFM_FACE | CFM_CHARSET;
422 fmt.bPitchAndFamily = f->rtfFPitch | (f->rtfFFamily << 4);
425 break;
426 case rtfFontSize:
427 fmt.dwMask = CFM_SIZE;
428 if (info->rtfParam != rtfNoParam)
429 fmt.yHeight = info->rtfParam*10;
430 break;
432 if (fmt.dwMask) {
433 ME_Style *style2;
434 RTFFlushOutputBuffer(info);
435 /* FIXME too slow ? how come ? */
436 style2 = ME_ApplyStyle(info->style, &fmt);
437 ME_ReleaseStyle(info->style);
438 info->style = style2;
439 info->styleChanged = TRUE;
443 /* FIXME this function doesn't get any information about context of the RTF tag, which is very bad,
444 the same tags mean different things in different contexts */
445 static void ME_RTFParAttrHook(RTF_Info *info)
447 PARAFORMAT2 fmt;
448 fmt.cbSize = sizeof(fmt);
449 fmt.dwMask = 0;
451 switch(info->rtfMinor)
453 case rtfParDef: /* restores default paragraph attributes */
454 fmt.dwMask = PFM_ALIGNMENT | PFM_BORDER | PFM_LINESPACING | PFM_TABSTOPS | PFM_OFFSET |
455 PFM_RIGHTINDENT | PFM_SPACEAFTER | PFM_SPACEBEFORE | PFM_STARTINDENT;
456 /* TODO: numbering, shading */
457 fmt.wAlignment = PFA_LEFT;
458 fmt.cTabCount = 0;
459 fmt.dxOffset = fmt.dxStartIndent = fmt.dxRightIndent = 0;
460 fmt.wBorderWidth = fmt.wBorders = 0;
461 fmt.wBorderSpace = 0;
462 fmt.bLineSpacingRule = 0;
463 fmt.dySpaceBefore = fmt.dySpaceAfter = 0;
464 fmt.dyLineSpacing = 0;
465 RTFFlushOutputBuffer(info);
466 ME_GetParagraph(info->editor->pCursors[0].pRun)->member.para.bTable = FALSE;
467 break;
468 case rtfInTable:
470 ME_DisplayItem *para;
472 RTFFlushOutputBuffer(info);
473 para = ME_GetParagraph(info->editor->pCursors[0].pRun);
474 assert(para->member.para.pCells);
475 para->member.para.bTable = TRUE;
476 return;
478 case rtfFirstIndent:
479 ME_GetSelectionParaFormat(info->editor, &fmt);
480 fmt.dwMask |= PFM_STARTINDENT | PFM_OFFSET;
481 fmt.dxStartIndent += info->rtfParam;
482 fmt.dxOffset = -info->rtfParam;
483 break;
484 case rtfLeftIndent:
485 /* we assume rtfLeftIndent is always specified before rtfFirstIndent */
486 ME_GetSelectionParaFormat(info->editor, &fmt);
487 fmt.dwMask |= PFM_STARTINDENT;
488 fmt.dxStartIndent = info->rtfParam;
489 fmt.dxOffset = 0;
490 break;
491 case rtfRightIndent:
492 fmt.dwMask = PFM_RIGHTINDENT;
493 fmt.dxRightIndent = info->rtfParam;
494 break;
495 case rtfQuadLeft:
496 case rtfQuadJust:
497 fmt.dwMask = PFM_ALIGNMENT;
498 fmt.wAlignment = PFA_LEFT;
499 break;
500 case rtfQuadRight:
501 fmt.dwMask = PFM_ALIGNMENT;
502 fmt.wAlignment = PFA_RIGHT;
503 break;
504 case rtfQuadCenter:
505 fmt.dwMask = PFM_ALIGNMENT;
506 fmt.wAlignment = PFA_CENTER;
507 break;
508 case rtfTabPos:
509 ME_GetSelectionParaFormat(info->editor, &fmt);
510 if (!(fmt.dwMask & PFM_TABSTOPS))
512 fmt.dwMask |= PFM_TABSTOPS;
513 fmt.cTabCount = 0;
515 if (fmt.cTabCount < MAX_TAB_STOPS)
516 fmt.rgxTabs[fmt.cTabCount++] = info->rtfParam;
517 break;
518 case rtfKeep:
519 fmt.dwMask = PFM_KEEP;
520 fmt.wEffects = PFE_KEEP;
521 break;
522 case rtfNoWidowControl:
523 fmt.dwMask = PFM_NOWIDOWCONTROL;
524 fmt.wEffects = PFE_NOWIDOWCONTROL;
525 break;
526 case rtfKeepNext:
527 fmt.dwMask = PFM_KEEPNEXT;
528 fmt.wEffects = PFE_KEEPNEXT;
529 break;
530 case rtfSpaceAfter:
531 fmt.dwMask = PFM_SPACEAFTER;
532 fmt.dySpaceAfter = info->rtfParam;
533 break;
534 case rtfSpaceBefore:
535 fmt.dwMask = PFM_SPACEBEFORE;
536 fmt.dySpaceBefore = info->rtfParam;
537 break;
538 case rtfSpaceBetween:
539 fmt.dwMask = PFM_LINESPACING;
540 if ((int)info->rtfParam > 0)
542 fmt.dyLineSpacing = info->rtfParam;
543 fmt.bLineSpacingRule = 3;
545 else
547 fmt.dyLineSpacing = info->rtfParam;
548 fmt.bLineSpacingRule = 4;
550 case rtfSpaceMultiply:
551 fmt.dwMask = PFM_LINESPACING;
552 fmt.dyLineSpacing = info->rtfParam * 20;
553 fmt.bLineSpacingRule = 5;
554 break;
555 case rtfParBullet:
556 fmt.dwMask = PFM_NUMBERING;
557 fmt.wNumbering = PFN_BULLET;
558 break;
559 case rtfParSimple:
560 fmt.dwMask = PFM_NUMBERING;
561 fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
562 break;
563 case rtfParNumDecimal:
564 fmt.dwMask = PFM_NUMBERING;
565 fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
566 break;
567 case rtfParNumIndent:
568 fmt.dwMask = PFM_NUMBERINGTAB;
569 fmt.wNumberingTab = info->rtfParam;
570 break;
571 case rtfParNumStartAt:
572 fmt.dwMask = PFM_NUMBERINGSTART;
573 fmt.wNumberingStart = info->rtfParam;
574 break;
575 case rtfBorderLeft:
576 ME_GetSelectionParaFormat(info->editor, &fmt);
577 if (!(fmt.dwMask & PFM_BORDER))
579 fmt.dwMask |= PFM_BORDER;
580 fmt.wBorderSpace = 0;
581 fmt.wBorderWidth = 1;
582 fmt.wBorders = 0;
584 fmt.wBorders |= 1;
585 break;
586 case rtfBorderRight:
587 ME_GetSelectionParaFormat(info->editor, &fmt);
588 if (!(fmt.dwMask & PFM_BORDER))
590 fmt.dwMask |= PFM_BORDER;
591 fmt.wBorderSpace = 0;
592 fmt.wBorderWidth = 1;
593 fmt.wBorders = 0;
595 fmt.wBorders |= 2;
596 break;
597 case rtfBorderTop:
598 ME_GetSelectionParaFormat(info->editor, &fmt);
599 if (!(fmt.dwMask & PFM_BORDER))
601 fmt.dwMask |= PFM_BORDER;
602 fmt.wBorderSpace = 0;
603 fmt.wBorderWidth = 1;
604 fmt.wBorders = 0;
606 fmt.wBorders |= 4;
607 break;
608 case rtfBorderBottom:
609 ME_GetSelectionParaFormat(info->editor, &fmt);
610 if (!(fmt.dwMask & PFM_BORDER))
612 fmt.dwMask |= PFM_BORDER;
613 fmt.wBorderSpace = 0;
614 fmt.wBorderWidth = 1;
615 fmt.wBorders = 0;
617 fmt.wBorders |= 8;
618 break;
619 case rtfBorderSingle:
620 ME_GetSelectionParaFormat(info->editor, &fmt);
621 /* we assume that borders have been created before (RTF spec) */
622 fmt.wBorders &= ~0x700;
623 fmt.wBorders |= 1 << 8;
624 break;
625 case rtfBorderThick:
626 ME_GetSelectionParaFormat(info->editor, &fmt);
627 /* we assume that borders have been created before (RTF spec) */
628 fmt.wBorders &= ~0x700;
629 fmt.wBorders |= 2 << 8;
630 break;
631 case rtfBorderShadow:
632 ME_GetSelectionParaFormat(info->editor, &fmt);
633 /* we assume that borders have been created before (RTF spec) */
634 fmt.wBorders &= ~0x700;
635 fmt.wBorders |= 10 << 8;
636 break;
637 case rtfBorderDouble:
638 ME_GetSelectionParaFormat(info->editor, &fmt);
639 /* we assume that borders have been created before (RTF spec) */
640 fmt.wBorders &= ~0x700;
641 fmt.wBorders |= 7 << 8;
642 break;
643 case rtfBorderDot:
644 ME_GetSelectionParaFormat(info->editor, &fmt);
645 /* we assume that borders have been created before (RTF spec) */
646 fmt.wBorders &= ~0x700;
647 fmt.wBorders |= 11 << 8;
648 break;
649 case rtfBorderWidth:
650 ME_GetSelectionParaFormat(info->editor, &fmt);
651 /* we assume that borders have been created before (RTF spec) */
652 fmt.wBorderWidth |= ((info->rtfParam / 15) & 7) << 8;
653 break;
654 case rtfBorderSpace:
655 ME_GetSelectionParaFormat(info->editor, &fmt);
656 /* we assume that borders have been created before (RTF spec) */
657 fmt.wBorderSpace = info->rtfParam;
658 break;
660 if (fmt.dwMask) {
661 RTFFlushOutputBuffer(info);
662 /* FIXME too slow ? how come ?*/
663 ME_SetSelectionParaFormat(info->editor, &fmt);
667 static void ME_RTFTblAttrHook(RTF_Info *info)
669 ME_DisplayItem *para;
671 switch (info->rtfMinor)
673 case rtfRowDef:
674 RTFFlushOutputBuffer(info);
675 para = ME_GetParagraph(info->editor->pCursors[0].pRun);
677 /* Release possibly inherited cell definitions */
678 ME_DestroyTableCellList(para);
680 para->member.para.pCells = ALLOC_OBJ(ME_TableCell);
681 para->member.para.pCells->nRightBoundary = 0;
682 para->member.para.pCells->next = NULL;
683 para->member.para.pLastCell = para->member.para.pCells;
684 break;
685 case rtfCellPos:
686 RTFFlushOutputBuffer(info);
687 para = ME_GetParagraph(info->editor->pCursors[0].pRun);
689 if (para->member.para.pLastCell->nRightBoundary)
691 ME_TableCell *pCell = ALLOC_OBJ(ME_TableCell);
693 pCell->next = NULL;
694 para->member.para.pLastCell->next = pCell;
695 para->member.para.pLastCell = pCell;
697 para->member.para.pLastCell->nRightBoundary = info->rtfParam;
698 break;
702 static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbmp,
703 const SIZEL* sz)
705 LPOLEOBJECT lpObject = NULL;
706 LPSTORAGE lpStorage = NULL;
707 LPOLECLIENTSITE lpClientSite = NULL;
708 LPDATAOBJECT lpDataObject = NULL;
709 LPOLECACHE lpOleCache = NULL;
710 STGMEDIUM stgm;
711 FORMATETC fm;
712 CLSID clsid;
713 BOOL ret = FALSE;
714 DWORD conn;
716 if (hemf)
718 stgm.tymed = TYMED_ENHMF;
719 stgm.u.hEnhMetaFile = hemf;
720 fm.cfFormat = CF_ENHMETAFILE;
722 else if (hbmp)
724 stgm.tymed = TYMED_GDI;
725 stgm.u.hBitmap = hbmp;
726 fm.cfFormat = CF_BITMAP;
728 stgm.pUnkForRelease = NULL;
730 fm.ptd = NULL;
731 fm.dwAspect = DVASPECT_CONTENT;
732 fm.lindex = -1;
733 fm.tymed = stgm.tymed;
735 if (!info->lpRichEditOle)
737 CreateIRichEditOle(info->editor, (VOID**)&info->lpRichEditOle);
740 if (OleCreateDefaultHandler(&CLSID_NULL, NULL, &IID_IOleObject, (void**)&lpObject) == S_OK &&
741 #if 0
742 /* FIXME: enable it when rich-edit properly implements this method */
743 IRichEditOle_GetClientSite(info->lpRichEditOle, &lpClientSite) == S_OK &&
744 IOleObject_SetClientSite(lpObject, lpClientSite) == S_OK &&
745 #endif
746 IOleObject_GetUserClassID(lpObject, &clsid) == S_OK &&
747 IOleObject_QueryInterface(lpObject, &IID_IOleCache, (void**)&lpOleCache) == S_OK &&
748 IOleCache_Cache(lpOleCache, &fm, 0, &conn) == S_OK &&
749 IOleObject_QueryInterface(lpObject, &IID_IDataObject, (void**)&lpDataObject) == S_OK &&
750 IDataObject_SetData(lpDataObject, &fm, &stgm, TRUE) == S_OK)
752 REOBJECT reobject;
754 reobject.cbStruct = sizeof(reobject);
755 reobject.cp = REO_CP_SELECTION;
756 reobject.clsid = clsid;
757 reobject.poleobj = lpObject;
758 reobject.pstg = lpStorage;
759 reobject.polesite = lpClientSite;
760 /* convert from twips to .01 mm */
761 reobject.sizel.cx = MulDiv(sz->cx, 254, 144);
762 reobject.sizel.cy = MulDiv(sz->cy, 254, 144);
763 reobject.dvaspect = DVASPECT_CONTENT;
764 reobject.dwFlags = 0; /* FIXME */
765 reobject.dwUser = 0;
767 /* FIXME: could be simpler */
768 ret = IRichEditOle_InsertObject(info->lpRichEditOle, &reobject) == S_OK;
771 if (lpObject) IOleObject_Release(lpObject);
772 if (lpClientSite) IOleClientSite_Release(lpClientSite);
773 if (lpStorage) IStorage_Release(lpStorage);
774 if (lpDataObject) IDataObject_Release(lpDataObject);
775 if (lpOleCache) IOleCache_Release(lpOleCache);
777 return ret;
780 static void ME_RTFReadPictGroup(RTF_Info *info)
782 SIZEL sz;
783 BYTE* buffer = NULL;
784 unsigned bufsz, bufidx;
785 BOOL flip;
786 BYTE val;
787 METAFILEPICT mfp;
788 HENHMETAFILE hemf;
789 HBITMAP hbmp;
790 enum gfxkind {gfx_unknown = 0, gfx_enhmetafile, gfx_metafile, gfx_dib} gfx = gfx_unknown;
792 RTFGetToken (info);
793 if (info->rtfClass == rtfEOF)
794 return;
795 mfp.mm = MM_TEXT;
796 /* fetch picture type */
797 if (RTFCheckMM (info, rtfPictAttr, rtfWinMetafile))
799 mfp.mm = info->rtfParam;
800 gfx = gfx_metafile;
802 else if (RTFCheckMM (info, rtfPictAttr, rtfDevIndBitmap))
804 if (info->rtfParam != 0) FIXME("dibitmap should be 0 (%d)\n", info->rtfParam);
805 gfx = gfx_dib;
807 else if (RTFCheckMM (info, rtfPictAttr, rtfEmfBlip))
809 gfx = gfx_enhmetafile;
811 else
813 FIXME("%d %d\n", info->rtfMajor, info->rtfMinor);
814 goto skip_group;
816 sz.cx = sz.cy = 0;
817 /* fetch picture attributes */
818 for (;;)
820 RTFGetToken (info);
821 if (info->rtfClass == rtfEOF)
822 return;
823 if (info->rtfClass == rtfText)
824 break;
825 if (!RTFCheckCM (info, rtfControl, rtfPictAttr))
827 ERR("Expected picture attribute (%d %d)\n",
828 info->rtfClass, info->rtfMajor);
829 goto skip_group;
831 else if (RTFCheckMM (info, rtfPictAttr, rtfPicWid))
833 if (gfx == gfx_metafile) mfp.xExt = info->rtfParam;
835 else if (RTFCheckMM (info, rtfPictAttr, rtfPicHt))
837 if (gfx == gfx_metafile) mfp.yExt = info->rtfParam;
839 else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalWid))
840 sz.cx = info->rtfParam;
841 else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalHt))
842 sz.cy = info->rtfParam;
843 else
844 FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
846 /* fetch picture data */
847 bufsz = 1024;
848 bufidx = 0;
849 buffer = HeapAlloc(GetProcessHeap(), 0, bufsz);
850 val = info->rtfMajor;
851 for (flip = TRUE;; flip = !flip)
853 RTFGetToken (info);
854 if (info->rtfClass == rtfEOF)
856 HeapFree(GetProcessHeap(), 0, buffer);
857 return; /* Warn ?? */
859 if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
860 break;
861 if (info->rtfClass != rtfText) goto skip_group;
862 if (flip)
864 if (bufidx >= bufsz &&
865 !(buffer = HeapReAlloc(GetProcessHeap(), 0, buffer, bufsz += 1024)))
866 goto skip_group;
867 buffer[bufidx++] = RTFCharToHex(val) * 16 + RTFCharToHex(info->rtfMajor);
869 else
870 val = info->rtfMajor;
872 if (flip) FIXME("wrong hex string\n");
874 switch (gfx)
876 case gfx_enhmetafile:
877 if ((hemf = SetEnhMetaFileBits(bufidx, buffer)))
878 ME_RTFInsertOleObject(info, hemf, NULL, &sz);
879 break;
880 case gfx_metafile:
881 if ((hemf = SetWinMetaFileBits(bufidx, buffer, NULL, &mfp)))
882 ME_RTFInsertOleObject(info, hemf, NULL, &sz);
883 break;
884 case gfx_dib:
886 BITMAPINFO* bi = (BITMAPINFO*)buffer;
887 HDC hdc = GetDC(0);
888 unsigned nc = bi->bmiHeader.biClrUsed;
890 /* not quite right, especially for bitfields type of compression */
891 if (!nc && bi->bmiHeader.biBitCount <= 8)
892 nc = 1 << bi->bmiHeader.biBitCount;
893 if ((hbmp = CreateDIBitmap(hdc, &bi->bmiHeader,
894 CBM_INIT, (char*)(bi + 1) + nc * sizeof(RGBQUAD),
895 bi, DIB_RGB_COLORS)))
896 ME_RTFInsertOleObject(info, NULL, hbmp, &sz);
897 ReleaseDC(0, hdc);
899 break;
900 default:
901 break;
903 HeapFree(GetProcessHeap(), 0, buffer);
904 RTFRouteToken (info); /* feed "}" back to router */
905 return;
906 skip_group:
907 HeapFree(GetProcessHeap(), 0, buffer);
908 RTFSkipGroup(info);
909 RTFRouteToken(info); /* feed "}" back to router */
912 /* for now, lookup the \result part and use it, whatever the object */
913 static void ME_RTFReadObjectGroup(RTF_Info *info)
915 for (;;)
917 RTFGetToken (info);
918 if (info->rtfClass == rtfEOF)
919 return;
920 if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
921 break;
922 if (RTFCheckCM(info, rtfGroup, rtfBeginGroup))
924 RTFGetToken (info);
925 if (info->rtfClass == rtfEOF)
926 return;
927 if (RTFCheckCMM(info, rtfControl, rtfDestination, rtfObjResult))
929 int level = 1;
931 while (RTFGetToken (info) != rtfEOF)
933 if (info->rtfClass == rtfGroup)
935 if (info->rtfMajor == rtfBeginGroup) level++;
936 else if (info->rtfMajor == rtfEndGroup && --level < 0) break;
938 RTFRouteToken(info);
941 else RTFSkipGroup(info);
942 continue;
944 if (!RTFCheckCM (info, rtfControl, rtfObjAttr))
946 FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
947 return;
950 RTFRouteToken(info); /* feed "}" back to router */
953 static void ME_RTFReadHook(RTF_Info *info) {
954 switch(info->rtfClass)
956 case rtfGroup:
957 switch(info->rtfMajor)
959 case rtfBeginGroup:
960 if (info->stackTop < maxStack) {
961 info->stack[info->stackTop].fmt = info->style->fmt;
962 info->stack[info->stackTop].codePage = info->codePage;
963 info->stack[info->stackTop].unicodeLength = info->unicodeLength;
965 info->stackTop++;
966 info->styleChanged = FALSE;
967 break;
968 case rtfEndGroup:
970 ME_Style *s;
971 RTFFlushOutputBuffer(info);
972 info->stackTop--;
973 if (info->stackTop<=0) {
974 info->rtfClass = rtfEOF;
975 return;
977 assert(info->stackTop >= 0);
978 if (info->styleChanged)
980 /* FIXME too slow ? how come ? */
981 s = ME_ApplyStyle(info->style, &info->stack[info->stackTop].fmt);
982 ME_ReleaseStyle(info->style);
983 info->style = s;
984 info->codePage = info->stack[info->stackTop].codePage;
985 info->unicodeLength = info->stack[info->stackTop].unicodeLength;
987 break;
990 break;
991 case rtfControl:
992 switch(info->rtfMajor)
994 case rtfCharAttr:
995 ME_RTFCharAttrHook(info);
996 break;
997 case rtfParAttr:
998 ME_RTFParAttrHook(info);
999 break;
1000 case rtfTblAttr:
1001 ME_RTFTblAttrHook(info);
1002 break;
1003 case rtfSpecialChar:
1004 if (info->rtfMinor == rtfCell)
1006 RTFFlushOutputBuffer(info);
1007 ME_InsertTableCellFromCursor(info->editor, 0);
1010 break;
1014 void
1015 ME_StreamInFill(ME_InStream *stream)
1017 stream->editstream->dwError = stream->editstream->pfnCallback(stream->editstream->dwCookie,
1018 (BYTE *)stream->buffer,
1019 sizeof(stream->buffer),
1020 (LONG *)&stream->dwSize);
1021 stream->dwUsed = 0;
1024 static LRESULT ME_StreamIn(ME_TextEditor *editor, DWORD format, EDITSTREAM *stream, BOOL stripLastCR)
1026 RTF_Info parser;
1027 ME_Style *style;
1028 int from, to, to2, nUndoMode;
1029 int nEventMask = editor->nEventMask;
1030 ME_InStream inStream;
1031 BOOL invalidRTF = FALSE;
1033 TRACE("stream==%p hWnd==%p format==0x%X\n", stream, editor->hWnd, format);
1034 editor->nEventMask = 0;
1036 ME_GetSelection(editor, &from, &to);
1037 if ((format & SFF_SELECTION) && (editor->mode & TM_RICHTEXT)) {
1038 style = ME_GetSelectionInsertStyle(editor);
1040 ME_InternalDeleteText(editor, from, to-from);
1042 else {
1043 style = editor->pBuffer->pDefaultStyle;
1044 ME_AddRefStyle(style);
1045 SendMessageA(editor->hWnd, EM_SETSEL, 0, 0);
1046 ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor));
1047 from = to = 0;
1048 ME_ClearTempStyle(editor);
1049 /* FIXME restore default paragraph formatting ! */
1053 /* Back up undo mode to a local variable */
1054 nUndoMode = editor->nUndoMode;
1056 /* Only create an undo if SFF_SELECTION is set */
1057 if (!(format & SFF_SELECTION))
1058 editor->nUndoMode = umIgnore;
1060 inStream.editstream = stream;
1061 inStream.editstream->dwError = 0;
1062 inStream.dwSize = 0;
1063 inStream.dwUsed = 0;
1065 if (format & SF_RTF)
1067 /* Check if it's really RTF, and if it is not, use plain text */
1068 ME_StreamInFill(&inStream);
1069 if (!inStream.editstream->dwError)
1071 if ((!editor->bEmulateVersion10 && strncmp(inStream.buffer, "{\\rtf", 5) && strncmp(inStream.buffer, "{\\urtf", 6))
1072 || (editor->bEmulateVersion10 && *inStream.buffer != '{'))
1074 invalidRTF = TRUE;
1075 inStream.editstream->dwError = -16;
1080 if (!invalidRTF && !inStream.editstream->dwError)
1082 if (format & SF_RTF) {
1083 /* setup the RTF parser */
1084 memset(&parser, 0, sizeof parser);
1085 RTFSetEditStream(&parser, &inStream);
1086 parser.rtfFormat = format&(SF_TEXT|SF_RTF);
1087 parser.hwndEdit = editor->hWnd;
1088 parser.editor = editor;
1089 parser.style = style;
1090 WriterInit(&parser);
1091 RTFInit(&parser);
1092 RTFSetReadHook(&parser, ME_RTFReadHook);
1093 RTFSetDestinationCallback(&parser, rtfPict, ME_RTFReadPictGroup);
1094 RTFSetDestinationCallback(&parser, rtfObject, ME_RTFReadObjectGroup);
1095 BeginFile(&parser);
1097 /* do the parsing */
1098 RTFRead(&parser);
1099 RTFFlushOutputBuffer(&parser);
1100 RTFDestroy(&parser);
1101 if (parser.lpRichEditOle)
1102 IRichEditOle_Release(parser.lpRichEditOle);
1104 if (!inStream.editstream->dwError && parser.stackTop > 0)
1105 inStream.editstream->dwError = HRESULT_FROM_WIN32(ERROR_HANDLE_EOF);
1107 /* Remove last line break, as mandated by tests. This is not affected by
1108 CR/LF counters, since RTF streaming presents only \para tokens, which
1109 are converted according to the standard rules: \r for 2.0, \r\n for 1.0
1111 if (stripLastCR) {
1112 int newfrom, newto;
1113 ME_GetSelection(editor, &newfrom, &newto);
1114 if (newto > to + (editor->bEmulateVersion10 ? 1 : 0)) {
1115 WCHAR lastchar[3] = {'\0', '\0'};
1116 int linebreakSize = editor->bEmulateVersion10 ? 2 : 1;
1118 ME_GetTextW(editor, lastchar, newto - linebreakSize, linebreakSize, 0);
1119 if (lastchar[0] == '\r' && (lastchar[1] == '\n' || lastchar[1] == '\0')) {
1120 ME_InternalDeleteText(editor, newto - linebreakSize, linebreakSize);
1125 style = parser.style;
1127 else if (format & SF_TEXT)
1128 ME_StreamInText(editor, format, &inStream, style);
1129 else
1130 ERR("EM_STREAMIN without SF_TEXT or SF_RTF\n");
1131 ME_GetSelection(editor, &to, &to2);
1132 /* put the cursor at the top */
1133 if (!(format & SFF_SELECTION))
1134 SendMessageA(editor->hWnd, EM_SETSEL, 0, 0);
1137 /* Restore saved undo mode */
1138 editor->nUndoMode = nUndoMode;
1140 /* even if we didn't add an undo, we need to commit anything on the stack */
1141 ME_CommitUndo(editor);
1143 /* If SFF_SELECTION isn't set, delete any undos from before we started too */
1144 if (!(format & SFF_SELECTION))
1145 ME_EmptyUndoStack(editor);
1147 ME_ReleaseStyle(style);
1148 editor->nEventMask = nEventMask;
1149 ME_UpdateRepaint(editor);
1150 if (!(format & SFF_SELECTION)) {
1151 ME_ClearTempStyle(editor);
1153 HideCaret(editor->hWnd);
1154 ME_MoveCaret(editor);
1155 ShowCaret(editor->hWnd);
1156 ME_SendSelChange(editor);
1157 ME_SendRequestResize(editor, FALSE);
1159 return 0;
1163 typedef struct tagME_RTFStringStreamStruct
1165 char *string;
1166 int pos;
1167 int length;
1168 } ME_RTFStringStreamStruct;
1170 static DWORD CALLBACK ME_ReadFromRTFString(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1172 ME_RTFStringStreamStruct *pStruct = (ME_RTFStringStreamStruct *)dwCookie;
1173 int count;
1175 count = min(cb, pStruct->length - pStruct->pos);
1176 memmove(lpBuff, pStruct->string + pStruct->pos, count);
1177 pStruct->pos += count;
1178 *pcb = count;
1179 return 0;
1182 static void
1183 ME_StreamInRTFString(ME_TextEditor *editor, BOOL selection, char *string)
1185 EDITSTREAM es;
1186 ME_RTFStringStreamStruct data;
1188 data.string = string;
1189 data.length = strlen(string);
1190 data.pos = 0;
1191 es.dwCookie = (DWORD)&data;
1192 es.pfnCallback = ME_ReadFromRTFString;
1193 ME_StreamIn(editor, SF_RTF | (selection ? SFF_SELECTION : 0), &es, FALSE);
1197 ME_DisplayItem *
1198 ME_FindItemAtOffset(ME_TextEditor *editor, ME_DIType nItemType, int nOffset, int *nItemOffset)
1200 ME_DisplayItem *item = ME_FindItemFwd(editor->pBuffer->pFirst, diParagraph);
1201 int runLength;
1203 while (item && item->member.para.next_para->member.para.nCharOfs <= nOffset)
1204 item = ME_FindItemFwd(item, diParagraph);
1206 if (!item)
1207 return item;
1209 nOffset -= item->member.para.nCharOfs;
1210 if (nItemType == diParagraph) {
1211 if (nItemOffset)
1212 *nItemOffset = nOffset;
1213 return item;
1216 do {
1217 item = ME_FindItemFwd(item, diRun);
1218 runLength = ME_StrLen(item->member.run.strText);
1219 if (item->member.run.nFlags & MERF_ENDPARA)
1220 runLength = item->member.run.nCR + item->member.run.nLF;
1221 } while (item && (item->member.run.nCharOfs + runLength <= nOffset));
1222 if (item) {
1223 nOffset -= item->member.run.nCharOfs;
1225 /* Special case: nOffset may not point exactly at the division between the
1226 \r and the \n in 1.0 emulation. If such a case happens, it is sent
1227 into the next run, if one exists
1229 if ( item->member.run.nFlags & MERF_ENDPARA
1230 && nOffset == item->member.run.nCR
1231 && item->member.run.nLF > 0) {
1232 ME_DisplayItem *nextItem;
1233 nextItem = ME_FindItemFwd(item, diRun);
1234 if (nextItem) {
1235 nOffset = 0;
1236 item = nextItem;
1239 if (nItemOffset)
1240 *nItemOffset = nOffset;
1242 return item;
1246 static int
1247 ME_FindText(ME_TextEditor *editor, DWORD flags, const CHARRANGE *chrg, const WCHAR *text, CHARRANGE *chrgText)
1249 const int nLen = lstrlenW(text);
1250 const int nTextLen = ME_GetTextLength(editor);
1251 int nStart, nEnd;
1252 int nMin, nMax;
1253 ME_DisplayItem *item;
1254 ME_DisplayItem *para;
1255 WCHAR wLastChar = ' ';
1257 TRACE("flags==0x%08x, chrg->cpMin==%d, chrg->cpMax==%d text==%s\n",
1258 flags, chrg->cpMin, chrg->cpMax, debugstr_w(text));
1260 if (flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD))
1261 FIXME("Flags 0x%08x not implemented\n",
1262 flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD));
1264 nMin = chrg->cpMin;
1265 if (chrg->cpMax == -1)
1266 nMax = nTextLen;
1267 else
1268 nMax = chrg->cpMax > nTextLen ? nTextLen : chrg->cpMax;
1270 /* In 1.0 emulation, if cpMax reaches end of text, add the FR_DOWN flag */
1271 if (editor->bEmulateVersion10 && nMax == nTextLen)
1273 flags |= FR_DOWN;
1276 /* In 1.0 emulation, cpMin must always be no greater than cpMax */
1277 if (editor->bEmulateVersion10 && nMax < nMin)
1279 if (chrgText)
1281 chrgText->cpMin = -1;
1282 chrgText->cpMax = -1;
1284 return -1;
1287 /* when searching up, if cpMin < cpMax, then instead of searching
1288 * on [cpMin,cpMax], we search on [0,cpMin], otherwise, search on
1289 * [cpMax, cpMin]. The exception is when cpMax is -1, in which
1290 * case, it is always bigger than cpMin.
1292 if (!editor->bEmulateVersion10 && !(flags & FR_DOWN))
1294 int nSwap = nMax;
1296 nMax = nMin > nTextLen ? nTextLen : nMin;
1297 if (nMin < nSwap || chrg->cpMax == -1)
1298 nMin = 0;
1299 else
1300 nMin = nSwap;
1303 if (!nLen || nMin < 0 || nMax < 0 || nMax < nMin)
1305 if (chrgText)
1306 chrgText->cpMin = chrgText->cpMax = -1;
1307 return -1;
1310 if (flags & FR_DOWN) /* Forward search */
1312 /* If possible, find the character before where the search starts */
1313 if ((flags & FR_WHOLEWORD) && nMin)
1315 nStart = nMin - 1;
1316 item = ME_FindItemAtOffset(editor, diRun, nStart, &nStart);
1317 if (!item)
1319 if (chrgText)
1320 chrgText->cpMin = chrgText->cpMax = -1;
1321 return -1;
1323 wLastChar = item->member.run.strText->szData[nStart];
1326 nStart = nMin;
1327 item = ME_FindItemAtOffset(editor, diRun, nStart, &nStart);
1328 if (!item)
1330 if (chrgText)
1331 chrgText->cpMin = chrgText->cpMax = -1;
1332 return -1;
1335 para = ME_GetParagraph(item);
1336 while (item
1337 && para->member.para.nCharOfs + item->member.run.nCharOfs + nStart + nLen <= nMax)
1339 ME_DisplayItem *pCurItem = item;
1340 int nCurStart = nStart;
1341 int nMatched = 0;
1343 while (pCurItem && ME_CharCompare(pCurItem->member.run.strText->szData[nCurStart + nMatched], text[nMatched], (flags & FR_MATCHCASE)))
1345 if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1346 break;
1348 nMatched++;
1349 if (nMatched == nLen)
1351 ME_DisplayItem *pNextItem = pCurItem;
1352 int nNextStart = nCurStart;
1353 WCHAR wNextChar;
1355 /* Check to see if next character is a whitespace */
1356 if (flags & FR_WHOLEWORD)
1358 if (nCurStart + nMatched == ME_StrLen(pCurItem->member.run.strText))
1360 pNextItem = ME_FindItemFwd(pCurItem, diRun);
1361 nNextStart = -nMatched;
1364 if (pNextItem)
1365 wNextChar = pNextItem->member.run.strText->szData[nNextStart + nMatched];
1366 else
1367 wNextChar = ' ';
1369 if (isalnumW(wNextChar))
1370 break;
1373 nStart += para->member.para.nCharOfs + item->member.run.nCharOfs;
1374 if (chrgText)
1376 chrgText->cpMin = nStart;
1377 chrgText->cpMax = nStart + nLen;
1379 TRACE("found at %d-%d\n", nStart, nStart + nLen);
1380 return nStart;
1382 if (nCurStart + nMatched == ME_StrLen(pCurItem->member.run.strText))
1384 pCurItem = ME_FindItemFwd(pCurItem, diRun);
1385 para = ME_GetParagraph(pCurItem);
1386 nCurStart = -nMatched;
1389 if (pCurItem)
1390 wLastChar = pCurItem->member.run.strText->szData[nCurStart + nMatched];
1391 else
1392 wLastChar = ' ';
1394 nStart++;
1395 if (nStart == ME_StrLen(item->member.run.strText))
1397 item = ME_FindItemFwd(item, diRun);
1398 para = ME_GetParagraph(item);
1399 nStart = 0;
1403 else /* Backward search */
1405 /* If possible, find the character after where the search ends */
1406 if ((flags & FR_WHOLEWORD) && nMax < nTextLen - 1)
1408 nEnd = nMax + 1;
1409 item = ME_FindItemAtOffset(editor, diRun, nEnd, &nEnd);
1410 if (!item)
1412 if (chrgText)
1413 chrgText->cpMin = chrgText->cpMax = -1;
1414 return -1;
1416 wLastChar = item->member.run.strText->szData[nEnd];
1419 nEnd = nMax;
1420 item = ME_FindItemAtOffset(editor, diRun, nEnd, &nEnd);
1421 if (!item)
1423 if (chrgText)
1424 chrgText->cpMin = chrgText->cpMax = -1;
1425 return -1;
1428 para = ME_GetParagraph(item);
1430 while (item
1431 && para->member.para.nCharOfs + item->member.run.nCharOfs + nEnd - nLen >= nMin)
1433 ME_DisplayItem *pCurItem = item;
1434 int nCurEnd = nEnd;
1435 int nMatched = 0;
1437 if (nCurEnd - nMatched == 0)
1439 pCurItem = ME_FindItemBack(pCurItem, diRun);
1440 para = ME_GetParagraph(pCurItem);
1441 nCurEnd = ME_StrLen(pCurItem->member.run.strText) + nMatched;
1444 while (pCurItem && ME_CharCompare(pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1], text[nLen - nMatched - 1], (flags & FR_MATCHCASE)))
1446 if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1447 break;
1449 nMatched++;
1450 if (nMatched == nLen)
1452 ME_DisplayItem *pPrevItem = pCurItem;
1453 int nPrevEnd = nCurEnd;
1454 WCHAR wPrevChar;
1456 /* Check to see if previous character is a whitespace */
1457 if (flags & FR_WHOLEWORD)
1459 if (nPrevEnd - nMatched == 0)
1461 pPrevItem = ME_FindItemBack(pCurItem, diRun);
1462 if (pPrevItem)
1463 nPrevEnd = ME_StrLen(pPrevItem->member.run.strText) + nMatched;
1466 if (pPrevItem)
1467 wPrevChar = pPrevItem->member.run.strText->szData[nPrevEnd - nMatched - 1];
1468 else
1469 wPrevChar = ' ';
1471 if (isalnumW(wPrevChar))
1472 break;
1475 nStart = para->member.para.nCharOfs + pCurItem->member.run.nCharOfs + nCurEnd - nMatched;
1476 if (chrgText)
1478 chrgText->cpMin = nStart;
1479 chrgText->cpMax = nStart + nLen;
1481 TRACE("found at %d-%d\n", nStart, nStart + nLen);
1482 return nStart;
1484 if (nCurEnd - nMatched == 0)
1486 pCurItem = ME_FindItemBack(pCurItem, diRun);
1487 /* Don't care about pCurItem becoming NULL here; it's already taken
1488 * care of in the exterior loop condition */
1489 para = ME_GetParagraph(pCurItem);
1490 nCurEnd = ME_StrLen(pCurItem->member.run.strText) + nMatched;
1493 if (pCurItem)
1494 wLastChar = pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1];
1495 else
1496 wLastChar = ' ';
1498 nEnd--;
1499 if (nEnd < 0)
1501 item = ME_FindItemBack(item, diRun);
1502 para = ME_GetParagraph(item);
1503 nEnd = ME_StrLen(item->member.run.strText);
1507 TRACE("not found\n");
1508 if (chrgText)
1509 chrgText->cpMin = chrgText->cpMax = -1;
1510 return -1;
1513 /* helper to send a msg filter notification */
1514 static BOOL
1515 ME_FilterEvent(ME_TextEditor *editor, UINT msg, WPARAM* wParam, LPARAM* lParam)
1517 MSGFILTER msgf;
1519 msgf.nmhdr.hwndFrom = editor->hWnd;
1520 msgf.nmhdr.idFrom = GetWindowLongW(editor->hWnd, GWLP_ID);
1521 msgf.nmhdr.code = EN_MSGFILTER;
1522 msgf.msg = msg;
1524 msgf.wParam = *wParam;
1525 msgf.lParam = *lParam;
1526 if (SendMessageW(GetParent(editor->hWnd), WM_NOTIFY, msgf.nmhdr.idFrom, (LPARAM)&msgf))
1527 return FALSE;
1528 *wParam = msgf.wParam;
1529 *lParam = msgf.lParam;
1530 msgf.wParam = *wParam;
1532 return TRUE;
1535 static BOOL
1536 ME_KeyDown(ME_TextEditor *editor, WORD nKey)
1538 BOOL ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
1539 BOOL shift_is_down = GetKeyState(VK_SHIFT) & 0x8000;
1541 if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey != VK_MENU)
1542 editor->nSelectionType = stPosition;
1544 switch (nKey)
1546 case VK_LEFT:
1547 case VK_RIGHT:
1548 case VK_HOME:
1549 case VK_END:
1550 editor->nUDArrowX = -1;
1551 /* fall through */
1552 case VK_UP:
1553 case VK_DOWN:
1554 case VK_PRIOR:
1555 case VK_NEXT:
1556 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
1557 ME_ArrowKey(editor, nKey, shift_is_down, ctrl_is_down);
1558 return TRUE;
1559 case VK_BACK:
1560 case VK_DELETE:
1561 editor->nUDArrowX = -1;
1562 /* FIXME backspace and delete aren't the same, they act different wrt paragraph style of the merged paragraph */
1563 if (GetWindowLongW(editor->hWnd, GWL_STYLE) & ES_READONLY)
1564 return FALSE;
1565 if (ME_IsSelection(editor))
1567 ME_DeleteSelection(editor);
1568 ME_CommitUndo(editor);
1570 else if (nKey == VK_DELETE)
1572 /* Delete stops group typing.
1573 * (See MSDN remarks on EM_STOPGROUPTYPING message) */
1574 ME_DeleteTextAtCursor(editor, 1, 1);
1575 ME_CommitUndo(editor);
1577 else if (ME_ArrowKey(editor, VK_LEFT, FALSE, FALSE))
1579 /* Backspace can be grouped for a single undo */
1580 ME_ContinueCoalescingTransaction(editor);
1581 ME_DeleteTextAtCursor(editor, 1, 1);
1582 ME_CommitCoalescingUndo(editor);
1584 else
1585 return TRUE;
1586 ME_UpdateSelectionLinkAttribute(editor);
1587 ME_UpdateRepaint(editor);
1588 ME_SendRequestResize(editor, FALSE);
1589 return TRUE;
1591 default:
1592 if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey && nKey != VK_MENU)
1593 editor->nUDArrowX = -1;
1594 if (ctrl_is_down)
1596 if (nKey == 'W')
1598 CHARFORMAT2W chf;
1599 char buf[2048];
1600 chf.cbSize = sizeof(chf);
1602 ME_GetSelectionCharFormat(editor, &chf);
1603 ME_DumpStyleToBuf(&chf, buf);
1604 MessageBoxA(NULL, buf, "Style dump", MB_OK);
1606 if (nKey == 'Q')
1608 ME_CheckCharOffsets(editor);
1612 return FALSE;
1615 /* Process the message and calculate the new click count.
1617 * returns: The click count if it is mouse down event, else returns 0. */
1618 static int ME_CalculateClickCount(HWND hWnd, UINT msg, WPARAM wParam,
1619 LPARAM lParam)
1621 static int clickNum = 0;
1622 if (msg < WM_MOUSEFIRST || msg > WM_MOUSELAST)
1623 return 0;
1625 if ((msg == WM_LBUTTONDBLCLK) ||
1626 (msg == WM_RBUTTONDBLCLK) ||
1627 (msg == WM_MBUTTONDBLCLK) ||
1628 (msg == WM_XBUTTONDBLCLK))
1630 msg -= (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN);
1633 if ((msg == WM_LBUTTONDOWN) ||
1634 (msg == WM_RBUTTONDOWN) ||
1635 (msg == WM_MBUTTONDOWN) ||
1636 (msg == WM_XBUTTONDOWN))
1638 static MSG prevClickMsg;
1639 MSG clickMsg;
1640 clickMsg.hwnd = hWnd;
1641 clickMsg.message = msg;
1642 clickMsg.wParam = wParam;
1643 clickMsg.lParam = lParam;
1644 clickMsg.time = GetMessageTime();
1645 clickMsg.pt.x = LOWORD(lParam);
1646 clickMsg.pt.x = HIWORD(lParam);
1647 if ((clickNum != 0) &&
1648 (clickMsg.message == prevClickMsg.message) &&
1649 (clickMsg.hwnd == prevClickMsg.hwnd) &&
1650 (clickMsg.wParam == prevClickMsg.wParam) &&
1651 (clickMsg.time - prevClickMsg.time < GetDoubleClickTime()) &&
1652 (abs(clickMsg.pt.x - prevClickMsg.pt.x) < GetSystemMetrics(SM_CXDOUBLECLK)/2) &&
1653 (abs(clickMsg.pt.y - prevClickMsg.pt.y) < GetSystemMetrics(SM_CYDOUBLECLK)/2))
1655 clickNum++;
1656 } else {
1657 clickNum = 1;
1659 prevClickMsg = clickMsg;
1660 } else {
1661 return 0;
1663 return clickNum;
1666 static BOOL ME_SetCursor(ME_TextEditor *editor, int x)
1668 if ((GetWindowLongW(editor->hWnd, GWL_STYLE) & ES_SELECTIONBAR) &&
1669 (x < editor->selofs ||
1670 (editor->nSelectionType == stLine && GetCapture() == editor->hWnd)))
1672 SetCursor(hLeft);
1673 return TRUE;
1675 return FALSE;
1678 static BOOL ME_ShowContextMenu(ME_TextEditor *editor, int x, int y)
1680 CHARRANGE selrange;
1681 HMENU menu;
1682 int seltype = 0;
1683 if(!editor->lpOleCallback)
1684 return FALSE;
1685 ME_GetSelection(editor, &selrange.cpMin, &selrange.cpMax);
1686 if(selrange.cpMin == selrange.cpMax)
1687 seltype |= SEL_EMPTY;
1688 else
1690 /* FIXME: Handle objects */
1691 seltype |= SEL_TEXT;
1692 if(selrange.cpMax-selrange.cpMin > 1)
1693 seltype |= SEL_MULTICHAR;
1695 if(SUCCEEDED(IRichEditOleCallback_GetContextMenu(editor->lpOleCallback, seltype, NULL, &selrange, &menu)))
1697 TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y, 0, GetParent(editor->hWnd), NULL);
1698 DestroyMenu(menu);
1700 return TRUE;
1703 ME_TextEditor *ME_MakeEditor(HWND hWnd) {
1704 ME_TextEditor *ed = ALLOC_OBJ(ME_TextEditor);
1705 int i;
1706 ed->hWnd = hWnd;
1707 ed->bEmulateVersion10 = FALSE;
1708 ed->pBuffer = ME_MakeText();
1709 ed->nZoomNumerator = ed->nZoomDenominator = 0;
1710 ME_MakeFirstParagraph(ed);
1711 ed->bCaretShown = FALSE;
1712 /* The four cursors are for:
1713 * 0 - The position where the caret is shown
1714 * 1 - The anchored end of the selection (for normal selection)
1715 * 2 & 3 - The anchored start and end respectively for word, line,
1716 * or paragraph selection.
1718 ed->nCursors = 4;
1719 ed->pCursors = ALLOC_N_OBJ(ME_Cursor, ed->nCursors);
1720 ed->pCursors[0].pRun = ME_FindItemFwd(ed->pBuffer->pFirst, diRun);
1721 ed->pCursors[0].nOffset = 0;
1722 ed->pCursors[1].pRun = ME_FindItemFwd(ed->pBuffer->pFirst, diRun);
1723 ed->pCursors[1].nOffset = 0;
1724 ed->pCursors[2] = ed->pCursors[0];
1725 ed->pCursors[3] = ed->pCursors[1];
1726 ed->nLastTotalLength = ed->nTotalLength = 0;
1727 ed->nHeight = 0;
1728 ed->nUDArrowX = -1;
1729 ed->nSequence = 0;
1730 ed->rgbBackColor = -1;
1731 ed->hbrBackground = GetSysColorBrush(COLOR_WINDOW);
1732 ed->bCaretAtEnd = FALSE;
1733 ed->nEventMask = 0;
1734 ed->nModifyStep = 0;
1735 ed->nTextLimit = TEXT_LIMIT_DEFAULT;
1736 ed->pUndoStack = ed->pRedoStack = ed->pUndoStackBottom = NULL;
1737 ed->nUndoStackSize = 0;
1738 ed->nUndoLimit = STACK_SIZE_DEFAULT;
1739 ed->nUndoMode = umAddToUndo;
1740 ed->nParagraphs = 1;
1741 ed->nLastSelStart = ed->nLastSelEnd = 0;
1742 ed->pLastSelStartPara = ed->pLastSelEndPara = ME_FindItemFwd(ed->pBuffer->pFirst, diParagraph);
1743 ed->bRedraw = TRUE;
1744 ed->bWordWrap = (GetWindowLongW(hWnd, GWL_STYLE) & WS_HSCROLL) ? FALSE : TRUE;
1745 ed->bHideSelection = FALSE;
1746 ed->nInvalidOfs = -1;
1747 ed->pfnWordBreak = NULL;
1748 ed->lpOleCallback = NULL;
1749 ed->mode = TM_RICHTEXT | TM_MULTILEVELUNDO | TM_MULTICODEPAGE;
1750 ed->AutoURLDetect_bEnable = FALSE;
1751 ed->bHaveFocus = FALSE;
1752 for (i=0; i<HFONT_CACHE_SIZE; i++)
1754 ed->pFontCache[i].nRefs = 0;
1755 ed->pFontCache[i].nAge = 0;
1756 ed->pFontCache[i].hFont = NULL;
1759 ME_CheckCharOffsets(ed);
1760 if (GetWindowLongW(hWnd, GWL_STYLE) & ES_SELECTIONBAR)
1761 ed->selofs = SELECTIONBAR_WIDTH;
1762 else
1763 ed->selofs = 0;
1764 ed->nSelectionType = stPosition;
1766 if (GetWindowLongW(hWnd, GWL_STYLE) & ES_PASSWORD)
1767 ed->cPasswordMask = '*';
1768 else
1769 ed->cPasswordMask = 0;
1771 ed->notified_cr.cpMin = ed->notified_cr.cpMax = 0;
1773 return ed;
1776 typedef struct tagME_GlobalDestStruct
1778 HGLOBAL hData;
1779 int nLength;
1780 } ME_GlobalDestStruct;
1782 static DWORD CALLBACK ME_ReadFromHGLOBALUnicode(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1784 ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1785 int i;
1786 WORD *pSrc, *pDest;
1788 cb = cb >> 1;
1789 pDest = (WORD *)lpBuff;
1790 pSrc = (WORD *)GlobalLock(pData->hData);
1791 for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
1792 pDest[i] = pSrc[pData->nLength+i];
1794 pData->nLength += i;
1795 *pcb = 2*i;
1796 GlobalUnlock(pData->hData);
1797 return 0;
1800 static DWORD CALLBACK ME_ReadFromHGLOBALRTF(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1802 ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1803 int i;
1804 BYTE *pSrc, *pDest;
1806 pDest = lpBuff;
1807 pSrc = (BYTE *)GlobalLock(pData->hData);
1808 for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
1809 pDest[i] = pSrc[pData->nLength+i];
1811 pData->nLength += i;
1812 *pcb = i;
1813 GlobalUnlock(pData->hData);
1814 return 0;
1818 void ME_DestroyEditor(ME_TextEditor *editor)
1820 ME_DisplayItem *pFirst = editor->pBuffer->pFirst;
1821 ME_DisplayItem *p = pFirst, *pNext = NULL;
1822 int i;
1824 ME_ClearTempStyle(editor);
1825 ME_EmptyUndoStack(editor);
1826 while(p) {
1827 pNext = p->next;
1828 ME_DestroyDisplayItem(p);
1829 p = pNext;
1831 ME_ReleaseStyle(editor->pBuffer->pDefaultStyle);
1832 for (i=0; i<HFONT_CACHE_SIZE; i++)
1834 if (editor->pFontCache[i].hFont)
1835 DeleteObject(editor->pFontCache[i].hFont);
1837 if (editor->rgbBackColor != -1)
1838 DeleteObject(editor->hbrBackground);
1839 if(editor->lpOleCallback)
1840 IUnknown_Release(editor->lpOleCallback);
1842 FREE_OBJ(editor->pBuffer);
1843 FREE_OBJ(editor->pCursors);
1845 FREE_OBJ(editor);
1848 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
1850 TRACE("\n");
1851 switch (fdwReason)
1853 case DLL_PROCESS_ATTACH:
1854 DisableThreadLibraryCalls(hinstDLL);
1855 me_heap = HeapCreate (0, 0x10000, 0);
1856 if (!ME_RegisterEditorClass(hinstDLL)) return FALSE;
1857 hLeft = LoadCursorW(hinstDLL, MAKEINTRESOURCEW(OCR_REVERSE));
1858 LookupInit();
1859 break;
1861 case DLL_PROCESS_DETACH:
1862 UnregisterClassW(RichEdit20W, 0);
1863 UnregisterClassW(RichEdit50W, 0);
1864 UnregisterClassA("RichEdit20A", 0);
1865 UnregisterClassA("RichEdit50A", 0);
1866 if (ME_ListBoxRegistered)
1867 UnregisterClassW(REListBox20W, 0);
1868 if (ME_ComboBoxRegistered)
1869 UnregisterClassW(REComboBox20W, 0);
1870 LookupCleanup();
1871 HeapDestroy (me_heap);
1872 me_heap = NULL;
1873 break;
1875 return TRUE;
1879 #define UNSUPPORTED_MSG(e) \
1880 case e: \
1881 FIXME(#e ": stub\n"); \
1882 return DefWindowProcW(hWnd, msg, wParam, lParam);
1884 static const char * const edit_messages[] = {
1885 "EM_GETSEL",
1886 "EM_SETSEL",
1887 "EM_GETRECT",
1888 "EM_SETRECT",
1889 "EM_SETRECTNP",
1890 "EM_SCROLL",
1891 "EM_LINESCROLL",
1892 "EM_SCROLLCARET",
1893 "EM_GETMODIFY",
1894 "EM_SETMODIFY",
1895 "EM_GETLINECOUNT",
1896 "EM_LINEINDEX",
1897 "EM_SETHANDLE",
1898 "EM_GETHANDLE",
1899 "EM_GETTHUMB",
1900 "EM_UNKNOWN_BF",
1901 "EM_UNKNOWN_C0",
1902 "EM_LINELENGTH",
1903 "EM_REPLACESEL",
1904 "EM_UNKNOWN_C3",
1905 "EM_GETLINE",
1906 "EM_LIMITTEXT",
1907 "EM_CANUNDO",
1908 "EM_UNDO",
1909 "EM_FMTLINES",
1910 "EM_LINEFROMCHAR",
1911 "EM_UNKNOWN_CA",
1912 "EM_SETTABSTOPS",
1913 "EM_SETPASSWORDCHAR",
1914 "EM_EMPTYUNDOBUFFER",
1915 "EM_GETFIRSTVISIBLELINE",
1916 "EM_SETREADONLY",
1917 "EM_SETWORDBREAKPROC",
1918 "EM_GETWORDBREAKPROC",
1919 "EM_GETPASSWORDCHAR",
1920 "EM_SETMARGINS",
1921 "EM_GETMARGINS",
1922 "EM_GETLIMITTEXT",
1923 "EM_POSFROMCHAR",
1924 "EM_CHARFROMPOS"
1927 static const char * const richedit_messages[] = {
1928 "EM_CANPASTE",
1929 "EM_DISPLAYBAND",
1930 "EM_EXGETSEL",
1931 "EM_EXLIMITTEXT",
1932 "EM_EXLINEFROMCHAR",
1933 "EM_EXSETSEL",
1934 "EM_FINDTEXT",
1935 "EM_FORMATRANGE",
1936 "EM_GETCHARFORMAT",
1937 "EM_GETEVENTMASK",
1938 "EM_GETOLEINTERFACE",
1939 "EM_GETPARAFORMAT",
1940 "EM_GETSELTEXT",
1941 "EM_HIDESELECTION",
1942 "EM_PASTESPECIAL",
1943 "EM_REQUESTRESIZE",
1944 "EM_SELECTIONTYPE",
1945 "EM_SETBKGNDCOLOR",
1946 "EM_SETCHARFORMAT",
1947 "EM_SETEVENTMASK",
1948 "EM_SETOLECALLBACK",
1949 "EM_SETPARAFORMAT",
1950 "EM_SETTARGETDEVICE",
1951 "EM_STREAMIN",
1952 "EM_STREAMOUT",
1953 "EM_GETTEXTRANGE",
1954 "EM_FINDWORDBREAK",
1955 "EM_SETOPTIONS",
1956 "EM_GETOPTIONS",
1957 "EM_FINDTEXTEX",
1958 "EM_GETWORDBREAKPROCEX",
1959 "EM_SETWORDBREAKPROCEX",
1960 "EM_SETUNDOLIMIT",
1961 "EM_UNKNOWN_USER_83",
1962 "EM_REDO",
1963 "EM_CANREDO",
1964 "EM_GETUNDONAME",
1965 "EM_GETREDONAME",
1966 "EM_STOPGROUPTYPING",
1967 "EM_SETTEXTMODE",
1968 "EM_GETTEXTMODE",
1969 "EM_AUTOURLDETECT",
1970 "EM_GETAUTOURLDETECT",
1971 "EM_SETPALETTE",
1972 "EM_GETTEXTEX",
1973 "EM_GETTEXTLENGTHEX",
1974 "EM_SHOWSCROLLBAR",
1975 "EM_SETTEXTEX",
1976 "EM_UNKNOWN_USER_98",
1977 "EM_UNKNOWN_USER_99",
1978 "EM_SETPUNCTUATION",
1979 "EM_GETPUNCTUATION",
1980 "EM_SETWORDWRAPMODE",
1981 "EM_GETWORDWRAPMODE",
1982 "EM_SETIMECOLOR",
1983 "EM_GETIMECOLOR",
1984 "EM_SETIMEOPTIONS",
1985 "EM_GETIMEOPTIONS",
1986 "EM_CONVPOSITION",
1987 "EM_UNKNOWN_USER_109",
1988 "EM_UNKNOWN_USER_110",
1989 "EM_UNKNOWN_USER_111",
1990 "EM_UNKNOWN_USER_112",
1991 "EM_UNKNOWN_USER_113",
1992 "EM_UNKNOWN_USER_114",
1993 "EM_UNKNOWN_USER_115",
1994 "EM_UNKNOWN_USER_116",
1995 "EM_UNKNOWN_USER_117",
1996 "EM_UNKNOWN_USER_118",
1997 "EM_UNKNOWN_USER_119",
1998 "EM_SETLANGOPTIONS",
1999 "EM_GETLANGOPTIONS",
2000 "EM_GETIMECOMPMODE",
2001 "EM_FINDTEXTW",
2002 "EM_FINDTEXTEXW",
2003 "EM_RECONVERSION",
2004 "EM_SETIMEMODEBIAS",
2005 "EM_GETIMEMODEBIAS"
2008 static const char *
2009 get_msg_name(UINT msg)
2011 if (msg >= EM_GETSEL && msg <= EM_CHARFROMPOS)
2012 return edit_messages[msg - EM_GETSEL];
2013 if (msg >= EM_CANPASTE && msg <= EM_GETIMEMODEBIAS)
2014 return richedit_messages[msg - EM_CANPASTE];
2015 return "";
2018 static LRESULT RichEditWndProc_common(HWND hWnd, UINT msg, WPARAM wParam,
2019 LPARAM lParam, BOOL unicode)
2021 ME_TextEditor *editor = (ME_TextEditor *)GetWindowLongPtrW(hWnd, 0);
2023 TRACE("hwnd %p msg %04x (%s) %lx %lx, unicode %d\n",
2024 hWnd, msg, get_msg_name(msg), wParam, lParam, unicode);
2026 if (!editor && msg != WM_NCCREATE && msg != WM_NCDESTROY) {
2027 ERR("called with invalid hWnd %p - application bug?\n", hWnd);
2028 return 0;
2031 switch(msg) {
2033 UNSUPPORTED_MSG(EM_DISPLAYBAND)
2034 UNSUPPORTED_MSG(EM_FINDWORDBREAK)
2035 UNSUPPORTED_MSG(EM_FMTLINES)
2036 UNSUPPORTED_MSG(EM_FORMATRANGE)
2037 UNSUPPORTED_MSG(EM_GETBIDIOPTIONS)
2038 UNSUPPORTED_MSG(EM_GETEDITSTYLE)
2039 UNSUPPORTED_MSG(EM_GETIMECOMPMODE)
2040 /* UNSUPPORTED_MSG(EM_GETIMESTATUS) missing in Wine headers */
2041 UNSUPPORTED_MSG(EM_GETLANGOPTIONS)
2042 /* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */
2043 UNSUPPORTED_MSG(EM_GETREDONAME)
2044 UNSUPPORTED_MSG(EM_GETTEXTMODE)
2045 UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
2046 UNSUPPORTED_MSG(EM_GETUNDONAME)
2047 UNSUPPORTED_MSG(EM_GETWORDBREAKPROCEX)
2048 UNSUPPORTED_MSG(EM_PASTESPECIAL)
2049 UNSUPPORTED_MSG(EM_SELECTIONTYPE)
2050 UNSUPPORTED_MSG(EM_SETBIDIOPTIONS)
2051 UNSUPPORTED_MSG(EM_SETEDITSTYLE)
2052 UNSUPPORTED_MSG(EM_SETFONTSIZE)
2053 UNSUPPORTED_MSG(EM_SETLANGOPTIONS)
2054 UNSUPPORTED_MSG(EM_SETPALETTE)
2055 UNSUPPORTED_MSG(EM_SETTABSTOPS)
2056 UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
2057 UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
2058 UNSUPPORTED_MSG(WM_STYLECHANGING)
2059 UNSUPPORTED_MSG(WM_STYLECHANGED)
2060 /* UNSUPPORTED_MSG(WM_UNICHAR) FIXME missing in Wine headers */
2062 /* Messages specific to Richedit controls */
2064 case EM_STREAMIN:
2065 return ME_StreamIn(editor, wParam, (EDITSTREAM*)lParam, TRUE);
2066 case EM_STREAMOUT:
2067 return ME_StreamOut(editor, wParam, (EDITSTREAM *)lParam);
2068 case WM_GETDLGCODE:
2070 UINT code = DLGC_WANTCHARS|DLGC_WANTARROWS;
2071 if(lParam && (((LPMSG)lParam)->message == WM_KEYDOWN))
2073 int vk = (int)((LPMSG)lParam)->wParam;
2074 /* if style says we want return key */
2075 if((vk == VK_RETURN) && (GetWindowLongW(hWnd, GWL_STYLE) & ES_WANTRETURN))
2077 code |= DLGC_WANTMESSAGE;
2079 /* we always handle ctrl-tab */
2080 if((vk == VK_TAB) && (GetKeyState(VK_CONTROL) & 0x8000))
2082 code |= DLGC_WANTMESSAGE;
2085 return code;
2087 case WM_NCCREATE:
2089 CREATESTRUCTW *pcs = (CREATESTRUCTW *)lParam;
2090 TRACE("WM_NCCREATE: style 0x%08x\n", pcs->style);
2091 editor = ME_MakeEditor(hWnd);
2092 SetWindowLongPtrW(hWnd, 0, (LONG_PTR)editor);
2093 return TRUE;
2095 case EM_EMPTYUNDOBUFFER:
2096 ME_EmptyUndoStack(editor);
2097 return 0;
2098 case EM_GETSEL:
2100 /* Note: wParam/lParam can be NULL */
2101 UINT from, to;
2102 PUINT pfrom = wParam ? (PUINT)wParam : &from;
2103 PUINT pto = lParam ? (PUINT)lParam : &to;
2104 ME_GetSelection(editor, (int *)pfrom, (int *)pto);
2105 if ((*pfrom|*pto) & 0xFFFF0000)
2106 return -1;
2107 return MAKELONG(*pfrom,*pto);
2109 case EM_EXGETSEL:
2111 CHARRANGE *pRange = (CHARRANGE *)lParam;
2112 ME_GetSelection(editor, &pRange->cpMin, &pRange->cpMax);
2113 TRACE("EM_EXGETSEL = (%d,%d)\n", pRange->cpMin, pRange->cpMax);
2114 return 0;
2116 case EM_SETUNDOLIMIT:
2118 if ((int)wParam < 0)
2119 editor->nUndoLimit = STACK_SIZE_DEFAULT;
2120 else
2121 editor->nUndoLimit = min(wParam, STACK_SIZE_MAX);
2122 /* Setting a max stack size keeps wine from getting killed
2123 for hogging memory. Windows allocates all this memory at once, so
2124 no program would realistically set a value above our maximum. */
2125 return editor->nUndoLimit;
2127 case EM_CANUNDO:
2128 return editor->pUndoStack != NULL;
2129 case EM_CANREDO:
2130 return editor->pRedoStack != NULL;
2131 case WM_UNDO: /* FIXME: actually not the same */
2132 case EM_UNDO:
2133 return ME_Undo(editor);
2134 case EM_REDO:
2135 return ME_Redo(editor);
2136 case EM_GETOPTIONS:
2138 /* these flags are equivalent to the ES_* counterparts */
2139 DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
2140 ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN;
2141 DWORD settings = GetWindowLongW(hWnd, GWL_STYLE) & mask;
2143 return settings;
2145 case EM_SETOPTIONS:
2147 /* these flags are equivalent to ES_* counterparts
2148 * ECO_READONLY is already implemented in the code, only requires
2149 * setting the bit to work
2151 DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
2152 ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN | ECO_SELECTIONBAR;
2153 DWORD raw = GetWindowLongW(hWnd, GWL_STYLE);
2154 DWORD settings = mask & raw;
2156 switch(wParam)
2158 case ECOOP_SET:
2159 settings = lParam;
2160 break;
2161 case ECOOP_OR:
2162 settings |= lParam;
2163 break;
2164 case ECOOP_AND:
2165 settings &= lParam;
2166 break;
2167 case ECOOP_XOR:
2168 settings ^= lParam;
2170 SetWindowLongW(hWnd, GWL_STYLE, (raw & ~mask) | (settings & mask));
2172 if (settings & ECO_AUTOWORDSELECTION)
2173 FIXME("ECO_AUTOWORDSELECTION not implemented yet!\n");
2174 if (settings & ECO_SELECTIONBAR)
2175 editor->selofs = SELECTIONBAR_WIDTH;
2176 else
2177 editor->selofs = 0;
2178 ME_WrapMarkedParagraphs(editor);
2180 if (settings & ECO_VERTICAL)
2181 FIXME("ECO_VERTICAL not implemented yet!\n");
2182 if (settings & ECO_AUTOHSCROLL)
2183 FIXME("ECO_AUTOHSCROLL not implemented yet!\n");
2184 if (settings & ECO_AUTOVSCROLL)
2185 FIXME("ECO_AUTOVSCROLL not implemented yet!\n");
2186 if (settings & ECO_NOHIDESEL)
2187 FIXME("ECO_NOHIDESEL not implemented yet!\n");
2188 if (settings & ECO_WANTRETURN)
2189 FIXME("ECO_WANTRETURN not implemented yet!\n");
2191 return settings;
2193 case EM_SETSEL:
2195 ME_InvalidateSelection(editor);
2196 ME_SetSelection(editor, wParam, lParam);
2197 ME_InvalidateSelection(editor);
2198 HideCaret(editor->hWnd);
2199 ME_ShowCaret(editor);
2200 ME_SendSelChange(editor);
2201 return 0;
2203 case EM_SETSCROLLPOS:
2205 POINT *point = (POINT *)lParam;
2206 ME_ScrollAbs(editor, point->y);
2207 return 0;
2209 case EM_AUTOURLDETECT:
2211 if (wParam==1 || wParam ==0)
2213 editor->AutoURLDetect_bEnable = (BOOL)wParam;
2214 return 0;
2216 return E_INVALIDARG;
2218 case EM_GETAUTOURLDETECT:
2220 return editor->AutoURLDetect_bEnable;
2222 case EM_EXSETSEL:
2224 int end;
2225 CHARRANGE range = *(CHARRANGE *)lParam;
2227 TRACE("EM_EXSETSEL (%d,%d)\n", range.cpMin, range.cpMax);
2229 ME_InvalidateSelection(editor);
2230 end = ME_SetSelection(editor, range.cpMin, range.cpMax);
2231 ME_InvalidateSelection(editor);
2232 HideCaret(editor->hWnd);
2233 ME_ShowCaret(editor);
2234 ME_SendSelChange(editor);
2236 return end;
2238 case EM_SHOWSCROLLBAR:
2240 ShowScrollBar(editor->hWnd, wParam, lParam);
2241 return 0;
2243 case EM_SETTEXTEX:
2245 LPWSTR wszText;
2246 SETTEXTEX *pStruct = (SETTEXTEX *)wParam;
2247 size_t len;
2248 int from, to;
2249 ME_Style *style;
2250 int oldModify = editor->nModifyStep;
2252 if (!pStruct) return 0;
2254 TRACE("EM_SETTEXTEX - %s, flags %d, cp %d\n",
2255 pStruct->codepage == 1200 ? debugstr_w((LPCWSTR)lParam) : debugstr_a((LPCSTR)lParam),
2256 pStruct->flags, pStruct->codepage);
2258 /* FIXME: make use of pStruct->codepage in the to unicode translation */
2259 wszText = lParam ? ME_ToUnicode(pStruct->codepage == 1200, (void *)lParam) : NULL;
2260 len = wszText ? lstrlenW(wszText) : 0;
2262 if (pStruct->flags & ST_SELECTION) {
2263 ME_GetSelection(editor, &from, &to);
2264 style = ME_GetSelectionInsertStyle(editor);
2265 ME_InternalDeleteText(editor, from, to - from);
2266 if (pStruct->codepage != 1200 && lParam && !strncmp((char *)lParam, "{\\rtf", 5))
2267 ME_StreamInRTFString(editor, 0, (char *)lParam);
2268 else ME_InsertTextFromCursor(editor, 0, wszText, len, style);
2269 ME_ReleaseStyle(style);
2271 if (editor->AutoURLDetect_bEnable) ME_UpdateSelectionLinkAttribute(editor);
2273 else {
2274 ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor));
2275 if (pStruct->codepage != 1200 && lParam && !strncmp((char *)lParam, "{\\rtf", 5))
2276 ME_StreamInRTFString(editor, 0, (char *)lParam);
2277 else ME_InsertTextFromCursor(editor, 0, wszText, len, editor->pBuffer->pDefaultStyle);
2278 len = 1;
2280 if (editor->AutoURLDetect_bEnable) ME_UpdateLinkAttribute(editor, 0, -1);
2282 ME_CommitUndo(editor);
2283 if (!(pStruct->flags & ST_KEEPUNDO))
2285 editor->nModifyStep = oldModify;
2286 ME_EmptyUndoStack(editor);
2288 ME_UpdateRepaint(editor);
2289 return len;
2291 case EM_SETBKGNDCOLOR:
2293 LRESULT lColor;
2294 if (editor->rgbBackColor != -1) {
2295 DeleteObject(editor->hbrBackground);
2296 lColor = editor->rgbBackColor;
2298 else lColor = GetSysColor(COLOR_WINDOW);
2300 if (wParam)
2302 editor->rgbBackColor = -1;
2303 editor->hbrBackground = GetSysColorBrush(COLOR_WINDOW);
2305 else
2307 editor->rgbBackColor = lParam;
2308 editor->hbrBackground = CreateSolidBrush(editor->rgbBackColor);
2310 if (editor->bRedraw)
2312 InvalidateRect(hWnd, NULL, TRUE);
2313 UpdateWindow(hWnd);
2315 return lColor;
2317 case EM_GETMODIFY:
2318 return editor->nModifyStep == 0 ? 0 : -1;
2319 case EM_SETMODIFY:
2321 if (wParam)
2322 editor->nModifyStep = 1;
2323 else
2324 editor->nModifyStep = 0;
2326 return 0;
2328 case EM_SETREADONLY:
2330 long nStyle = GetWindowLongW(hWnd, GWL_STYLE);
2331 if (wParam)
2332 nStyle |= ES_READONLY;
2333 else
2334 nStyle &= ~ES_READONLY;
2335 SetWindowLongW(hWnd, GWL_STYLE, nStyle);
2336 return 0;
2338 case EM_SETEVENTMASK:
2340 DWORD nOldMask = editor->nEventMask;
2342 editor->nEventMask = lParam;
2343 return nOldMask;
2345 case EM_GETEVENTMASK:
2346 return editor->nEventMask;
2347 case EM_SETCHARFORMAT:
2349 CHARFORMAT2W buf, *p;
2350 BOOL bRepaint = TRUE;
2351 p = ME_ToCF2W(&buf, (CHARFORMAT2W *)lParam);
2352 if (p == NULL) return 0;
2353 if (!wParam)
2354 ME_SetDefaultCharFormat(editor, p);
2355 else if (wParam == (SCF_WORD | SCF_SELECTION)) {
2356 FIXME("EM_SETCHARFORMAT: word selection not supported\n");
2357 return 0;
2358 } else if (wParam == SCF_ALL) {
2359 if (editor->mode & TM_PLAINTEXT)
2360 ME_SetDefaultCharFormat(editor, p);
2361 else {
2362 ME_SetCharFormat(editor, 0, ME_GetTextLength(editor), p);
2363 editor->nModifyStep = 1;
2365 } else if (editor->mode & TM_PLAINTEXT) {
2366 return 0;
2367 } else {
2368 int from, to;
2369 ME_GetSelection(editor, &from, &to);
2370 bRepaint = (from != to);
2371 ME_SetSelectionCharFormat(editor, p);
2372 if (from != to) editor->nModifyStep = 1;
2374 ME_CommitUndo(editor);
2375 if (bRepaint)
2376 ME_RewrapRepaint(editor);
2377 return 1;
2379 case EM_GETCHARFORMAT:
2381 CHARFORMAT2W tmp, *dst = (CHARFORMAT2W *)lParam;
2382 if (dst->cbSize != sizeof(CHARFORMATA) &&
2383 dst->cbSize != sizeof(CHARFORMATW) &&
2384 dst->cbSize != sizeof(CHARFORMAT2A) &&
2385 dst->cbSize != sizeof(CHARFORMAT2W))
2386 return 0;
2387 tmp.cbSize = sizeof(tmp);
2388 if (!wParam)
2389 ME_GetDefaultCharFormat(editor, &tmp);
2390 else
2391 ME_GetSelectionCharFormat(editor, &tmp);
2392 ME_CopyToCFAny(dst, &tmp);
2393 return tmp.dwMask;
2395 case EM_SETPARAFORMAT:
2396 ME_SetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
2397 ME_RewrapRepaint(editor);
2398 ME_CommitUndo(editor);
2399 return 0;
2400 case EM_GETPARAFORMAT:
2401 ME_GetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
2402 return 0;
2403 case EM_GETFIRSTVISIBLELINE:
2405 ME_DisplayItem *p = editor->pBuffer->pFirst;
2406 int y = ME_GetYScrollPos(editor);
2407 int ypara = 0;
2408 int count = 0;
2409 int ystart, yend;
2410 while(p) {
2411 p = ME_FindItemFwd(p, diStartRowOrParagraphOrEnd);
2412 if (p->type == diTextEnd)
2413 break;
2414 if (p->type == diParagraph) {
2415 ypara = p->member.para.nYPos;
2416 continue;
2418 ystart = ypara + p->member.row.nYPos;
2419 yend = ystart + p->member.row.nHeight;
2420 if (y < yend) {
2421 break;
2423 count++;
2425 return count;
2427 case EM_HIDESELECTION:
2429 editor->bHideSelection = (wParam != 0);
2430 ME_InvalidateSelection(editor);
2431 return 0;
2433 case EM_LINESCROLL:
2435 ME_ScrollDown(editor, lParam * 8); /* FIXME follow the original */
2436 return TRUE; /* Should return false if a single line richedit control */
2438 case WM_CLEAR:
2440 int from, to;
2441 ME_GetSelection(editor, &from, &to);
2442 ME_InternalDeleteText(editor, from, to-from);
2443 ME_CommitUndo(editor);
2444 ME_UpdateRepaint(editor);
2445 return 0;
2447 case EM_REPLACESEL:
2449 int from, to;
2450 ME_Style *style;
2451 LPWSTR wszText = lParam ? ME_ToUnicode(unicode, (void *)lParam) : NULL;
2452 size_t len = wszText ? lstrlenW(wszText) : 0;
2453 TRACE("EM_REPLACESEL - %s\n", debugstr_w(wszText));
2455 ME_GetSelection(editor, &from, &to);
2456 style = ME_GetSelectionInsertStyle(editor);
2457 ME_InternalDeleteText(editor, from, to-from);
2458 ME_InsertTextFromCursor(editor, 0, wszText, len, style);
2459 ME_ReleaseStyle(style);
2460 /* drop temporary style if line end */
2462 * FIXME question: does abc\n mean: put abc,
2463 * clear temp style, put \n? (would require a change)
2465 if (len>0 && wszText[len-1] == '\n')
2466 ME_ClearTempStyle(editor);
2467 ME_EndToUnicode(unicode, wszText);
2468 ME_CommitUndo(editor);
2469 if (editor->AutoURLDetect_bEnable) ME_UpdateSelectionLinkAttribute(editor);
2470 if (!wParam)
2471 ME_EmptyUndoStack(editor);
2472 ME_UpdateRepaint(editor);
2473 return len;
2475 case EM_SCROLLCARET:
2477 int top, bottom; /* row's edges relative to document top */
2478 int nPos;
2479 ME_DisplayItem *para, *row;
2481 nPos = ME_GetYScrollPos(editor);
2482 row = ME_RowStart(editor->pCursors[0].pRun);
2483 para = ME_GetParagraph(row);
2484 top = para->member.para.nYPos + row->member.row.nYPos;
2485 bottom = top + row->member.row.nHeight;
2487 if (top < nPos) /* caret above window */
2488 ME_ScrollAbs(editor, top);
2489 else if (nPos + editor->sizeWindow.cy < bottom) /*below*/
2490 ME_ScrollAbs(editor, bottom - editor->sizeWindow.cy);
2491 return 0;
2493 case WM_SETFONT:
2495 LOGFONTW lf;
2496 CHARFORMAT2W fmt;
2497 HDC hDC;
2498 BOOL bRepaint = LOWORD(lParam);
2500 if (!wParam)
2501 wParam = (WPARAM)GetStockObject(SYSTEM_FONT);
2502 GetObjectW((HGDIOBJ)wParam, sizeof(LOGFONTW), &lf);
2503 hDC = GetDC(hWnd);
2504 ME_CharFormatFromLogFont(hDC, &lf, &fmt);
2505 ReleaseDC(hWnd, hDC);
2506 ME_SetCharFormat(editor, 0, ME_GetTextLength(editor), &fmt);
2507 ME_SetDefaultCharFormat(editor, &fmt);
2509 ME_CommitUndo(editor);
2510 if (bRepaint)
2511 ME_RewrapRepaint(editor);
2512 return 0;
2514 case WM_SETTEXT:
2516 ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor));
2517 if (lParam)
2519 TRACE("WM_SETTEXT lParam==%lx\n",lParam);
2520 if (!unicode && !strncmp((char *)lParam, "{\\rtf", 5))
2522 /* Undocumented: WM_SETTEXT supports RTF text */
2523 ME_StreamInRTFString(editor, 0, (char *)lParam);
2525 else
2527 LPWSTR wszText = ME_ToUnicode(unicode, (void *)lParam);
2528 TRACE("WM_SETTEXT - %s\n", debugstr_w(wszText)); /* debugstr_w() */
2529 if (lstrlenW(wszText) > 0)
2531 int len = -1;
2533 /* uses default style! */
2534 if (!(GetWindowLongW(hWnd, GWL_STYLE) & ES_MULTILINE))
2536 WCHAR * p;
2538 p = wszText;
2539 while (*p != '\0' && *p != '\r' && *p != '\n') p++;
2540 len = p - wszText;
2542 ME_InsertTextFromCursor(editor, 0, wszText, len, editor->pBuffer->pDefaultStyle);
2544 ME_EndToUnicode(unicode, wszText);
2547 else
2548 TRACE("WM_SETTEXT - NULL\n");
2549 if (editor->AutoURLDetect_bEnable)
2551 ME_UpdateLinkAttribute(editor, 0, -1);
2553 ME_SetSelection(editor, 0, 0);
2554 editor->nModifyStep = 0;
2555 ME_CommitUndo(editor);
2556 ME_EmptyUndoStack(editor);
2557 ME_UpdateRepaint(editor);
2558 return 1;
2560 case EM_CANPASTE:
2562 UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
2563 if (IsClipboardFormatAvailable(nRTFFormat))
2564 return TRUE;
2565 if (IsClipboardFormatAvailable(CF_UNICODETEXT))
2566 return TRUE;
2567 return FALSE;
2569 case WM_PASTE:
2571 DWORD dwFormat = 0;
2572 EDITSTREAM es;
2573 ME_GlobalDestStruct gds;
2574 UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
2575 UINT cf = 0;
2577 if (IsClipboardFormatAvailable(nRTFFormat))
2578 cf = nRTFFormat, dwFormat = SF_RTF;
2579 else if (IsClipboardFormatAvailable(CF_UNICODETEXT))
2580 cf = CF_UNICODETEXT, dwFormat = SF_TEXT|SF_UNICODE;
2581 else
2582 return 0;
2584 if (!OpenClipboard(hWnd))
2585 return 0;
2586 gds.hData = GetClipboardData(cf);
2587 gds.nLength = 0;
2588 es.dwCookie = (DWORD)&gds;
2589 es.pfnCallback = dwFormat == SF_RTF ? ME_ReadFromHGLOBALRTF : ME_ReadFromHGLOBALUnicode;
2590 ME_StreamIn(editor, dwFormat|SFF_SELECTION, &es, FALSE);
2592 CloseClipboard();
2593 return 0;
2595 case WM_CUT:
2596 case WM_COPY:
2598 LPDATAOBJECT dataObj = NULL;
2599 CHARRANGE range;
2600 HRESULT hr = S_OK;
2602 if (editor->cPasswordMask)
2603 return 0; /* Copying or Cutting masked text isn't allowed */
2605 ME_GetSelection(editor, &range.cpMin, &range.cpMax);
2606 if(editor->lpOleCallback)
2607 hr = IRichEditOleCallback_GetClipboardData(editor->lpOleCallback, &range, RECO_COPY, &dataObj);
2608 if(FAILED(hr) || !dataObj)
2609 hr = ME_GetDataObject(editor, &range, &dataObj);
2610 if(SUCCEEDED(hr)) {
2611 hr = OleSetClipboard(dataObj);
2612 IDataObject_Release(dataObj);
2614 if (SUCCEEDED(hr) && msg == WM_CUT)
2616 ME_InternalDeleteText(editor, range.cpMin, range.cpMax-range.cpMin);
2617 ME_CommitUndo(editor);
2618 ME_UpdateRepaint(editor);
2620 return 0;
2622 case WM_GETTEXTLENGTH:
2624 GETTEXTLENGTHEX how;
2626 /* CR/LF conversion required in 2.0 mode, verbatim in 1.0 mode */
2627 how.flags = GTL_CLOSE | (editor->bEmulateVersion10 ? 0 : GTL_USECRLF) | GTL_NUMCHARS;
2628 how.codepage = unicode ? 1200 : CP_ACP;
2629 return ME_GetTextLengthEx(editor, &how);
2631 case EM_GETTEXTLENGTHEX:
2632 return ME_GetTextLengthEx(editor, (GETTEXTLENGTHEX *)wParam);
2633 case WM_GETTEXT:
2635 GETTEXTEX ex;
2636 LRESULT rc;
2637 LPSTR bufferA = NULL;
2638 LPWSTR bufferW = NULL;
2640 if (unicode)
2641 bufferW = heap_alloc((wParam + 2) * sizeof(WCHAR));
2642 else
2643 bufferA = heap_alloc(wParam + 2);
2645 ex.cb = (wParam + 2) * (unicode ? sizeof(WCHAR) : sizeof(CHAR));
2646 ex.flags = GT_USECRLF;
2647 ex.codepage = unicode ? 1200 : CP_ACP;
2648 ex.lpDefaultChar = NULL;
2649 ex.lpUsedDefChar = NULL;
2650 rc = RichEditWndProc_common(hWnd, EM_GETTEXTEX, (WPARAM)&ex, unicode ? (LPARAM)bufferW : (LPARAM)bufferA, unicode);
2652 if (unicode)
2654 memcpy((LPWSTR)lParam, bufferW, wParam * sizeof(WCHAR));
2655 if (lstrlenW(bufferW) >= wParam) rc = 0;
2657 else
2659 memcpy((LPSTR)lParam, bufferA, wParam);
2660 if (strlen(bufferA) >= wParam) rc = 0;
2662 heap_free(bufferA);
2663 heap_free(bufferW);
2664 return rc;
2666 case EM_GETTEXTEX:
2668 GETTEXTEX *ex = (GETTEXTEX*)wParam;
2669 int nStart, nCount; /* in chars */
2671 if (ex->flags & ~(GT_SELECTION | GT_USECRLF))
2672 FIXME("GETTEXTEX flags 0x%08x not supported\n", ex->flags & ~(GT_SELECTION | GT_USECRLF));
2674 if (ex->flags & GT_SELECTION)
2676 ME_GetSelection(editor, &nStart, &nCount);
2677 nCount -= nStart;
2679 else
2681 nStart = 0;
2682 nCount = 0x7fffffff;
2684 if (ex->codepage == 1200)
2686 nCount = min(nCount, ex->cb / sizeof(WCHAR) - 1);
2687 return ME_GetTextW(editor, (LPWSTR)lParam, nStart, nCount, ex->flags & GT_USECRLF);
2689 else
2691 /* potentially each char may be a CR, why calculate the exact value with O(N) when
2692 we can just take a bigger buffer? :)
2693 The above assumption still holds with CR/LF counters, since CR->CRLF expansion
2694 occurs only in richedit 2.0 mode, in which line breaks have only one CR
2696 int crlfmul = (ex->flags & GT_USECRLF) ? 2 : 1;
2697 LPWSTR buffer;
2698 DWORD buflen = ex->cb;
2699 LRESULT rc;
2700 DWORD flags = 0;
2702 nCount = min(nCount, ex->cb - 1);
2703 buffer = heap_alloc((crlfmul*nCount + 1) * sizeof(WCHAR));
2705 buflen = ME_GetTextW(editor, buffer, nStart, nCount, ex->flags & GT_USECRLF);
2706 rc = WideCharToMultiByte(ex->codepage, flags, buffer, buflen+1, (LPSTR)lParam, ex->cb, ex->lpDefaultChar, ex->lpUsedDefChar);
2707 if (rc) rc--; /* do not count 0 terminator */
2709 heap_free(buffer);
2710 return rc;
2713 case EM_GETSELTEXT:
2715 int from, to;
2716 TEXTRANGEW tr; /* W and A differ only by rng->lpstrText */
2717 ME_GetSelection(editor, &from, &to);
2718 tr.chrg.cpMin = from;
2719 tr.chrg.cpMax = to;
2720 tr.lpstrText = (WCHAR *)lParam;
2721 return RichEditWndProc_common(hWnd, EM_GETTEXTRANGE, 0, (LPARAM)&tr, unicode);
2723 case EM_GETSCROLLPOS:
2725 POINT *point = (POINT *)lParam;
2726 point->x = 0; /* FIXME side scrolling not implemented */
2727 point->y = ME_GetYScrollPos(editor);
2728 return 1;
2730 case EM_GETTEXTRANGE:
2732 TEXTRANGEW *rng = (TEXTRANGEW *)lParam;
2733 TRACE("EM_GETTEXTRANGE min=%d max=%d unicode=%d emul1.0=%d length=%d\n",
2734 rng->chrg.cpMin, rng->chrg.cpMax, unicode,
2735 editor->bEmulateVersion10, ME_GetTextLength(editor));
2736 if (unicode)
2737 return ME_GetTextW(editor, rng->lpstrText, rng->chrg.cpMin, rng->chrg.cpMax-rng->chrg.cpMin, 0);
2738 else
2740 int nLen = rng->chrg.cpMax-rng->chrg.cpMin;
2741 WCHAR *p = ALLOC_N_OBJ(WCHAR, nLen+1);
2742 int nChars = ME_GetTextW(editor, p, rng->chrg.cpMin, nLen, 0);
2743 /* FIXME this is a potential security hole (buffer overrun)
2744 if you know more about wchar->mbyte conversion please explain
2746 WideCharToMultiByte(CP_ACP, 0, p, nChars+1, (char *)rng->lpstrText, nLen+1, NULL, NULL);
2747 FREE_OBJ(p);
2748 return nChars;
2751 case EM_GETLINE:
2753 ME_DisplayItem *run;
2754 const unsigned int nMaxChars = *(WORD *) lParam;
2755 unsigned int nCharsLeft = nMaxChars;
2756 char *dest = (char *) lParam;
2757 BOOL wroteNull = FALSE;
2759 TRACE("EM_GETLINE: row=%d, nMaxChars=%d (%s)\n", (int) wParam, nMaxChars,
2760 unicode ? "Unicode" : "Ansi");
2762 run = ME_FindRowWithNumber(editor, wParam);
2763 if (run == NULL)
2764 return 0;
2766 while (nCharsLeft && (run = ME_FindItemFwd(run, diRunOrStartRow))
2767 && !(run->member.run.nFlags & MERF_ENDPARA))
2769 unsigned int nCopy;
2770 ME_String *strText;
2771 if (run->type != diRun)
2772 break;
2773 strText = run->member.run.strText;
2774 nCopy = min(nCharsLeft, strText->nLen);
2776 if (unicode)
2777 lstrcpynW((LPWSTR) dest, strText->szData, nCopy);
2778 else
2779 nCopy = WideCharToMultiByte(CP_ACP, 0, strText->szData, nCopy, dest,
2780 nCharsLeft, NULL, NULL);
2781 dest += nCopy * (unicode ? sizeof(WCHAR) : 1);
2782 nCharsLeft -= nCopy;
2785 /* append line termination, space allowing */
2786 if (nCharsLeft > 0)
2788 if (run && (run->member.run.nFlags & MERF_ENDPARA))
2790 unsigned int i;
2791 /* Write as many \r as encoded in end-of-paragraph, space allowing */
2792 for (i = 0; i < run->member.run.nCR && nCharsLeft > 0; i++, nCharsLeft--)
2794 *((WCHAR *)dest) = '\r';
2795 dest += unicode ? sizeof(WCHAR) : 1;
2797 /* Write as many \n as encoded in end-of-paragraph, space allowing */
2798 for (i = 0; i < run->member.run.nLF && nCharsLeft > 0; i++, nCharsLeft--)
2800 *((WCHAR *)dest) = '\n';
2801 dest += unicode ? sizeof(WCHAR) : 1;
2804 if (nCharsLeft > 0)
2806 if (unicode)
2807 *((WCHAR *)dest) = '\0';
2808 else
2809 *dest = '\0';
2810 nCharsLeft--;
2811 wroteNull = TRUE;
2815 TRACE("EM_GETLINE: got %u characters\n", nMaxChars - nCharsLeft);
2816 return nMaxChars - nCharsLeft - (wroteNull ? 1 : 0);
2818 case EM_GETLINECOUNT:
2820 ME_DisplayItem *item = editor->pBuffer->pFirst->next;
2821 int nRows = 0;
2823 ME_DisplayItem *prev_para = NULL, *last_para = NULL;
2825 while (item != editor->pBuffer->pLast)
2827 assert(item->type == diParagraph);
2828 prev_para = ME_FindItemBack(item, diRun);
2829 if (prev_para) {
2830 assert(prev_para->member.run.nFlags & MERF_ENDPARA);
2832 nRows += item->member.para.nRows;
2833 item = item->member.para.next_para;
2835 last_para = ME_FindItemBack(item, diRun);
2836 assert(last_para);
2837 assert(last_para->member.run.nFlags & MERF_ENDPARA);
2838 if (editor->bEmulateVersion10 && prev_para && last_para->member.run.nCharOfs == 0
2839 && prev_para->member.run.nCR == 1 && prev_para->member.run.nLF == 0)
2841 /* In 1.0 emulation, the last solitary \r at the very end of the text
2842 (if one exists) is NOT a line break.
2843 FIXME: this is an ugly hack. This should have a more regular model. */
2844 nRows--;
2847 TRACE("EM_GETLINECOUNT: nRows==%d\n", nRows);
2848 return max(1, nRows);
2850 case EM_LINEFROMCHAR:
2852 if (wParam == -1)
2853 return ME_RowNumberFromCharOfs(editor, ME_GetCursorOfs(editor, 1));
2854 else
2855 return ME_RowNumberFromCharOfs(editor, wParam);
2857 case EM_EXLINEFROMCHAR:
2859 if (lParam == -1)
2860 return ME_RowNumberFromCharOfs(editor, ME_GetCursorOfs(editor,1));
2861 else
2862 return ME_RowNumberFromCharOfs(editor, lParam);
2864 case EM_LINEINDEX:
2866 ME_DisplayItem *item, *para;
2867 int nCharOfs;
2869 if (wParam == -1)
2870 item = ME_FindItemBack(editor->pCursors[0].pRun, diStartRow);
2871 else
2872 item = ME_FindRowWithNumber(editor, wParam);
2873 if (!item)
2874 return -1;
2875 para = ME_GetParagraph(item);
2876 item = ME_FindItemFwd(item, diRun);
2877 nCharOfs = para->member.para.nCharOfs + item->member.run.nCharOfs;
2878 TRACE("EM_LINEINDEX: nCharOfs==%d\n", nCharOfs);
2879 return nCharOfs;
2881 case EM_LINELENGTH:
2883 ME_DisplayItem *item, *item_end;
2884 int nChars = 0, nThisLineOfs = 0, nNextLineOfs = 0;
2886 if (wParam > ME_GetTextLength(editor))
2887 return 0;
2888 if (wParam == -1)
2890 FIXME("EM_LINELENGTH: returning number of unselected characters on lines with selection unsupported.\n");
2891 return 0;
2893 item = ME_FindItemAtOffset(editor, diRun, wParam, NULL);
2894 item = ME_RowStart(item);
2895 nThisLineOfs = ME_CharOfsFromRunOfs(editor, ME_FindItemFwd(item, diRun), 0);
2896 item_end = ME_FindItemFwd(item, diStartRowOrParagraphOrEnd);
2897 if (item_end->type == diStartRow)
2898 nNextLineOfs = ME_CharOfsFromRunOfs(editor, ME_FindItemFwd(item_end, diRun), 0);
2899 else
2901 ME_DisplayItem *endPara;
2903 nNextLineOfs = ME_FindItemFwd(item, diParagraphOrEnd)->member.para.nCharOfs;
2904 endPara = ME_FindItemFwd(item, diParagraphOrEnd);
2905 endPara = ME_FindItemBack(endPara, diRun);
2906 assert(endPara);
2907 assert(endPara->type == diRun);
2908 assert(endPara->member.run.nFlags & MERF_ENDPARA);
2909 nNextLineOfs -= endPara->member.run.nCR + endPara->member.run.nLF;
2911 nChars = nNextLineOfs - nThisLineOfs;
2912 TRACE("EM_LINELENGTH(%ld)==%d\n",wParam, nChars);
2913 return nChars;
2915 case EM_EXLIMITTEXT:
2917 if ((int)lParam < 0)
2918 return 0;
2919 if (lParam == 0)
2920 editor->nTextLimit = 65536;
2921 else
2922 editor->nTextLimit = (int) lParam;
2923 return 0;
2925 case EM_LIMITTEXT:
2927 if (wParam == 0)
2928 editor->nTextLimit = 65536;
2929 else
2930 editor->nTextLimit = (int) wParam;
2931 return 0;
2933 case EM_GETLIMITTEXT:
2935 return editor->nTextLimit;
2937 case EM_FINDTEXT:
2939 FINDTEXTA *ft = (FINDTEXTA *)lParam;
2940 int nChars = MultiByteToWideChar(CP_ACP, 0, ft->lpstrText, -1, NULL, 0);
2941 WCHAR *tmp;
2942 LRESULT r;
2944 if ((tmp = ALLOC_N_OBJ(WCHAR, nChars)) != NULL)
2945 MultiByteToWideChar(CP_ACP, 0, ft->lpstrText, -1, tmp, nChars);
2946 r = ME_FindText(editor, wParam, &ft->chrg, tmp, NULL);
2947 FREE_OBJ( tmp );
2948 return r;
2950 case EM_FINDTEXTEX:
2952 FINDTEXTEXA *ex = (FINDTEXTEXA *)lParam;
2953 int nChars = MultiByteToWideChar(CP_ACP, 0, ex->lpstrText, -1, NULL, 0);
2954 WCHAR *tmp;
2955 LRESULT r;
2957 if ((tmp = ALLOC_N_OBJ(WCHAR, nChars)) != NULL)
2958 MultiByteToWideChar(CP_ACP, 0, ex->lpstrText, -1, tmp, nChars);
2959 r = ME_FindText(editor, wParam, &ex->chrg, tmp, &ex->chrgText);
2960 FREE_OBJ( tmp );
2961 return r;
2963 case EM_FINDTEXTW:
2965 FINDTEXTW *ft = (FINDTEXTW *)lParam;
2966 return ME_FindText(editor, wParam, &ft->chrg, ft->lpstrText, NULL);
2968 case EM_FINDTEXTEXW:
2970 FINDTEXTEXW *ex = (FINDTEXTEXW *)lParam;
2971 return ME_FindText(editor, wParam, &ex->chrg, ex->lpstrText, &ex->chrgText);
2973 case EM_GETZOOM:
2974 if (!wParam || !lParam)
2975 return FALSE;
2976 *(int *)wParam = editor->nZoomNumerator;
2977 *(int *)lParam = editor->nZoomDenominator;
2978 return TRUE;
2979 case EM_SETZOOM:
2980 return ME_SetZoom(editor, wParam, lParam);
2981 case EM_CHARFROMPOS:
2982 return ME_CharFromPos(editor, ((POINTL *)lParam)->x, ((POINTL *)lParam)->y);
2983 case EM_POSFROMCHAR:
2985 ME_DisplayItem *pRun;
2986 int nCharOfs, nOffset, nLength;
2987 POINTL pt = {0,0};
2988 SCROLLINFO si;
2990 nCharOfs = wParam;
2991 /* detect which API version we're dealing with */
2992 if (wParam >= 0x40000)
2993 nCharOfs = lParam;
2994 nLength = ME_GetTextLength(editor);
2996 if (nCharOfs < nLength) {
2997 ME_RunOfsFromCharOfs(editor, nCharOfs, &pRun, &nOffset);
2998 assert(pRun->type == diRun);
2999 pt.y = pRun->member.run.pt.y;
3000 pt.x = pRun->member.run.pt.x + ME_PointFromChar(editor, &pRun->member.run, nOffset);
3001 pt.y += ME_GetParagraph(pRun)->member.para.nYPos;
3002 } else {
3003 pt.x = 0;
3004 pt.y = editor->pBuffer->pLast->member.para.nYPos;
3006 pt.x += editor->selofs;
3008 si.cbSize = sizeof(si);
3009 si.fMask = SIF_POS;
3010 if (GetScrollInfo(editor->hWnd, SB_VERT, &si)) pt.y -= si.nPos;
3011 si.cbSize = sizeof(si);
3012 si.fMask = SIF_POS;
3013 if (GetScrollInfo(editor->hWnd, SB_HORZ, &si)) pt.x -= si.nPos;
3015 if (wParam >= 0x40000) {
3016 *(POINTL *)wParam = pt;
3018 return (wParam >= 0x40000) ? 0 : MAKELONG( pt.x, pt.y );
3020 case WM_CREATE:
3021 GetClientRect(hWnd, &editor->rcFormat);
3022 if (GetWindowLongW(hWnd, GWL_STYLE) & WS_HSCROLL)
3023 { /* Squelch the default horizontal scrollbar it would make */
3024 ShowScrollBar(editor->hWnd, SB_HORZ, FALSE);
3026 ME_CommitUndo(editor);
3027 ME_WrapMarkedParagraphs(editor);
3028 ME_MoveCaret(editor);
3029 return 0;
3030 case WM_DESTROY:
3031 ME_DestroyEditor(editor);
3032 SetWindowLongPtrW(hWnd, 0, 0);
3033 return 0;
3034 case WM_LBUTTONDBLCLK:
3035 case WM_LBUTTONDOWN:
3037 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
3038 if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3039 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3040 return 0;
3041 SetFocus(hWnd);
3042 ME_LButtonDown(editor, (short)LOWORD(lParam), (short)HIWORD(lParam),
3043 ME_CalculateClickCount(hWnd, msg, wParam, lParam));
3044 SetCapture(hWnd);
3045 ME_LinkNotify(editor,msg,wParam,lParam);
3046 if (!ME_SetCursor(editor, LOWORD(lParam))) goto do_default;
3047 break;
3049 case WM_MOUSEMOVE:
3050 if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3051 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3052 return 0;
3053 if (GetCapture() == hWnd)
3054 ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam));
3055 ME_LinkNotify(editor,msg,wParam,lParam);
3056 if (!ME_SetCursor(editor, LOWORD(lParam))) goto do_default;
3057 break;
3058 case WM_LBUTTONUP:
3059 if (GetCapture() == hWnd)
3060 ReleaseCapture();
3061 if (editor->nSelectionType == stDocument)
3062 editor->nSelectionType = stPosition;
3063 if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3064 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3065 return 0;
3066 else
3068 BOOL ret;
3069 ret = ME_SetCursor(editor, LOWORD(lParam));
3070 ME_LinkNotify(editor,msg,wParam,lParam);
3071 if (!ret) goto do_default;
3073 break;
3074 case WM_RBUTTONUP:
3075 case WM_RBUTTONDOWN:
3076 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
3077 if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3078 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3079 return 0;
3080 goto do_default;
3081 case WM_CONTEXTMENU:
3082 if (!ME_ShowContextMenu(editor, (short)LOWORD(lParam), (short)HIWORD(lParam)))
3083 goto do_default;
3084 break;
3085 case WM_PAINT:
3086 if (editor->bRedraw)
3088 HDC hDC;
3089 PAINTSTRUCT ps;
3091 hDC = BeginPaint(hWnd, &ps);
3092 ME_PaintContent(editor, hDC, FALSE, &ps.rcPaint);
3093 EndPaint(hWnd, &ps);
3095 break;
3096 case WM_SETFOCUS:
3097 editor->bHaveFocus = TRUE;
3098 ME_ShowCaret(editor);
3099 ME_SendOldNotify(editor, EN_SETFOCUS);
3100 return 0;
3101 case WM_KILLFOCUS:
3102 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
3103 editor->bHaveFocus = FALSE;
3104 ME_HideCaret(editor);
3105 ME_SendOldNotify(editor, EN_KILLFOCUS);
3106 return 0;
3107 case WM_ERASEBKGND:
3109 if (editor->bRedraw)
3111 HDC hDC = (HDC)wParam;
3112 RECT rc;
3113 if (GetUpdateRect(hWnd,&rc,TRUE))
3115 FillRect(hDC, &rc, editor->hbrBackground);
3118 return 1;
3120 case WM_COMMAND:
3121 TRACE("editor wnd command = %d\n", LOWORD(wParam));
3122 return 0;
3123 case WM_KEYUP:
3124 if ((editor->nEventMask & ENM_KEYEVENTS) &&
3125 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3126 return 0;
3127 goto do_default;
3128 case WM_KEYDOWN:
3129 if ((editor->nEventMask & ENM_KEYEVENTS) &&
3130 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3131 return 0;
3132 if (ME_KeyDown(editor, LOWORD(wParam)))
3133 return 0;
3134 goto do_default;
3135 case WM_CHAR:
3137 WCHAR wstr;
3139 if (unicode)
3140 wstr = (WCHAR)wParam;
3141 else
3143 CHAR charA = wParam;
3144 MultiByteToWideChar(CP_ACP, 0, &charA, 1, &wstr, 1);
3147 switch (wstr)
3149 case 1: /* Ctrl-A */
3150 ME_SetSelection(editor, 0, -1);
3151 return 0;
3152 case 3: /* Ctrl-C */
3153 SendMessageW(editor->hWnd, WM_COPY, 0, 0);
3154 return 0;
3157 if (GetWindowLongW(editor->hWnd, GWL_STYLE) & ES_READONLY) {
3158 MessageBeep(MB_ICONERROR);
3159 return 0; /* FIXME really 0 ? */
3162 switch (wstr)
3164 case 22: /* Ctrl-V */
3165 SendMessageW(editor->hWnd, WM_PASTE, 0, 0);
3166 return 0;
3167 case 24: /* Ctrl-X */
3168 SendMessageW(editor->hWnd, WM_CUT, 0, 0);
3169 return 0;
3170 case 25: /* Ctrl-Y */
3171 SendMessageW(editor->hWnd, EM_REDO, 0, 0);
3172 return 0;
3173 case 26: /* Ctrl-Z */
3174 SendMessageW(editor->hWnd, EM_UNDO, 0, 0);
3175 return 0;
3177 if (((unsigned)wstr)>=' '
3178 || (wstr=='\r' && (GetWindowLongW(hWnd, GWL_STYLE) & ES_MULTILINE))
3179 || wstr=='\t') {
3180 /* FIXME maybe it would make sense to call EM_REPLACESEL instead ? */
3181 /* WM_CHAR is restricted to nTextLimit */
3182 int from, to;
3183 ME_GetSelection(editor, &from, &to);
3184 if(editor->nTextLimit > ME_GetTextLength(editor) - (to-from))
3186 ME_Style *style = ME_GetInsertStyle(editor, 0);
3187 ME_SaveTempStyle(editor);
3188 ME_ContinueCoalescingTransaction(editor);
3189 if (wstr == '\r' && (GetKeyState(VK_SHIFT) & 0x8000))
3190 ME_InsertEndRowFromCursor(editor, 0);
3191 else
3192 ME_InsertTextFromCursor(editor, 0, &wstr, 1, style);
3193 ME_ReleaseStyle(style);
3194 ME_CommitCoalescingUndo(editor);
3197 if (editor->AutoURLDetect_bEnable) ME_UpdateSelectionLinkAttribute(editor);
3199 ME_UpdateRepaint(editor);
3201 return 0;
3203 case EM_STOPGROUPTYPING:
3204 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
3205 return 0;
3206 case EM_SCROLL: /* fall through */
3207 case WM_VSCROLL:
3209 int origNPos;
3210 int lineHeight;
3212 origNPos = ME_GetYScrollPos(editor);
3213 lineHeight = 24;
3215 if (editor && editor->pBuffer && editor->pBuffer->pDefaultStyle)
3216 lineHeight = editor->pBuffer->pDefaultStyle->tm.tmHeight;
3217 if (lineHeight <= 0) lineHeight = 24;
3219 switch(LOWORD(wParam))
3221 case SB_LINEUP:
3222 ME_ScrollUp(editor,lineHeight);
3223 break;
3224 case SB_LINEDOWN:
3225 ME_ScrollDown(editor,lineHeight);
3226 break;
3227 case SB_PAGEUP:
3228 ME_ScrollUp(editor,editor->sizeWindow.cy);
3229 break;
3230 case SB_PAGEDOWN:
3231 ME_ScrollDown(editor,editor->sizeWindow.cy);
3232 break;
3233 case SB_THUMBTRACK:
3234 case SB_THUMBPOSITION:
3235 ME_ScrollAbs(editor,HIWORD(wParam));
3236 break;
3238 if (msg == EM_SCROLL)
3239 return 0x00010000 | (((ME_GetYScrollPos(editor) - origNPos)/lineHeight) & 0xffff);
3240 break;
3242 case WM_MOUSEWHEEL:
3244 int gcWheelDelta;
3245 UINT pulScrollLines;
3247 if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3248 !ME_FilterEvent(editor, msg, &wParam, &lParam))
3249 return 0;
3251 SystemParametersInfoW(SPI_GETWHEELSCROLLLINES,0, &pulScrollLines, 0);
3252 gcWheelDelta = -GET_WHEEL_DELTA_WPARAM(wParam);
3254 if (abs(gcWheelDelta) >= WHEEL_DELTA && pulScrollLines)
3256 /* FIXME follow the original */
3257 ME_ScrollDown(editor,pulScrollLines * (gcWheelDelta / WHEEL_DELTA) * 8);
3259 break;
3261 case EM_GETRECT:
3263 *((RECT *)lParam) = editor->rcFormat;
3264 return 0;
3266 case EM_SETRECT:
3267 case EM_SETRECTNP:
3269 if (lParam)
3271 RECT *rc = (RECT *)lParam;
3273 if (wParam)
3275 editor->rcFormat.left += rc->left;
3276 editor->rcFormat.top += rc->top;
3277 editor->rcFormat.right += rc->right;
3278 editor->rcFormat.bottom += rc->bottom;
3280 else
3282 editor->rcFormat = *rc;
3285 else
3287 GetClientRect(hWnd, &editor->rcFormat);
3289 if (msg != EM_SETRECTNP)
3290 ME_RewrapRepaint(editor);
3291 return 0;
3293 case EM_REQUESTRESIZE:
3294 ME_SendRequestResize(editor, TRUE);
3295 return 0;
3296 case WM_SETREDRAW:
3297 if ((editor->bRedraw = wParam))
3298 ME_RewrapRepaint(editor);
3299 return 0;
3300 case WM_SIZE:
3302 GetClientRect(hWnd, &editor->rcFormat);
3303 ME_RewrapRepaint(editor);
3304 return DefWindowProcW(hWnd, msg, wParam, lParam);
3306 /* IME messages to make richedit controls IME aware */
3307 case WM_IME_SETCONTEXT:
3308 case WM_IME_CONTROL:
3309 case WM_IME_SELECT:
3310 case WM_IME_COMPOSITIONFULL:
3311 return 0;
3312 case WM_IME_STARTCOMPOSITION:
3314 editor->imeStartIndex=ME_GetCursorOfs(editor,0);
3315 ME_DeleteSelection(editor);
3316 ME_CommitUndo(editor);
3317 ME_UpdateRepaint(editor);
3318 return 0;
3320 case WM_IME_COMPOSITION:
3322 HIMC hIMC;
3324 ME_Style *style = ME_GetInsertStyle(editor, 0);
3325 hIMC = ImmGetContext(hWnd);
3326 ME_DeleteSelection(editor);
3327 ME_CommitUndo(editor);
3328 ME_SaveTempStyle(editor);
3329 if (lParam & GCS_RESULTSTR)
3331 LPWSTR lpCompStr = NULL;
3332 DWORD dwBufLen;
3334 dwBufLen = ImmGetCompositionStringW(hIMC, GCS_RESULTSTR, NULL, 0);
3335 lpCompStr = HeapAlloc(GetProcessHeap(),0,dwBufLen + sizeof(WCHAR));
3336 ImmGetCompositionStringW(hIMC, GCS_RESULTSTR, lpCompStr, dwBufLen);
3337 lpCompStr[dwBufLen/sizeof(WCHAR)] = 0;
3338 ME_InsertTextFromCursor(editor,0,lpCompStr,dwBufLen/sizeof(WCHAR),style);
3340 else if (lParam & GCS_COMPSTR)
3342 LPWSTR lpCompStr = NULL;
3343 DWORD dwBufLen;
3345 dwBufLen = ImmGetCompositionStringW(hIMC, GCS_COMPSTR, NULL, 0);
3346 lpCompStr = HeapAlloc(GetProcessHeap(),0,dwBufLen + sizeof(WCHAR));
3347 ImmGetCompositionStringW(hIMC, GCS_COMPSTR, lpCompStr, dwBufLen);
3348 lpCompStr[dwBufLen/sizeof(WCHAR)] = 0;
3350 ME_InsertTextFromCursor(editor,0,lpCompStr,dwBufLen/sizeof(WCHAR),style);
3351 ME_SetSelection(editor,editor->imeStartIndex,
3352 editor->imeStartIndex + dwBufLen/sizeof(WCHAR));
3354 ME_ReleaseStyle(style);
3355 ME_UpdateRepaint(editor);
3356 return 0;
3358 case WM_IME_ENDCOMPOSITION:
3360 ME_DeleteSelection(editor);
3361 editor->imeStartIndex=-1;
3362 return 0;
3364 case EM_GETOLEINTERFACE:
3366 LPVOID *ppvObj = (LPVOID*) lParam;
3367 return CreateIRichEditOle(editor, ppvObj);
3369 case EM_GETPASSWORDCHAR:
3371 return editor->cPasswordMask;
3373 case EM_SETOLECALLBACK:
3374 if(editor->lpOleCallback)
3375 IUnknown_Release(editor->lpOleCallback);
3376 editor->lpOleCallback = (LPRICHEDITOLECALLBACK)lParam;
3377 if(editor->lpOleCallback)
3378 IUnknown_AddRef(editor->lpOleCallback);
3379 return TRUE;
3380 case EM_GETWORDBREAKPROC:
3381 return (LRESULT)editor->pfnWordBreak;
3382 case EM_SETWORDBREAKPROC:
3384 EDITWORDBREAKPROCW pfnOld = editor->pfnWordBreak;
3386 editor->pfnWordBreak = (EDITWORDBREAKPROCW)lParam;
3387 return (LRESULT)pfnOld;
3389 case EM_SETTEXTMODE:
3391 LRESULT ret;
3392 int mask = 0;
3393 int changes = 0;
3394 ret = RichEditWndProc_common(hWnd, WM_GETTEXTLENGTH, 0, 0, unicode);
3395 if (!ret)
3397 /*Check for valid wParam*/
3398 if ((((wParam & TM_RICHTEXT) && ((wParam & TM_PLAINTEXT) << 1))) ||
3399 (((wParam & TM_MULTILEVELUNDO) && ((wParam & TM_SINGLELEVELUNDO) << 1))) ||
3400 (((wParam & TM_MULTICODEPAGE) && ((wParam & TM_SINGLECODEPAGE) << 1))))
3401 return 1;
3402 else
3404 if (wParam & (TM_RICHTEXT | TM_PLAINTEXT))
3406 mask |= (TM_RICHTEXT | TM_PLAINTEXT);
3407 changes |= (wParam & (TM_RICHTEXT | TM_PLAINTEXT));
3409 /*FIXME: Currently no support for undo level and code page options*/
3410 editor->mode = (editor->mode & (~mask)) | changes;
3411 return 0;
3414 return ret;
3416 case EM_SETPASSWORDCHAR:
3418 editor->cPasswordMask = wParam;
3419 ME_RewrapRepaint(editor);
3420 return 0;
3422 case EM_SETTARGETDEVICE:
3423 if (wParam == 0)
3425 BOOL new = (lParam == 0);
3426 if (editor->bWordWrap != new)
3428 editor->bWordWrap = new;
3429 ME_RewrapRepaint(editor);
3432 else FIXME("Unsupported yet non NULL device in EM_SETTARGETDEVICE\n");
3433 break;
3434 default:
3435 do_default:
3436 return DefWindowProcW(hWnd, msg, wParam, lParam);
3438 return 0L;
3441 static LRESULT WINAPI RichEditWndProcW(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
3443 BOOL unicode = TRUE;
3445 /* Under Win9x RichEdit20W returns ANSI strings, see the tests. */
3446 if (msg == WM_GETTEXT && (GetVersion() & 0x80000000))
3447 unicode = FALSE;
3449 return RichEditWndProc_common(hWnd, msg, wParam, lParam, unicode);
3452 static LRESULT WINAPI RichEditWndProcA(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
3454 return RichEditWndProc_common(hWnd, msg, wParam, lParam, FALSE);
3457 /******************************************************************
3458 * RichEditANSIWndProc (RICHED20.10)
3460 LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
3462 return RichEditWndProcA(hWnd, msg, wParam, lParam);
3465 /******************************************************************
3466 * RichEdit10ANSIWndProc (RICHED20.9)
3468 LRESULT WINAPI RichEdit10ANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
3470 LRESULT result;
3472 /* FIXME: this is NOT the same as 2.0 version */
3473 result = RichEditANSIWndProc(hWnd, msg, wParam, lParam);
3474 if (msg == WM_NCCREATE)
3476 ME_TextEditor *editor = (ME_TextEditor *)GetWindowLongPtrW(hWnd, 0);
3478 editor->bEmulateVersion10 = TRUE;
3479 editor->pBuffer->pLast->member.para.nCharOfs = 2;
3480 assert(editor->pBuffer->pLast->prev->type == diRun);
3481 assert(editor->pBuffer->pLast->prev->member.run.nFlags & MERF_ENDPARA);
3482 editor->pBuffer->pLast->prev->member.run.nLF = 1;
3484 return result;
3487 void ME_SendOldNotify(ME_TextEditor *editor, int nCode)
3489 HWND hWnd = editor->hWnd;
3490 SendMessageA(GetParent(hWnd), WM_COMMAND, (nCode<<16)|GetWindowLongW(hWnd, GWLP_ID), (LPARAM)hWnd);
3493 void ME_LinkNotify(ME_TextEditor *editor, UINT msg, WPARAM wParam, LPARAM lParam)
3495 int x,y;
3496 ME_Cursor tmpCursor;
3497 int nCharOfs; /* The start of the clicked text. Absolute character offset */
3499 ME_Run *tmpRun;
3501 ENLINK info;
3502 x = (short)LOWORD(lParam);
3503 y = (short)HIWORD(lParam);
3504 nCharOfs = ME_CharFromPos(editor, x, y);
3505 if (nCharOfs < 0) return;
3507 ME_CursorFromCharOfs(editor, nCharOfs, &tmpCursor);
3508 tmpRun = &tmpCursor.pRun->member.run;
3510 if ((tmpRun->style->fmt.dwMask & CFM_LINK)
3511 && (tmpRun->style->fmt.dwEffects & CFE_LINK))
3512 { /* The clicked run has CFE_LINK set */
3513 info.nmhdr.hwndFrom = editor->hWnd;
3514 info.nmhdr.idFrom = GetWindowLongW(editor->hWnd, GWLP_ID);
3515 info.nmhdr.code = EN_LINK;
3516 info.msg = msg;
3517 info.wParam = wParam;
3518 info.lParam = lParam;
3519 info.chrg.cpMin = ME_CharOfsFromRunOfs(editor,tmpCursor.pRun,0);
3520 info.chrg.cpMax = info.chrg.cpMin + ME_StrVLen(tmpRun->strText);
3521 SendMessageW(GetParent(editor->hWnd), WM_NOTIFY,info.nmhdr.idFrom, (LPARAM)&info);
3525 int ME_CountParagraphsBetween(ME_TextEditor *editor, int from, int to)
3527 ME_DisplayItem *item = ME_FindItemFwd(editor->pBuffer->pFirst, diParagraph);
3528 int i = 0;
3530 while(item && item->member.para.next_para->member.para.nCharOfs <= from)
3531 item = item->member.para.next_para;
3532 if (!item)
3533 return 0;
3534 while(item && item->member.para.next_para->member.para.nCharOfs <= to) {
3535 item = item->member.para.next_para;
3536 i++;
3538 return i;
3542 int ME_GetTextW(ME_TextEditor *editor, WCHAR *buffer, int nStart, int nChars, int bCRLF)
3544 ME_DisplayItem *item = ME_FindItemAtOffset(editor, diRun, nStart, &nStart);
3545 int nWritten = 0;
3546 WCHAR *pStart = buffer;
3548 if (!item) {
3549 *buffer = 0;
3550 return 0;
3553 /* bCRLF flag is only honored in 2.0 and up. 1.0 must always return text verbatim */
3554 if (editor->bEmulateVersion10) bCRLF = 0;
3556 if (nStart)
3558 int nLen = ME_StrLen(item->member.run.strText) - nStart;
3559 if (nLen > nChars)
3560 nLen = nChars;
3561 CopyMemory(buffer, item->member.run.strText->szData + nStart, sizeof(WCHAR)*nLen);
3562 nChars -= nLen;
3563 nWritten += nLen;
3564 buffer += nLen;
3565 if (!nChars) {
3566 *buffer = 0;
3567 return nWritten;
3569 nStart = 0;
3570 item = ME_FindItemFwd(item, diRun);
3573 while(nChars && item)
3575 int nLen = ME_StrLen(item->member.run.strText);
3576 if (item->member.run.nFlags & MERF_ENDPARA)
3577 nLen = item->member.run.nCR + item->member.run.nLF;
3578 if (nLen > nChars)
3579 nLen = nChars;
3581 if (item->member.run.nFlags & MERF_ENDPARA)
3583 if (!ME_FindItemFwd(item, diRun))
3584 /* No '\r' is appended to the last paragraph. */
3585 nLen = 0;
3586 else if (bCRLF && nChars == 1) {
3587 nLen = 0;
3588 nChars = 0;
3589 } else {
3590 if (bCRLF)
3592 /* richedit 2.0 case - actual line-break is \r but should report \r\n */
3593 assert(nLen == 1);
3594 *buffer++ = '\r';
3595 *buffer = '\n'; /* Later updated by nLen==1 at the end of the loop */
3596 nWritten++;
3598 else
3600 int i, j;
3602 /* richedit 2.0 verbatim has only \r. richedit 1.0 should honor encodings */
3603 i = 0;
3604 while (nChars - i > 0 && i < item->member.run.nCR)
3606 buffer[i] = '\r'; i++;
3608 j = 0;
3609 while (nChars - i - j > 0 && j < item->member.run.nLF)
3611 buffer[i+j] = '\n'; j++;
3616 else
3617 CopyMemory(buffer, item->member.run.strText->szData, sizeof(WCHAR)*nLen);
3618 nChars -= nLen;
3619 nWritten += nLen;
3620 buffer += nLen;
3622 if (!nChars)
3624 TRACE("nWritten=%d, actual=%d\n", nWritten, buffer-pStart);
3625 *buffer = 0;
3626 return nWritten;
3628 item = ME_FindItemFwd(item, diRun);
3630 *buffer = 0;
3631 TRACE("nWritten=%d, actual=%d\n", nWritten, buffer-pStart);
3632 return nWritten;
3635 static BOOL ME_RegisterEditorClass(HINSTANCE hInstance)
3637 WNDCLASSW wcW;
3638 WNDCLASSA wcA;
3640 wcW.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS;
3641 wcW.lpfnWndProc = RichEditWndProcW;
3642 wcW.cbClsExtra = 0;
3643 wcW.cbWndExtra = sizeof(ME_TextEditor *);
3644 wcW.hInstance = NULL; /* hInstance would register DLL-local class */
3645 wcW.hIcon = NULL;
3646 wcW.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
3647 wcW.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH);
3648 wcW.lpszMenuName = NULL;
3650 if (is_version_nt())
3652 wcW.lpszClassName = RichEdit20W;
3653 if (!RegisterClassW(&wcW)) return FALSE;
3654 wcW.lpszClassName = RichEdit50W;
3655 if (!RegisterClassW(&wcW)) return FALSE;
3657 else
3659 /* WNDCLASSA/W have the same layout */
3660 wcW.lpszClassName = (LPCWSTR)"RichEdit20W";
3661 if (!RegisterClassA((WNDCLASSA *)&wcW)) return FALSE;
3662 wcW.lpszClassName = (LPCWSTR)"RichEdit50W";
3663 if (!RegisterClassA((WNDCLASSA *)&wcW)) return FALSE;
3666 wcA.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS;
3667 wcA.lpfnWndProc = RichEditWndProcA;
3668 wcA.cbClsExtra = 0;
3669 wcA.cbWndExtra = sizeof(ME_TextEditor *);
3670 wcA.hInstance = NULL; /* hInstance would register DLL-local class */
3671 wcA.hIcon = NULL;
3672 wcA.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
3673 wcA.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH);
3674 wcA.lpszMenuName = NULL;
3675 wcA.lpszClassName = "RichEdit20A";
3676 if (!RegisterClassA(&wcA)) return FALSE;
3677 wcA.lpszClassName = "RichEdit50A";
3678 if (!RegisterClassA(&wcA)) return FALSE;
3680 return TRUE;
3683 LRESULT WINAPI REComboWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
3684 /* FIXME: Not implemented */
3685 TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
3686 hWnd, msg, get_msg_name(msg), wParam, lParam);
3687 return DefWindowProcW(hWnd, msg, wParam, lParam);
3690 LRESULT WINAPI REListWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
3691 /* FIXME: Not implemented */
3692 TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
3693 hWnd, msg, get_msg_name(msg), wParam, lParam);
3694 return DefWindowProcW(hWnd, msg, wParam, lParam);
3697 /******************************************************************
3698 * REExtendedRegisterClass (RICHED20.8)
3700 * FIXME undocumented
3701 * Need to check for errors and implement controls and callbacks
3703 LRESULT WINAPI REExtendedRegisterClass(void)
3705 WNDCLASSW wcW;
3706 UINT result;
3708 FIXME("semi stub\n");
3710 wcW.cbClsExtra = 0;
3711 wcW.cbWndExtra = 4;
3712 wcW.hInstance = NULL;
3713 wcW.hIcon = NULL;
3714 wcW.hCursor = NULL;
3715 wcW.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
3716 wcW.lpszMenuName = NULL;
3718 if (!ME_ListBoxRegistered)
3720 wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS;
3721 wcW.lpfnWndProc = REListWndProc;
3722 wcW.lpszClassName = REListBox20W;
3723 if (RegisterClassW(&wcW)) ME_ListBoxRegistered = TRUE;
3726 if (!ME_ComboBoxRegistered)
3728 wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW;
3729 wcW.lpfnWndProc = REComboWndProc;
3730 wcW.lpszClassName = REComboBox20W;
3731 if (RegisterClassW(&wcW)) ME_ComboBoxRegistered = TRUE;
3734 result = 0;
3735 if (ME_ListBoxRegistered)
3736 result += 1;
3737 if (ME_ComboBoxRegistered)
3738 result += 2;
3740 return result;
3743 int ME_AutoURLDetect(ME_TextEditor *editor, WCHAR curChar)
3745 struct prefix_s {
3746 const char *text;
3747 int length;
3748 } prefixes[12] = {
3749 {"http:", 5},
3750 {"file:", 6},
3751 {"mailto:", 8},
3752 {"ftp:", 5},
3753 {"https:", 7},
3754 {"gopher:", 8},
3755 {"nntp:", 6},
3756 {"prospero:", 10},
3757 {"telnet:", 8},
3758 {"news:", 6},
3759 {"wais:", 6},
3760 {"www.", 5}
3762 CHARRANGE ins_pt;
3763 int curf_ef, link_ef, def_ef;
3764 int cur_prefx, prefx_cnt;
3765 int sel_min, sel_max;
3766 int car_pos = 0;
3767 int text_pos=-1;
3768 int URLmin, URLmax = 0;
3769 FINDTEXTA ft;
3770 CHARFORMAT2W cur_format;
3771 CHARFORMAT2W default_format;
3772 CHARFORMAT2W link;
3773 RichEditANSIWndProc(editor->hWnd, EM_EXGETSEL, (WPARAM) 0, (LPARAM) &ins_pt);
3774 sel_min = ins_pt.cpMin;
3775 sel_max = ins_pt.cpMax;
3776 if (sel_min==sel_max)
3777 car_pos = sel_min;
3778 if (sel_min!=sel_max)
3779 car_pos = ME_GetTextLength(editor)+1;
3780 cur_format.cbSize = sizeof(cur_format);
3781 default_format.cbSize = sizeof(default_format);
3782 RichEditANSIWndProc(editor->hWnd, EM_GETCHARFORMAT, SCF_SELECTION, (LPARAM) &cur_format);
3783 RichEditANSIWndProc(editor->hWnd, EM_GETCHARFORMAT, SCF_DEFAULT, (LPARAM) &default_format);
3784 link.cbSize = sizeof(link);
3785 link.dwMask = CFM_LINK;
3786 link.dwEffects = CFE_LINK;
3787 curf_ef = cur_format.dwEffects & link.dwEffects;
3788 def_ef = default_format.dwEffects & link.dwEffects;
3789 link_ef = link.dwEffects & link.dwEffects;
3790 if (curf_ef == link_ef)
3792 if( curChar == '\n' || curChar=='\r' || curChar==' ')
3794 ME_SetSelection(editor, car_pos, car_pos);
3795 RichEditANSIWndProc(editor->hWnd, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM) &default_format);
3796 text_pos=-1;
3797 return 0;
3800 if (curf_ef == def_ef)
3802 cur_prefx = 0;
3803 prefx_cnt = (sizeof(prefixes)/sizeof(struct prefix_s))-1;
3804 while (cur_prefx<=prefx_cnt)
3806 if (text_pos == -1)
3808 ft.lpstrText = prefixes[cur_prefx].text;
3809 URLmin=max(0,(car_pos-prefixes[cur_prefx].length));
3810 URLmax=max(0, car_pos);
3811 if ((car_pos == 0) && (ME_GetTextLength(editor) != 0))
3813 URLmax = ME_GetTextLength(editor)+1;
3815 ft.chrg.cpMin = URLmin;
3816 ft.chrg.cpMax = URLmax;
3817 text_pos=RichEditANSIWndProc(editor->hWnd, EM_FINDTEXT, FR_DOWN, (LPARAM)&ft);
3818 cur_prefx++;
3820 if (text_pos != -1)
3822 ME_SetCharFormat(editor, text_pos, (URLmax-text_pos), &link);
3823 ME_RewrapRepaint(editor);
3824 break;
3828 return 0;
3832 static BOOL isurlspecial(WCHAR c)
3834 static const WCHAR special_chars[] = {'.','/','%','@','*','|','\\','+','#',0};
3835 return strchrW( special_chars, c ) != NULL;
3839 * This proc takes a selection, and scans it forward in order to select the span
3840 * of a possible URL candidate. A possible URL candidate must start with isalnum
3841 * or one of the following special characters: *|/\+%#@ and must consist entirely
3842 * of the characters allowed to start the URL, plus : (colon) which may occur
3843 * at most once, and not at either end.
3845 * sel_max == -1 indicates scan to end of text.
3847 BOOL ME_FindNextURLCandidate(ME_TextEditor *editor, int sel_min, int sel_max,
3848 int * candidate_min, int * candidate_max)
3850 ME_DisplayItem * item;
3851 ME_DisplayItem * para;
3852 int nStart;
3853 BOOL foundColon = FALSE;
3854 WCHAR lastAcceptedChar = '\0';
3856 TRACE("sel_min = %d sel_max = %d\n", sel_min, sel_max);
3858 *candidate_min = *candidate_max = -1;
3859 item = ME_FindItemAtOffset(editor, diRun, sel_min, &nStart);
3860 if (!item) return FALSE;
3861 TRACE("nStart = %d\n", nStart);
3862 para = ME_GetParagraph(item);
3863 if (sel_max == -1) sel_max = ME_GetTextLength(editor);
3864 while (item && para->member.para.nCharOfs + item->member.run.nCharOfs + nStart < sel_max)
3866 ME_DisplayItem * next_item;
3868 if (!(item->member.run.nFlags & MERF_ENDPARA)) {
3869 /* Find start of candidate */
3870 if (*candidate_min == -1) {
3871 while (nStart < ME_StrLen(item->member.run.strText) &&
3872 !(isalnumW(item->member.run.strText->szData[nStart]) ||
3873 isurlspecial(item->member.run.strText->szData[nStart]))) {
3874 nStart++;
3876 if (nStart < ME_StrLen(item->member.run.strText) &&
3877 (isalnumW(item->member.run.strText->szData[nStart]) ||
3878 isurlspecial(item->member.run.strText->szData[nStart]))) {
3879 *candidate_min = para->member.para.nCharOfs + item->member.run.nCharOfs + nStart;
3880 lastAcceptedChar = item->member.run.strText->szData[nStart];
3881 nStart++;
3885 /* Find end of candidate */
3886 if (*candidate_min >= 0) {
3887 while (nStart < ME_StrLen(item->member.run.strText) &&
3888 (isalnumW(item->member.run.strText->szData[nStart]) ||
3889 isurlspecial(item->member.run.strText->szData[nStart]) ||
3890 (!foundColon && item->member.run.strText->szData[nStart] == ':') )) {
3891 if (item->member.run.strText->szData[nStart] == ':') foundColon = TRUE;
3892 lastAcceptedChar = item->member.run.strText->szData[nStart];
3893 nStart++;
3895 if (nStart < ME_StrLen(item->member.run.strText) &&
3896 !(isalnumW(item->member.run.strText->szData[nStart]) ||
3897 isurlspecial(item->member.run.strText->szData[nStart]) )) {
3898 *candidate_max = para->member.para.nCharOfs + item->member.run.nCharOfs + nStart;
3899 nStart++;
3900 if (lastAcceptedChar == ':') (*candidate_max)--;
3901 return TRUE;
3904 } else {
3905 /* End of paragraph: skip it if before candidate span, or terminates
3906 current active span */
3907 if (*candidate_min >= 0) {
3908 *candidate_max = para->member.para.nCharOfs + item->member.run.nCharOfs;
3909 if (lastAcceptedChar == ':') (*candidate_max)--;
3910 return TRUE;
3914 /* Reaching this point means no span was found, so get next span */
3915 next_item = ME_FindItemFwd(item, diRun);
3916 if (!next_item) {
3917 if (*candidate_min >= 0) {
3918 /* There are no further runs, so take end of text as end of candidate */
3919 *candidate_max = para->member.para.nCharOfs + item->member.run.nCharOfs + nStart;
3920 if (lastAcceptedChar == ':') (*candidate_max)--;
3921 return TRUE;
3924 item = next_item;
3925 para = ME_GetParagraph(item);
3926 nStart = 0;
3929 if (item) {
3930 if (*candidate_min >= 0) {
3931 /* There are no further runs, so take end of text as end of candidate */
3932 *candidate_max = para->member.para.nCharOfs + item->member.run.nCharOfs + nStart;
3933 if (lastAcceptedChar == ':') (*candidate_max)--;
3934 return TRUE;
3937 return FALSE;
3941 * This proc evaluates the selection and returns TRUE if it can be considered an URL
3943 BOOL ME_IsCandidateAnURL(ME_TextEditor *editor, int sel_min, int sel_max)
3945 struct prefix_s {
3946 const char *text;
3947 int length;
3948 } prefixes[12] = {
3949 /* Code below depends on these being in decreasing length order! */
3950 {"prospero:", 10},
3951 {"telnet:", 8},
3952 {"gopher:", 8},
3953 {"mailto:", 8},
3954 {"https:", 7},
3955 {"file:", 6},
3956 {"news:", 6},
3957 {"wais:", 6},
3958 {"nntp:", 6},
3959 {"http:", 5},
3960 {"www.", 5},
3961 {"ftp:", 5},
3963 LPWSTR bufferW = NULL;
3964 WCHAR bufW[32];
3965 int i;
3967 if (sel_max == -1) sel_max = ME_GetTextLength(editor);
3968 assert(sel_min <= sel_max);
3969 for (i = 0; i < sizeof(prefixes) / sizeof(struct prefix_s); i++)
3971 if (sel_max - sel_min < prefixes[i].length) continue;
3972 if (bufferW == NULL) {
3973 bufferW = (LPWSTR)heap_alloc((sel_max - sel_min + 1) * sizeof(WCHAR));
3975 ME_GetTextW(editor, bufferW, sel_min, min(sel_max - sel_min, strlen(prefixes[i].text)), 0);
3976 MultiByteToWideChar(CP_ACP, 0, prefixes[i].text, -1, bufW, 32);
3977 if (!lstrcmpW(bufW, bufferW))
3979 heap_free(bufferW);
3980 return TRUE;
3983 heap_free(bufferW);
3984 return FALSE;
3988 * This proc walks through the indicated selection and evaluates whether each
3989 * section identified by ME_FindNextURLCandidate and in-between sections have
3990 * their proper CFE_LINK attributes set or unset. If the CFE_LINK attribute is
3991 * not what it is supposed to be, this proc sets or unsets it as appropriate.
3993 * Returns TRUE if at least one section was modified.
3995 BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, int sel_min, int sel_max)
3997 BOOL modified = FALSE;
3998 int cMin, cMax;
4000 if (sel_max == -1) sel_max = ME_GetTextLength(editor);
4003 int beforeURL[2];
4004 int inURL[2];
4005 CHARFORMAT2W link;
4007 if (ME_FindNextURLCandidate(editor, sel_min, sel_max, &cMin, &cMax))
4009 /* Section before candidate is not an URL */
4010 beforeURL[0] = sel_min;
4011 beforeURL[1] = cMin;
4013 if (ME_IsCandidateAnURL(editor, cMin, cMax))
4015 inURL[0] = cMin; inURL[1] = cMax;
4017 else
4019 beforeURL[1] = cMax;
4020 inURL[0] = inURL[1] = -1;
4022 sel_min = cMax;
4024 else
4026 /* No more candidates until end of selection */
4027 beforeURL[0] = sel_min;
4028 beforeURL[1] = sel_max;
4029 inURL[0] = inURL[1] = -1;
4030 sel_min = sel_max;
4033 if (beforeURL[0] < beforeURL[1])
4035 /* CFE_LINK effect should be consistently unset */
4036 link.cbSize = sizeof(link);
4037 ME_GetCharFormat(editor, beforeURL[0], beforeURL[1], &link);
4038 if (!(link.dwMask & CFM_LINK) || (link.dwEffects & CFE_LINK))
4040 /* CFE_LINK must be unset from this range */
4041 memset(&link, 0, sizeof(CHARFORMAT2W));
4042 link.cbSize = sizeof(link);
4043 link.dwMask = CFM_LINK;
4044 link.dwEffects = 0;
4045 ME_SetCharFormat(editor, beforeURL[0], beforeURL[1] - beforeURL[0], &link);
4046 modified = TRUE;
4049 if (inURL[0] < inURL[1])
4051 /* CFE_LINK effect should be consistently set */
4052 link.cbSize = sizeof(link);
4053 ME_GetCharFormat(editor, inURL[0], inURL[1], &link);
4054 if (!(link.dwMask & CFM_LINK) || !(link.dwEffects & CFE_LINK))
4056 /* CFE_LINK must be set on this range */
4057 memset(&link, 0, sizeof(CHARFORMAT2W));
4058 link.cbSize = sizeof(link);
4059 link.dwMask = CFM_LINK;
4060 link.dwEffects = CFE_LINK;
4061 ME_SetCharFormat(editor, inURL[0], inURL[1] - inURL[0], &link);
4062 modified = TRUE;
4065 } while (sel_min < sel_max);
4066 return modified;
4069 void ME_UpdateSelectionLinkAttribute(ME_TextEditor *editor)
4071 ME_DisplayItem * startPara, * endPara;
4072 ME_DisplayItem * item;
4073 int dummy;
4074 int from, to;
4076 ME_GetSelection(editor, &from, &to);
4077 if (from > to) from ^= to, to ^=from, from ^= to;
4078 startPara = NULL; endPara = NULL;
4080 /* Find paragraph previous to the one that contains start cursor */
4081 item = ME_FindItemAtOffset(editor, diRun, from, &dummy);
4082 if (item) {
4083 startPara = ME_FindItemBack(item, diParagraph);
4084 item = ME_FindItemBack(startPara, diParagraph);
4085 if (item) startPara = item;
4088 /* Find paragraph that contains end cursor */
4089 item = ME_FindItemAtOffset(editor, diRun, to, &dummy);
4090 if (item) {
4091 endPara = ME_FindItemFwd(item, diParagraph);
4094 if (startPara && endPara) {
4095 ME_UpdateLinkAttribute(editor,
4096 startPara->member.para.nCharOfs,
4097 endPara->member.para.nCharOfs);
4098 } else if (startPara) {
4099 ME_UpdateLinkAttribute(editor,
4100 startPara->member.para.nCharOfs,
4101 -1);