dplayx: Introduce impl_from_IDirectPlayLobby3A().
[wine] / dlls / riched20 / editor.c
1 /*
2  * RichEdit - functions dealing with editor object
3  *
4  * Copyright 2004 by Krzysztof Foltman
5  * Copyright 2005 by Cihan Altinay
6  * Copyright 2005 by Phil Krylov
7  * Copyright 2008 Eric Pouech
8  *
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.
13  *
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.
18  *
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
22  */
23
24 /* 
25   API implementation status:
26   
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
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_SETIMESTATUS
103   - EM_SETLANGOPTIONS 2.0
104   - EM_SETLIMITTEXT
105   - EM_SETMARGINS
106   + EM_SETMODIFY (not sure if implementation is correct)
107   - EM_SETOLECALLBACK
108   + EM_SETOPTIONS (partially implemented)
109   - EM_SETPALETTE 2.0
110   + EM_SETPARAFORMAT
111   + EM_SETPASSWORDCHAR 2.0
112   - EM_SETPUNCTUATION 1.0asian
113   + EM_SETREADONLY no beep on modification attempt
114   + EM_SETRECT
115   + EM_SETRECTNP (EM_SETRECT without repainting)
116   + EM_SETSEL
117   + EM_SETSCROLLPOS 3.0
118   - EM_SETTABSTOPS 3.0
119   - EM_SETTARGETDEVICE (partial)
120   + EM_SETTEXTEX 3.0 (proper style?)
121   - EM_SETTEXTMODE 2.0
122   - EM_SETTYPOGRAPHYOPTIONS 3.0
123   + EM_SETUNDOLIMIT 2.0
124   + EM_SETWORDBREAKPROC (used only for word movement at the moment)
125   - EM_SETWORDBREAKPROCEX
126   - EM_SETWORDWRAPMODE 1.0asian
127   + EM_SETZOOM 3.0
128   + EM_SHOWSCROLLBAR 2.0
129   + EM_STOPGROUPTYPING 2.0
130   + EM_STREAMIN
131   + EM_STREAMOUT
132   + EM_UNDO
133   + WM_CHAR
134   + WM_CLEAR
135   + WM_COPY
136   + WM_CUT
137   + WM_GETDLGCODE (the current implementation is incomplete)
138   + WM_GETTEXT (ANSI&Unicode)
139   + WM_GETTEXTLENGTH (ANSI version sucks)
140   + WM_HSCROLL
141   + WM_PASTE
142   + WM_SETFONT
143   + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
144   + WM_STYLECHANGING (seems to do nothing)
145   + WM_STYLECHANGED (seems to do nothing)
146   + WM_UNICHAR
147   + WM_VSCROLL
148
149   Notifications
150
151   * EN_CHANGE (sent from the wrong place)
152   - EN_CORRECTTEXT
153   - EN_DROPFILES
154   - EN_ERRSPACE
155   - EN_HSCROLL
156   - EN_IMECHANGE
157   + EN_KILLFOCUS
158   - EN_LINK
159   - EN_MAXTEXT
160   - EN_MSGFILTER
161   - EN_OLEOPFAILED
162   - EN_PROTECTED
163   + EN_REQUESTRESIZE
164   - EN_SAVECLIPBOARD
165   + EN_SELCHANGE 
166   + EN_SETFOCUS
167   - EN_STOPNOUNDO
168   * EN_UPDATE (sent from the wrong place)
169   - EN_VSCROLL
170   
171   Styles
172   
173   - ES_AUTOHSCROLL
174   - ES_AUTOVSCROLL
175   - ES_CENTER
176   + ES_DISABLENOSCROLL (scrollbar is always visible)
177   - ES_EX_NOCALLOLEINIT
178   - ES_LEFT
179   - ES_MULTILINE (currently single line controls aren't supported)
180   - ES_NOIME
181   - ES_READONLY (I'm not sure if beeping is the proper behaviour)
182   - ES_RIGHT
183   - ES_SAVESEL
184   - ES_SELFIME
185   - ES_SUNKEN
186   - ES_VERTICAL
187   - ES_WANTRETURN (don't know how to do WM_GETDLGCODE part)
188   - WS_SETFONT
189   + WS_HSCROLL
190   + WS_VSCROLL
191 */
192
193 /*
194  * RICHED20 TODO (incomplete):
195  *
196  * - messages/styles/notifications listed above 
197  * - add remaining CHARFORMAT/PARAFORMAT fields
198  * - right/center align should strip spaces from the beginning
199  * - pictures/OLE objects (not just smiling faces that lack API support ;-) )
200  * - COM interface (looks like a major pain in the TODO list)
201  * - calculate heights of pictures (half-done)
202  * - hysteresis during wrapping (related to scrollbars appearing/disappearing)
203  * - find/replace
204  * - how to implement EM_FORMATRANGE and EM_DISPLAYBAND ? (Mission Impossible)
205  * - italic caret with italic fonts
206  * - IME
207  * - most notifications aren't sent at all (the most important ones are)
208  * - when should EN_SELCHANGE be sent after text change ? (before/after EN_UPDATE?)
209  * - WM_SETTEXT may use wrong style (but I'm 80% sure it's OK)
210  * - EM_GETCHARFORMAT with SCF_SELECTION may not behave 100% like in original (but very close)
211  * - full justification
212  * - hyphenation
213  * - tables
214  * - ListBox & ComboBox not implemented
215  *
216  * Bugs that are probably fixed, but not so easy to verify:
217  * - EN_UPDATE/EN_CHANGE are handled very incorrectly (should be OK now)
218  * - undo for ME_JoinParagraphs doesn't store paragraph format ? (it does)
219  * - check/fix artificial EOL logic (bCursorAtEnd, hardly logical)
220  * - caret shouldn't be displayed when selection isn't empty
221  * - check refcounting in style management functions (looks perfect now, but no bugs is suspicious)
222  * - undo for setting default format (done, might be buggy)
223  * - styles might be not released properly (looks like they work like charm, but who knows?
224  *
225  */
226
227 #include "editor.h"
228 #include "commdlg.h"
229 #include "winreg.h"
230 #define NO_SHLWAPI_STREAM 
231 #include "shlwapi.h"
232 #include "rtf.h"
233 #include "imm.h"
234 #include "res.h"
235
236 #define STACK_SIZE_DEFAULT  100
237 #define STACK_SIZE_MAX     1000
238
239 #define TEXT_LIMIT_DEFAULT 32767
240  
241 WINE_DEFAULT_DEBUG_CHANNEL(richedit);
242
243 static BOOL ME_RegisterEditorClass(HINSTANCE);
244 static BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, ME_Cursor *start, int nChars);
245
246 static const WCHAR REListBox20W[] = {'R','E','L','i','s','t','B','o','x','2','0','W', 0};
247 static const WCHAR REComboBox20W[] = {'R','E','C','o','m','b','o','B','o','x','2','0','W', 0};
248 static HCURSOR hLeft;
249
250 int me_debug = 0;
251 HANDLE me_heap = NULL;
252
253 static BOOL ME_ListBoxRegistered = FALSE;
254 static BOOL ME_ComboBoxRegistered = FALSE;
255
256 static inline int is_version_nt(void)
257 {
258     return !(GetVersion() & 0x80000000);
259 }
260
261 static ME_TextBuffer *ME_MakeText(void) {
262   
263   ME_TextBuffer *buf = ALLOC_OBJ(ME_TextBuffer);
264
265   ME_DisplayItem *p1 = ME_MakeDI(diTextStart);
266   ME_DisplayItem *p2 = ME_MakeDI(diTextEnd);
267   
268   p1->prev = NULL;
269   p1->next = p2;
270   p2->prev = p1;
271   p2->next = NULL;
272   p1->member.para.next_para = p2;
273   p2->member.para.prev_para = p1;
274   p2->member.para.nCharOfs = 0;  
275   
276   buf->pFirst = p1;
277   buf->pLast = p2;
278   buf->pCharStyle = NULL;
279   
280   return buf;
281 }
282
283
284 static LRESULT ME_StreamInText(ME_TextEditor *editor, DWORD dwFormat, ME_InStream *stream, ME_Style *style)
285 {
286   WCHAR *pText;
287   LRESULT total_bytes_read = 0;
288   BOOL is_read = FALSE;
289   static const char bom_utf8[] = {0xEF, 0xBB, 0xBF};
290
291   TRACE("%08x %p\n", dwFormat, stream);
292
293   do {
294     LONG nWideChars = 0;
295     WCHAR wszText[STREAMIN_BUFFER_SIZE+1];
296
297     if (!stream->dwSize)
298     {
299       ME_StreamInFill(stream);
300       if (stream->editstream->dwError)
301         break;
302       if (!stream->dwSize)
303         break;
304       total_bytes_read += stream->dwSize;
305     }
306
307     if (!(dwFormat & SF_UNICODE))
308     {
309       char * buf = stream->buffer;
310       DWORD size = stream->dwSize;
311       DWORD cp = CP_ACP;
312
313       if (!is_read)
314       {
315         is_read = TRUE;
316         if (stream->dwSize >= 3 && !memcmp(stream->buffer, bom_utf8, 3))
317         {
318           cp = CP_UTF8;
319           buf += 3;
320           size -= 3;
321         }
322       }
323
324       nWideChars = MultiByteToWideChar(cp, 0, buf, size, wszText, STREAMIN_BUFFER_SIZE);
325       pText = wszText;
326     }
327     else
328     {
329       nWideChars = stream->dwSize >> 1;
330       pText = (WCHAR *)stream->buffer;
331     }
332
333     ME_InsertTextFromCursor(editor, 0, pText, nWideChars, style);
334     if (stream->dwSize == 0)
335       break;
336     stream->dwSize = 0;
337   } while(1);
338   return total_bytes_read;
339 }
340
341 static void ME_ApplyBorderProperties(RTF_Info *info,
342                                      ME_BorderRect *borderRect,
343                                      RTFBorder *borderDef)
344 {
345   int i, colorNum;
346   ME_Border *pBorders[] = {&borderRect->top,
347                            &borderRect->left,
348                            &borderRect->bottom,
349                            &borderRect->right};
350   for (i = 0; i < 4; i++)
351   {
352     RTFColor *colorDef = info->colorList;
353     pBorders[i]->width = borderDef[i].width;
354     colorNum = borderDef[i].color;
355     while (colorDef && colorDef->rtfCNum != colorNum)
356       colorDef = colorDef->rtfNextColor;
357     if (colorDef)
358       pBorders[i]->colorRef = RGB(
359                            colorDef->rtfCRed >= 0 ? colorDef->rtfCRed : 0,
360                            colorDef->rtfCGreen >= 0 ? colorDef->rtfCGreen : 0,
361                            colorDef->rtfCBlue >= 0 ? colorDef->rtfCBlue : 0);
362     else
363       pBorders[i]->colorRef = RGB(0, 0, 0);
364   }
365 }
366
367 void ME_RTFCharAttrHook(RTF_Info *info)
368 {
369   CHARFORMAT2W fmt;
370   fmt.cbSize = sizeof(fmt);
371   fmt.dwMask = 0;
372   fmt.dwEffects = 0;
373
374   switch(info->rtfMinor)
375   {
376     case rtfPlain:
377       /* FIXME add more flags once they're implemented */
378       fmt.dwMask = CFM_BOLD | CFM_ITALIC | CFM_UNDERLINETYPE | CFM_STRIKEOUT | CFM_COLOR | CFM_BACKCOLOR | CFM_SIZE | CFM_WEIGHT;
379       fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR;
380       fmt.yHeight = 12*20; /* 12pt */
381       fmt.wWeight = FW_NORMAL;
382       fmt.bUnderlineType = CFU_UNDERLINENONE;
383       break;
384     case rtfBold:
385       fmt.dwMask = CFM_BOLD | CFM_WEIGHT;
386       fmt.dwEffects = info->rtfParam ? CFE_BOLD : 0;
387       fmt.wWeight = info->rtfParam ? FW_BOLD : FW_NORMAL;
388       break;
389     case rtfItalic:
390       fmt.dwMask = CFM_ITALIC;
391       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
392       break;
393     case rtfUnderline:
394       fmt.dwMask = CFM_UNDERLINETYPE;
395       fmt.bUnderlineType = info->rtfParam ? CFU_CF1UNDERLINE : CFU_UNDERLINENONE;
396       break;
397     case rtfDotUnderline:
398       fmt.dwMask = CFM_UNDERLINETYPE;
399       fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOTTED : CFU_UNDERLINENONE;
400       break;
401     case rtfDbUnderline:
402       fmt.dwMask = CFM_UNDERLINETYPE;
403       fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOUBLE : CFU_UNDERLINENONE;
404       break;
405     case rtfWordUnderline:
406       fmt.dwMask = CFM_UNDERLINETYPE;
407       fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEWORD : CFU_UNDERLINENONE;
408       break;
409     case rtfNoUnderline:
410       fmt.dwMask = CFM_UNDERLINETYPE;
411       fmt.bUnderlineType = CFU_UNDERLINENONE;
412       break;
413     case rtfStrikeThru:
414       fmt.dwMask = CFM_STRIKEOUT;
415       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
416       break;
417     case rtfSubScript:
418     case rtfSuperScript:
419     case rtfSubScrShrink:
420     case rtfSuperScrShrink:
421     case rtfNoSuperSub:
422       fmt.dwMask = CFM_SUBSCRIPT|CFM_SUPERSCRIPT;
423       if (info->rtfMinor == rtfSubScrShrink) fmt.dwEffects = CFE_SUBSCRIPT;
424       if (info->rtfMinor == rtfSuperScrShrink) fmt.dwEffects = CFE_SUPERSCRIPT;
425       if (info->rtfMinor == rtfNoSuperSub) fmt.dwEffects = 0;
426       break;
427     case rtfInvisible:
428       fmt.dwMask = CFM_HIDDEN;
429       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
430       break;
431     case rtfBackColor:
432       fmt.dwMask = CFM_BACKCOLOR;
433       fmt.dwEffects = 0;
434       if (info->rtfParam == 0)
435         fmt.dwEffects = CFE_AUTOBACKCOLOR;
436       else if (info->rtfParam != rtfNoParam)
437       {
438         RTFColor *c = RTFGetColor(info, info->rtfParam);
439         if (c && c->rtfCBlue >= 0)
440           fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
441         else
442           fmt.dwEffects = CFE_AUTOBACKCOLOR;
443       }
444       break;
445     case rtfForeColor:
446       fmt.dwMask = CFM_COLOR;
447       fmt.dwEffects = 0;
448       if (info->rtfParam == 0)
449         fmt.dwEffects = CFE_AUTOCOLOR;
450       else if (info->rtfParam != rtfNoParam)
451       {
452         RTFColor *c = RTFGetColor(info, info->rtfParam);
453         if (c && c->rtfCBlue >= 0)
454           fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
455         else {
456           fmt.dwEffects = CFE_AUTOCOLOR;
457         }
458       }
459       break;
460     case rtfFontNum:
461       if (info->rtfParam != rtfNoParam)
462       {
463         RTFFont *f = RTFGetFont(info, info->rtfParam);
464         if (f)
465         {
466           MultiByteToWideChar(CP_ACP, 0, f->rtfFName, -1, fmt.szFaceName, sizeof(fmt.szFaceName)/sizeof(WCHAR));
467           fmt.szFaceName[sizeof(fmt.szFaceName)/sizeof(WCHAR)-1] = '\0';
468           fmt.bCharSet = f->rtfFCharSet;
469           fmt.dwMask = CFM_FACE | CFM_CHARSET;
470           fmt.bPitchAndFamily = f->rtfFPitch | (f->rtfFFamily << 4);
471         }
472       }
473       break;
474     case rtfFontSize:
475       fmt.dwMask = CFM_SIZE;
476       if (info->rtfParam != rtfNoParam)
477         fmt.yHeight = info->rtfParam*10;
478       break;
479   }
480   if (fmt.dwMask) {
481     ME_Style *style2;
482     RTFFlushOutputBuffer(info);
483     /* FIXME too slow ? how come ? */
484     style2 = ME_ApplyStyle(info->style, &fmt);
485     ME_ReleaseStyle(info->style);
486     info->style = style2;
487     info->styleChanged = TRUE;
488   }
489 }
490
491 /* FIXME this function doesn't get any information about context of the RTF tag, which is very bad,
492    the same tags mean different things in different contexts */
493 void ME_RTFParAttrHook(RTF_Info *info)
494 {
495   PARAFORMAT2 fmt;
496   fmt.cbSize = sizeof(fmt);
497   fmt.dwMask = 0;
498   
499   switch(info->rtfMinor)
500   {
501   case rtfParDef: /* restores default paragraph attributes */
502     if (!info->editor->bEmulateVersion10) /* v4.1 */
503       info->borderType = RTFBorderParaLeft;
504     else /* v1.0 - 3.0 */
505       info->borderType = RTFBorderParaTop;
506     fmt.dwMask = PFM_ALIGNMENT | PFM_BORDER | PFM_LINESPACING | PFM_TABSTOPS |
507         PFM_OFFSET | PFM_RIGHTINDENT | PFM_SPACEAFTER | PFM_SPACEBEFORE |
508         PFM_STARTINDENT;
509     /* TODO: numbering, shading */
510     fmt.wAlignment = PFA_LEFT;
511     fmt.cTabCount = 0;
512     fmt.dxOffset = fmt.dxStartIndent = fmt.dxRightIndent = 0;
513     fmt.wBorderWidth = fmt.wBorders = 0;
514     fmt.wBorderSpace = 0;
515     fmt.bLineSpacingRule = 0;
516     fmt.dySpaceBefore = fmt.dySpaceAfter = 0;
517     fmt.dyLineSpacing = 0;
518     if (!info->editor->bEmulateVersion10) /* v4.1 */
519     {
520       if (info->tableDef && info->tableDef->tableRowStart &&
521           info->tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
522       {
523         ME_Cursor cursor;
524         ME_DisplayItem *para;
525         /* We are just after a table row. */
526         RTFFlushOutputBuffer(info);
527         cursor = info->editor->pCursors[0];
528         para = cursor.pPara;
529         if (para  == info->tableDef->tableRowStart->member.para.next_para
530             && !cursor.nOffset && !cursor.pRun->member.run.nCharOfs)
531         {
532           /* Since the table row end, no text has been inserted, and the \intbl
533            * control word has not be used.  We can confirm that we are not in a
534            * table anymore.
535            */
536           info->tableDef->tableRowStart = NULL;
537           info->canInheritInTbl = FALSE;
538         }
539       }
540     } else { /* v1.0 - v3.0 */
541       fmt.dwMask |= PFM_TABLE;
542       fmt.wEffects &= ~PFE_TABLE;
543     }
544     break;
545   case rtfNestLevel:
546     if (!info->editor->bEmulateVersion10) /* v4.1 */
547     {
548       while (info->rtfParam > info->nestingLevel) {
549         RTFTable *tableDef = ALLOC_OBJ(RTFTable);
550         ZeroMemory(tableDef, sizeof(RTFTable));
551         tableDef->parent = info->tableDef;
552         info->tableDef = tableDef;
553
554         RTFFlushOutputBuffer(info);
555         if (tableDef->tableRowStart &&
556             tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
557         {
558           ME_DisplayItem *para = tableDef->tableRowStart;
559           para = para->member.para.next_para;
560           para = ME_InsertTableRowStartAtParagraph(info->editor, para);
561           tableDef->tableRowStart = para;
562         } else {
563           ME_Cursor cursor;
564           WCHAR endl = '\r';
565           cursor = info->editor->pCursors[0];
566           if (cursor.nOffset || cursor.pRun->member.run.nCharOfs)
567             ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
568           tableDef->tableRowStart = ME_InsertTableRowStartFromCursor(info->editor);
569         }
570
571         info->nestingLevel++;
572       }
573       info->canInheritInTbl = FALSE;
574     }
575     break;
576   case rtfInTable:
577   {
578     if (!info->editor->bEmulateVersion10) /* v4.1 */
579     {
580       if (info->nestingLevel < 1)
581       {
582         RTFTable *tableDef;
583         if (!info->tableDef)
584         {
585             info->tableDef = ALLOC_OBJ(RTFTable);
586             ZeroMemory(info->tableDef, sizeof(RTFTable));
587         }
588         tableDef = info->tableDef;
589         RTFFlushOutputBuffer(info);
590         if (tableDef->tableRowStart &&
591             tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
592         {
593           ME_DisplayItem *para = tableDef->tableRowStart;
594           para = para->member.para.next_para;
595           para = ME_InsertTableRowStartAtParagraph(info->editor, para);
596           tableDef->tableRowStart = para;
597         } else {
598           ME_Cursor cursor;
599           WCHAR endl = '\r';
600           cursor = info->editor->pCursors[0];
601           if (cursor.nOffset || cursor.pRun->member.run.nCharOfs)
602             ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
603           tableDef->tableRowStart = ME_InsertTableRowStartFromCursor(info->editor);
604         }
605         info->nestingLevel = 1;
606         info->canInheritInTbl = TRUE;
607       }
608       return;
609     } else { /* v1.0 - v3.0 */
610       fmt.dwMask |= PFM_TABLE;
611       fmt.wEffects |= PFE_TABLE;
612     }
613     break;
614   }
615   case rtfFirstIndent:
616     ME_GetSelectionParaFormat(info->editor, &fmt);
617     fmt.dwMask = PFM_STARTINDENT | PFM_OFFSET;
618     fmt.dxStartIndent += fmt.dxOffset + info->rtfParam;
619     fmt.dxOffset = -info->rtfParam;
620     break;
621   case rtfLeftIndent:
622     ME_GetSelectionParaFormat(info->editor, &fmt);
623     fmt.dwMask = PFM_STARTINDENT;
624     fmt.dxStartIndent = info->rtfParam - fmt.dxOffset;
625     break;
626   case rtfRightIndent:
627     fmt.dwMask = PFM_RIGHTINDENT;
628     fmt.dxRightIndent = info->rtfParam;
629     break;
630   case rtfQuadLeft:
631   case rtfQuadJust:
632     fmt.dwMask = PFM_ALIGNMENT;
633     fmt.wAlignment = PFA_LEFT;
634     break;
635   case rtfQuadRight:
636     fmt.dwMask = PFM_ALIGNMENT;
637     fmt.wAlignment = PFA_RIGHT;
638     break;
639   case rtfQuadCenter:
640     fmt.dwMask = PFM_ALIGNMENT;
641     fmt.wAlignment = PFA_CENTER;
642     break;
643   case rtfTabPos:
644     ME_GetSelectionParaFormat(info->editor, &fmt);
645     if (!(fmt.dwMask & PFM_TABSTOPS))
646     {
647       fmt.cTabCount = 0;
648     }
649     if (fmt.cTabCount < MAX_TAB_STOPS && info->rtfParam < 0x1000000)
650       fmt.rgxTabs[fmt.cTabCount++] = info->rtfParam;
651     fmt.dwMask = PFM_TABSTOPS;
652     break;
653   case rtfKeep:
654     fmt.dwMask = PFM_KEEP;
655     fmt.wEffects = PFE_KEEP;
656     break;
657   case rtfNoWidowControl:
658     fmt.dwMask = PFM_NOWIDOWCONTROL;
659     fmt.wEffects = PFE_NOWIDOWCONTROL;
660     break;
661   case rtfKeepNext:
662     fmt.dwMask = PFM_KEEPNEXT;
663     fmt.wEffects = PFE_KEEPNEXT;
664     break;
665   case rtfSpaceAfter:
666     fmt.dwMask = PFM_SPACEAFTER;
667     fmt.dySpaceAfter = info->rtfParam;
668     break;
669   case rtfSpaceBefore:
670     fmt.dwMask = PFM_SPACEBEFORE;
671     fmt.dySpaceBefore = info->rtfParam;
672     break;
673   case rtfSpaceBetween:
674     fmt.dwMask = PFM_LINESPACING;
675     if ((int)info->rtfParam > 0)
676     {
677       fmt.dyLineSpacing = info->rtfParam;
678       fmt.bLineSpacingRule = 3;
679     }
680     else
681     {
682       fmt.dyLineSpacing = info->rtfParam;
683       fmt.bLineSpacingRule = 4;
684     }
685     break;
686   case rtfSpaceMultiply:
687     fmt.dwMask = PFM_LINESPACING;
688     fmt.dyLineSpacing = info->rtfParam * 20;
689     fmt.bLineSpacingRule = 5;
690     break;
691   case rtfParBullet:
692     fmt.dwMask = PFM_NUMBERING;
693     fmt.wNumbering = PFN_BULLET;
694     break;
695   case rtfParSimple:
696     fmt.dwMask = PFM_NUMBERING;
697     fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
698     break;
699   case rtfParNumDecimal:
700     fmt.dwMask = PFM_NUMBERING;
701     fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
702     break;
703   case rtfParNumIndent:
704     fmt.dwMask = PFM_NUMBERINGTAB;
705     fmt.wNumberingTab = info->rtfParam;
706     break;
707   case rtfParNumStartAt:
708     fmt.dwMask = PFM_NUMBERINGSTART;
709     fmt.wNumberingStart = info->rtfParam;
710     break;
711   case rtfBorderLeft:
712     info->borderType = RTFBorderParaLeft;
713     ME_GetSelectionParaFormat(info->editor, &fmt);
714     if (!(fmt.dwMask & PFM_BORDER))
715     {
716       fmt.wBorderSpace = 0;
717       fmt.wBorderWidth = 1;
718       fmt.wBorders = 0;
719     }
720     fmt.wBorders |= 1;
721     fmt.dwMask = PFM_BORDER;
722     break;
723   case rtfBorderRight:
724     info->borderType = RTFBorderParaRight;
725     ME_GetSelectionParaFormat(info->editor, &fmt);
726     if (!(fmt.dwMask & PFM_BORDER))
727     {
728       fmt.wBorderSpace = 0;
729       fmt.wBorderWidth = 1;
730       fmt.wBorders = 0;
731     }
732     fmt.wBorders |= 2;
733     fmt.dwMask = PFM_BORDER;
734     break;
735   case rtfBorderTop:
736     info->borderType = RTFBorderParaTop;
737     ME_GetSelectionParaFormat(info->editor, &fmt);
738     if (!(fmt.dwMask & PFM_BORDER))
739     {
740       fmt.wBorderSpace = 0;
741       fmt.wBorderWidth = 1;
742       fmt.wBorders = 0;
743     }
744     fmt.wBorders |= 4;
745     fmt.dwMask = PFM_BORDER;
746     break;
747   case rtfBorderBottom:
748     info->borderType = RTFBorderParaBottom;
749     ME_GetSelectionParaFormat(info->editor, &fmt);
750     if (!(fmt.dwMask & PFM_BORDER))
751     {
752       fmt.wBorderSpace = 0;
753       fmt.wBorderWidth = 1;
754       fmt.wBorders = 0;
755     }
756     fmt.wBorders |= 8;
757     fmt.dwMask = PFM_BORDER;
758     break;
759   case rtfBorderSingle:
760     ME_GetSelectionParaFormat(info->editor, &fmt);
761     /* we assume that borders have been created before (RTF spec) */
762     fmt.wBorders &= ~0x700;
763     fmt.wBorders |= 1 << 8;
764     fmt.dwMask = PFM_BORDER;
765     break;
766   case rtfBorderThick:
767     ME_GetSelectionParaFormat(info->editor, &fmt);
768     /* we assume that borders have been created before (RTF spec) */
769     fmt.wBorders &= ~0x700;
770     fmt.wBorders |= 2 << 8;
771     fmt.dwMask = PFM_BORDER;
772     break;
773   case rtfBorderShadow:
774     ME_GetSelectionParaFormat(info->editor, &fmt);
775     /* we assume that borders have been created before (RTF spec) */
776     fmt.wBorders &= ~0x700;
777     fmt.wBorders |= 10 << 8;
778     fmt.dwMask = PFM_BORDER;
779     break;
780   case rtfBorderDouble:
781     ME_GetSelectionParaFormat(info->editor, &fmt);
782     /* we assume that borders have been created before (RTF spec) */
783     fmt.wBorders &= ~0x700;
784     fmt.wBorders |= 7 << 8;
785     fmt.dwMask = PFM_BORDER;
786     break;
787   case rtfBorderDot:
788     ME_GetSelectionParaFormat(info->editor, &fmt);
789     /* we assume that borders have been created before (RTF spec) */
790     fmt.wBorders &= ~0x700;
791     fmt.wBorders |= 11 << 8;
792     fmt.dwMask = PFM_BORDER;
793     break;
794   case rtfBorderWidth:
795   {
796     int borderSide = info->borderType & RTFBorderSideMask;
797     RTFTable *tableDef = info->tableDef;
798     ME_GetSelectionParaFormat(info->editor, &fmt);
799     /* we assume that borders have been created before (RTF spec) */
800     fmt.wBorderWidth |= ((info->rtfParam / 15) & 7) << 8;
801     if ((info->borderType & RTFBorderTypeMask) == RTFBorderTypeCell)
802     {
803       RTFBorder *border;
804       if (!tableDef || tableDef->numCellsDefined >= MAX_TABLE_CELLS)
805         break;
806       border = &tableDef->cells[tableDef->numCellsDefined].border[borderSide];
807       border->width = info->rtfParam;
808       break;
809     }
810     fmt.dwMask = PFM_BORDER;
811     break;
812   }
813   case rtfBorderSpace:
814     ME_GetSelectionParaFormat(info->editor, &fmt);
815     /* we assume that borders have been created before (RTF spec) */
816     fmt.wBorderSpace = info->rtfParam;
817     fmt.dwMask = PFM_BORDER;
818     break;
819   case rtfBorderColor:
820   {
821     RTFTable *tableDef = info->tableDef;
822     int borderSide = info->borderType & RTFBorderSideMask;
823     int borderType = info->borderType & RTFBorderTypeMask;
824     switch(borderType)
825     {
826     case RTFBorderTypePara:
827       if (!info->editor->bEmulateVersion10) /* v4.1 */
828         break;
829       /* v1.0 - 3.0 treat paragraph and row borders the same. */
830     case RTFBorderTypeRow:
831       if (tableDef) {
832         tableDef->border[borderSide].color = info->rtfParam;
833       }
834       break;
835     case RTFBorderTypeCell:
836       if (tableDef && tableDef->numCellsDefined < MAX_TABLE_CELLS) {
837         tableDef->cells[tableDef->numCellsDefined].border[borderSide].color = info->rtfParam;
838       }
839       break;
840     }
841     break;
842   }
843   case rtfRTLPar:
844     fmt.dwMask = PFM_RTLPARA;
845     fmt.wEffects = PFE_RTLPARA;
846     break;
847   case rtfLTRPar:
848     fmt.dwMask = PFM_RTLPARA;
849     fmt.wEffects = 0;
850     break;
851   }
852   if (fmt.dwMask) {
853     RTFFlushOutputBuffer(info);
854     /* FIXME too slow ? how come ?*/
855     ME_SetSelectionParaFormat(info->editor, &fmt);
856   }
857 }
858
859 void ME_RTFTblAttrHook(RTF_Info *info)
860 {
861   switch (info->rtfMinor)
862   {
863     case rtfRowDef:
864     {
865       if (!info->editor->bEmulateVersion10) /* v4.1 */
866         info->borderType = 0; /* Not sure */
867       else /* v1.0 - 3.0 */
868         info->borderType = RTFBorderRowTop;
869       if (!info->tableDef) {
870         info->tableDef = ME_MakeTableDef(info->editor);
871       } else {
872         ME_InitTableDef(info->editor, info->tableDef);
873       }
874       break;
875     }
876     case rtfCellPos:
877     {
878       int cellNum;
879       if (!info->tableDef)
880       {
881         info->tableDef = ME_MakeTableDef(info->editor);
882       }
883       cellNum = info->tableDef->numCellsDefined;
884       if (cellNum >= MAX_TABLE_CELLS)
885         break;
886       info->tableDef->cells[cellNum].rightBoundary = info->rtfParam;
887       if (cellNum < MAX_TAB_STOPS) {
888         /* Tab stops were used to store cell positions before v4.1 but v4.1
889          * still seems to set the tabstops without using them. */
890         ME_DisplayItem *para = info->editor->pCursors[0].pPara;
891         PARAFORMAT2 *pFmt = para->member.para.pFmt;
892         pFmt->rgxTabs[cellNum] &= ~0x00FFFFFF;
893         pFmt->rgxTabs[cellNum] = 0x00FFFFFF & info->rtfParam;
894       }
895       info->tableDef->numCellsDefined++;
896       break;
897     }
898     case rtfRowBordTop:
899       info->borderType = RTFBorderRowTop;
900       break;
901     case rtfRowBordLeft:
902       info->borderType = RTFBorderRowLeft;
903       break;
904     case rtfRowBordBottom:
905       info->borderType = RTFBorderRowBottom;
906       break;
907     case rtfRowBordRight:
908       info->borderType = RTFBorderRowRight;
909       break;
910     case rtfCellBordTop:
911       info->borderType = RTFBorderCellTop;
912       break;
913     case rtfCellBordLeft:
914       info->borderType = RTFBorderCellLeft;
915       break;
916     case rtfCellBordBottom:
917       info->borderType = RTFBorderCellBottom;
918       break;
919     case rtfCellBordRight:
920       info->borderType = RTFBorderCellRight;
921       break;
922     case rtfRowGapH:
923       if (info->tableDef)
924         info->tableDef->gapH = info->rtfParam;
925       break;
926     case rtfRowLeftEdge:
927       if (info->tableDef)
928         info->tableDef->leftEdge = info->rtfParam;
929       break;
930   }
931 }
932
933 void ME_RTFSpecialCharHook(RTF_Info *info)
934 {
935   RTFTable *tableDef = info->tableDef;
936   switch (info->rtfMinor)
937   {
938     case rtfNestCell:
939       if (info->editor->bEmulateVersion10) /* v1.0 - v3.0 */
940         break;
941       /* else fall through since v4.1 treats rtfNestCell and rtfCell the same */
942     case rtfCell:
943       if (!tableDef)
944         break;
945       RTFFlushOutputBuffer(info);
946       if (!info->editor->bEmulateVersion10) { /* v4.1 */
947         if (tableDef->tableRowStart)
948         {
949           if (!info->nestingLevel &&
950               tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
951           {
952             ME_DisplayItem *para = tableDef->tableRowStart;
953             para = para->member.para.next_para;
954             para = ME_InsertTableRowStartAtParagraph(info->editor, para);
955             tableDef->tableRowStart = para;
956             info->nestingLevel = 1;
957           }
958           ME_InsertTableCellFromCursor(info->editor);
959         }
960       } else { /* v1.0 - v3.0 */
961         ME_DisplayItem *para = info->editor->pCursors[0].pPara;
962         PARAFORMAT2 *pFmt = para->member.para.pFmt;
963         if (pFmt->dwMask & PFM_TABLE && pFmt->wEffects & PFE_TABLE &&
964             tableDef->numCellsInserted < tableDef->numCellsDefined)
965         {
966           WCHAR tab = '\t';
967           ME_InsertTextFromCursor(info->editor, 0, &tab, 1, info->style);
968           tableDef->numCellsInserted++;
969         }
970       }
971       break;
972     case rtfNestRow:
973       if (info->editor->bEmulateVersion10) /* v1.0 - v3.0 */
974         break;
975       /* else fall through since v4.1 treats rtfNestRow and rtfRow the same */
976     case rtfRow:
977     {
978       ME_DisplayItem *para, *cell, *run;
979       int i;
980
981       if (!tableDef)
982         break;
983       RTFFlushOutputBuffer(info);
984       if (!info->editor->bEmulateVersion10) { /* v4.1 */
985         if (!tableDef->tableRowStart)
986           break;
987         if (!info->nestingLevel &&
988             tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
989         {
990           para = tableDef->tableRowStart;
991           para = para->member.para.next_para;
992           para = ME_InsertTableRowStartAtParagraph(info->editor, para);
993           tableDef->tableRowStart = para;
994           info->nestingLevel++;
995         }
996         para = tableDef->tableRowStart;
997         cell = ME_FindItemFwd(para, diCell);
998         assert(cell && !cell->member.cell.prev_cell);
999         if (tableDef->numCellsDefined < 1)
1000         {
1001           /* 2000 twips appears to be the cell size that native richedit uses
1002            * when no cell sizes are specified. */
1003           const int defaultCellSize = 2000;
1004           int nRightBoundary = defaultCellSize;
1005           cell->member.cell.nRightBoundary = nRightBoundary;
1006           while (cell->member.cell.next_cell) {
1007             cell = cell->member.cell.next_cell;
1008             nRightBoundary += defaultCellSize;
1009             cell->member.cell.nRightBoundary = nRightBoundary;
1010           }
1011           para = ME_InsertTableCellFromCursor(info->editor);
1012           cell = para->member.para.pCell;
1013           cell->member.cell.nRightBoundary = nRightBoundary;
1014         } else {
1015           for (i = 0; i < tableDef->numCellsDefined; i++)
1016           {
1017             RTFCell *cellDef = &tableDef->cells[i];
1018             cell->member.cell.nRightBoundary = cellDef->rightBoundary;
1019             ME_ApplyBorderProperties(info, &cell->member.cell.border,
1020                                      cellDef->border);
1021             cell = cell->member.cell.next_cell;
1022             if (!cell)
1023             {
1024               para = ME_InsertTableCellFromCursor(info->editor);
1025               cell = para->member.para.pCell;
1026             }
1027           }
1028           /* Cell for table row delimiter is empty */
1029           cell->member.cell.nRightBoundary = tableDef->cells[i-1].rightBoundary;
1030         }
1031
1032         run = ME_FindItemFwd(cell, diRun);
1033         if (info->editor->pCursors[0].pRun != run ||
1034             info->editor->pCursors[0].nOffset)
1035         {
1036           int nOfs, nChars;
1037           /* Delete inserted cells that aren't defined. */
1038           info->editor->pCursors[1].pRun = run;
1039           info->editor->pCursors[1].pPara = ME_GetParagraph(run);
1040           info->editor->pCursors[1].nOffset = 0;
1041           nOfs = ME_GetCursorOfs(&info->editor->pCursors[1]);
1042           nChars = ME_GetCursorOfs(&info->editor->pCursors[0]) - nOfs;
1043           ME_InternalDeleteText(info->editor, &info->editor->pCursors[1],
1044                                 nChars, TRUE);
1045         }
1046
1047         para = ME_InsertTableRowEndFromCursor(info->editor);
1048         para->member.para.pFmt->dxOffset = abs(info->tableDef->gapH);
1049         para->member.para.pFmt->dxStartIndent = info->tableDef->leftEdge;
1050         ME_ApplyBorderProperties(info, &para->member.para.border,
1051                                  tableDef->border);
1052         info->nestingLevel--;
1053         if (!info->nestingLevel)
1054         {
1055           if (info->canInheritInTbl) {
1056             tableDef->tableRowStart = para;
1057           } else {
1058             while (info->tableDef) {
1059               tableDef = info->tableDef;
1060               info->tableDef = tableDef->parent;
1061               heap_free(tableDef);
1062             }
1063           }
1064         } else {
1065           info->tableDef = tableDef->parent;
1066           heap_free(tableDef);
1067         }
1068       } else { /* v1.0 - v3.0 */
1069         WCHAR endl = '\r';
1070         ME_DisplayItem *para = info->editor->pCursors[0].pPara;
1071         PARAFORMAT2 *pFmt = para->member.para.pFmt;
1072         pFmt->dxOffset = info->tableDef->gapH;
1073         pFmt->dxStartIndent = info->tableDef->leftEdge;
1074
1075         ME_ApplyBorderProperties(info, &para->member.para.border,
1076                                  tableDef->border);
1077         while (tableDef->numCellsInserted < tableDef->numCellsDefined)
1078         {
1079           WCHAR tab = '\t';
1080           ME_InsertTextFromCursor(info->editor, 0, &tab, 1, info->style);
1081           tableDef->numCellsInserted++;
1082         }
1083         pFmt->cTabCount = min(tableDef->numCellsDefined, MAX_TAB_STOPS);
1084         if (!tableDef->numCellsDefined)
1085           pFmt->wEffects &= ~PFE_TABLE;
1086         ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
1087         tableDef->numCellsInserted = 0;
1088       }
1089       break;
1090     }
1091     case rtfTab:
1092     case rtfPar:
1093       if (info->editor->bEmulateVersion10) { /* v1.0 - 3.0 */
1094         ME_DisplayItem *para;
1095         PARAFORMAT2 *pFmt;
1096         RTFFlushOutputBuffer(info);
1097         para = info->editor->pCursors[0].pPara;
1098         pFmt = para->member.para.pFmt;
1099         if (pFmt->dwMask & PFM_TABLE && pFmt->wEffects & PFE_TABLE)
1100         {
1101           /* rtfPar is treated like a space within a table. */
1102           info->rtfClass = rtfText;
1103           info->rtfMajor = ' ';
1104         }
1105         else if (info->rtfMinor == rtfPar && tableDef)
1106           tableDef->numCellsInserted = 0;
1107       }
1108       break;
1109   }
1110 }
1111
1112 static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbmp,
1113                                   const SIZEL* sz)
1114 {
1115   LPOLEOBJECT         lpObject = NULL;
1116   LPSTORAGE           lpStorage = NULL;
1117   LPOLECLIENTSITE     lpClientSite = NULL;
1118   LPDATAOBJECT        lpDataObject = NULL;
1119   LPOLECACHE          lpOleCache = NULL;
1120   STGMEDIUM           stgm;
1121   FORMATETC           fm;
1122   CLSID               clsid;
1123   BOOL                ret = FALSE;
1124   DWORD               conn;
1125
1126   if (hemf)
1127   {
1128       stgm.tymed = TYMED_ENHMF;
1129       stgm.u.hEnhMetaFile = hemf;
1130       fm.cfFormat = CF_ENHMETAFILE;
1131   }
1132   else if (hbmp)
1133   {
1134       stgm.tymed = TYMED_GDI;
1135       stgm.u.hBitmap = hbmp;
1136       fm.cfFormat = CF_BITMAP;
1137   }
1138   stgm.pUnkForRelease = NULL;
1139
1140   fm.ptd = NULL;
1141   fm.dwAspect = DVASPECT_CONTENT;
1142   fm.lindex = -1;
1143   fm.tymed = stgm.tymed;
1144
1145   if (!info->lpRichEditOle)
1146   {
1147     CreateIRichEditOle(info->editor, (VOID**)&info->lpRichEditOle);
1148   }
1149
1150   if (OleCreateDefaultHandler(&CLSID_NULL, NULL, &IID_IOleObject, (void**)&lpObject) == S_OK &&
1151 #if 0
1152       /* FIXME: enable it when rich-edit properly implements this method */
1153       IRichEditOle_GetClientSite(info->lpRichEditOle, &lpClientSite) == S_OK &&
1154       IOleObject_SetClientSite(lpObject, lpClientSite) == S_OK &&
1155 #endif
1156       IOleObject_GetUserClassID(lpObject, &clsid) == S_OK &&
1157       IOleObject_QueryInterface(lpObject, &IID_IOleCache, (void**)&lpOleCache) == S_OK &&
1158       IOleCache_Cache(lpOleCache, &fm, 0, &conn) == S_OK &&
1159       IOleObject_QueryInterface(lpObject, &IID_IDataObject, (void**)&lpDataObject) == S_OK &&
1160       IDataObject_SetData(lpDataObject, &fm, &stgm, TRUE) == S_OK)
1161   {
1162     REOBJECT            reobject;
1163
1164     reobject.cbStruct = sizeof(reobject);
1165     reobject.cp = REO_CP_SELECTION;
1166     reobject.clsid = clsid;
1167     reobject.poleobj = lpObject;
1168     reobject.pstg = lpStorage;
1169     reobject.polesite = lpClientSite;
1170     /* convert from twips to .01 mm */
1171     reobject.sizel.cx = MulDiv(sz->cx, 254, 144);
1172     reobject.sizel.cy = MulDiv(sz->cy, 254, 144);
1173     reobject.dvaspect = DVASPECT_CONTENT;
1174     reobject.dwFlags = 0; /* FIXME */
1175     reobject.dwUser = 0;
1176
1177     ME_InsertOLEFromCursor(info->editor, &reobject, 0);
1178     ret = TRUE;
1179   }
1180
1181   if (lpObject)       IOleObject_Release(lpObject);
1182   if (lpClientSite)   IOleClientSite_Release(lpClientSite);
1183   if (lpStorage)      IStorage_Release(lpStorage);
1184   if (lpDataObject)   IDataObject_Release(lpDataObject);
1185   if (lpOleCache)     IOleCache_Release(lpOleCache);
1186
1187   return ret;
1188 }
1189
1190 static void ME_RTFReadPictGroup(RTF_Info *info)
1191 {
1192   SIZEL         sz;
1193   BYTE*         buffer = NULL;
1194   unsigned      bufsz, bufidx;
1195   BOOL          flip;
1196   BYTE          val;
1197   METAFILEPICT  mfp;
1198   HENHMETAFILE  hemf;
1199   HBITMAP       hbmp;
1200   enum gfxkind {gfx_unknown = 0, gfx_enhmetafile, gfx_metafile, gfx_dib} gfx = gfx_unknown;
1201
1202   RTFGetToken (info);
1203   if (info->rtfClass == rtfEOF)
1204     return;
1205   mfp.mm = MM_TEXT;
1206   /* fetch picture type */
1207   if (RTFCheckMM (info, rtfPictAttr, rtfWinMetafile))
1208   {
1209     mfp.mm = info->rtfParam;
1210     gfx = gfx_metafile;
1211   }
1212   else if (RTFCheckMM (info, rtfPictAttr, rtfDevIndBitmap))
1213   {
1214     if (info->rtfParam != 0) FIXME("dibitmap should be 0 (%d)\n", info->rtfParam);
1215     gfx = gfx_dib;
1216   }
1217   else if (RTFCheckMM (info, rtfPictAttr, rtfEmfBlip))
1218   {
1219     gfx = gfx_enhmetafile;
1220   }
1221   else
1222   {
1223     FIXME("%d %d\n", info->rtfMajor, info->rtfMinor);
1224     goto skip_group;
1225   }
1226   sz.cx = sz.cy = 0;
1227   /* fetch picture attributes */
1228   for (;;)
1229   {
1230     RTFGetToken (info);
1231     if (info->rtfClass == rtfEOF)
1232       return;
1233     if (info->rtfClass == rtfText)
1234       break;
1235     if (!RTFCheckCM (info, rtfControl, rtfPictAttr))
1236     {
1237       ERR("Expected picture attribute (%d %d)\n",
1238         info->rtfClass, info->rtfMajor);
1239       goto skip_group;
1240     }
1241     else if (RTFCheckMM (info, rtfPictAttr, rtfPicWid))
1242     {
1243       if (gfx == gfx_metafile) mfp.xExt = info->rtfParam;
1244     }
1245     else if (RTFCheckMM (info, rtfPictAttr, rtfPicHt))
1246     {
1247       if (gfx == gfx_metafile) mfp.yExt = info->rtfParam;
1248     }
1249     else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalWid))
1250       sz.cx = info->rtfParam;
1251     else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalHt))
1252       sz.cy = info->rtfParam;
1253     else
1254       FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
1255   }
1256   /* fetch picture data */
1257   bufsz = 1024;
1258   bufidx = 0;
1259   buffer = HeapAlloc(GetProcessHeap(), 0, bufsz);
1260   val = info->rtfMajor;
1261   for (flip = TRUE;; flip = !flip)
1262   {
1263     RTFGetToken (info);
1264     if (info->rtfClass == rtfEOF)
1265     {
1266       HeapFree(GetProcessHeap(), 0, buffer);
1267       return; /* Warn ?? */
1268     }
1269     if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
1270       break;
1271     if (info->rtfClass != rtfText) goto skip_group;
1272     if (flip)
1273     {
1274       if (bufidx >= bufsz &&
1275           !(buffer = HeapReAlloc(GetProcessHeap(), 0, buffer, bufsz += 1024)))
1276         goto skip_group;
1277       buffer[bufidx++] = RTFCharToHex(val) * 16 + RTFCharToHex(info->rtfMajor);
1278     }
1279     else
1280       val = info->rtfMajor;
1281   }
1282   if (flip) FIXME("wrong hex string\n");
1283
1284   switch (gfx)
1285   {
1286   case gfx_enhmetafile:
1287     if ((hemf = SetEnhMetaFileBits(bufidx, buffer)))
1288       ME_RTFInsertOleObject(info, hemf, NULL, &sz);
1289     break;
1290   case gfx_metafile:
1291     if ((hemf = SetWinMetaFileBits(bufidx, buffer, NULL, &mfp)))
1292         ME_RTFInsertOleObject(info, hemf, NULL, &sz);
1293     break;
1294   case gfx_dib:
1295     {
1296       BITMAPINFO* bi = (BITMAPINFO*)buffer;
1297       HDC         hdc = GetDC(0);
1298       unsigned    nc = bi->bmiHeader.biClrUsed;
1299
1300       /* not quite right, especially for bitfields type of compression */
1301       if (!nc && bi->bmiHeader.biBitCount <= 8)
1302         nc = 1 << bi->bmiHeader.biBitCount;
1303       if ((hbmp = CreateDIBitmap(hdc, &bi->bmiHeader,
1304                                  CBM_INIT, (char*)(bi + 1) + nc * sizeof(RGBQUAD),
1305                                  bi, DIB_RGB_COLORS)))
1306           ME_RTFInsertOleObject(info, NULL, hbmp, &sz);
1307       ReleaseDC(0, hdc);
1308     }
1309     break;
1310   default:
1311     break;
1312   }
1313   HeapFree(GetProcessHeap(), 0, buffer);
1314   RTFRouteToken (info); /* feed "}" back to router */
1315   return;
1316 skip_group:
1317   HeapFree(GetProcessHeap(), 0, buffer);
1318   RTFSkipGroup(info);
1319   RTFRouteToken(info);  /* feed "}" back to router */
1320 }
1321
1322 /* for now, lookup the \result part and use it, whatever the object */
1323 static void ME_RTFReadObjectGroup(RTF_Info *info)
1324 {
1325   for (;;)
1326   {
1327     RTFGetToken (info);
1328     if (info->rtfClass == rtfEOF)
1329       return;
1330     if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
1331       break;
1332     if (RTFCheckCM(info, rtfGroup, rtfBeginGroup))
1333     {
1334       RTFGetToken (info);
1335       if (info->rtfClass == rtfEOF)
1336         return;
1337       if (RTFCheckCMM(info, rtfControl, rtfDestination, rtfObjResult))
1338       {
1339         int     level = 1;
1340
1341         while (RTFGetToken (info) != rtfEOF)
1342         {
1343           if (info->rtfClass == rtfGroup)
1344           {
1345             if (info->rtfMajor == rtfBeginGroup) level++;
1346             else if (info->rtfMajor == rtfEndGroup && --level < 0) break;
1347           }
1348           RTFRouteToken(info);
1349         }
1350       }
1351       else RTFSkipGroup(info);
1352       continue;
1353     }
1354     if (!RTFCheckCM (info, rtfControl, rtfObjAttr))
1355     {
1356       FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
1357       return;
1358     }
1359   }
1360   RTFRouteToken(info);  /* feed "}" back to router */
1361 }
1362
1363 static void ME_RTFReadHook(RTF_Info *info)
1364 {
1365   switch(info->rtfClass)
1366   {
1367     case rtfGroup:
1368       switch(info->rtfMajor)
1369       {
1370         case rtfBeginGroup:
1371           if (info->stackTop < maxStack) {
1372             info->stack[info->stackTop].style = info->style;
1373             ME_AddRefStyle(info->style);
1374             info->stack[info->stackTop].codePage = info->codePage;
1375             info->stack[info->stackTop].unicodeLength = info->unicodeLength;
1376           }
1377           info->stackTop++;
1378           info->styleChanged = FALSE;
1379           break;
1380         case rtfEndGroup:
1381         {
1382           RTFFlushOutputBuffer(info);
1383           info->stackTop--;
1384           if (info->stackTop <= 0)
1385             info->rtfClass = rtfEOF;
1386           if (info->stackTop < 0)
1387             return;
1388
1389           ME_ReleaseStyle(info->style);
1390           info->style = info->stack[info->stackTop].style;
1391           info->codePage = info->stack[info->stackTop].codePage;
1392           info->unicodeLength = info->stack[info->stackTop].unicodeLength;
1393           break;
1394         }
1395       }
1396       break;
1397   }
1398 }
1399
1400 void
1401 ME_StreamInFill(ME_InStream *stream)
1402 {
1403   stream->editstream->dwError = stream->editstream->pfnCallback(stream->editstream->dwCookie,
1404                                                                 (BYTE *)stream->buffer,
1405                                                                 sizeof(stream->buffer),
1406                                                                 (LONG *)&stream->dwSize);
1407   stream->dwUsed = 0;
1408 }
1409
1410 static LRESULT ME_StreamIn(ME_TextEditor *editor, DWORD format, EDITSTREAM *stream, BOOL stripLastCR)
1411 {
1412   RTF_Info parser;
1413   ME_Style *style;
1414   int from, to, nUndoMode;
1415   int nEventMask = editor->nEventMask;
1416   ME_InStream inStream;
1417   BOOL invalidRTF = FALSE;
1418   ME_Cursor *selStart, *selEnd;
1419   LRESULT num_read = 0; /* bytes read for SF_TEXT, non-control chars inserted for SF_RTF */
1420
1421   TRACE("stream==%p editor==%p format==0x%X\n", stream, editor, format);
1422   editor->nEventMask = 0;
1423
1424   ME_GetSelectionOfs(editor, &from, &to);
1425   if (format & SFF_SELECTION && editor->mode & TM_RICHTEXT)
1426   {
1427     ME_GetSelection(editor, &selStart, &selEnd);
1428     style = ME_GetSelectionInsertStyle(editor);
1429
1430     ME_InternalDeleteText(editor, selStart, to - from, FALSE);
1431
1432     /* Don't insert text at the end of the table row */
1433     if (!editor->bEmulateVersion10) { /* v4.1 */
1434       ME_DisplayItem *para = editor->pCursors->pPara;
1435       if (para->member.para.nFlags & MEPF_ROWEND)
1436       {
1437         para = para->member.para.next_para;
1438         editor->pCursors[0].pPara = para;
1439         editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
1440         editor->pCursors[0].nOffset = 0;
1441       }
1442       if (para->member.para.nFlags & MEPF_ROWSTART)
1443       {
1444         para = para->member.para.next_para;
1445         editor->pCursors[0].pPara = para;
1446         editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
1447         editor->pCursors[0].nOffset = 0;
1448       }
1449       editor->pCursors[1] = editor->pCursors[0];
1450     } else { /* v1.0 - 3.0 */
1451       if (editor->pCursors[0].pRun->member.run.nFlags & MERF_ENDPARA &&
1452           ME_IsInTable(editor->pCursors[0].pRun))
1453         return 0;
1454     }
1455   } else {
1456     style = editor->pBuffer->pDefaultStyle;
1457     ME_AddRefStyle(style);
1458     ME_SetSelection(editor, 0, 0);
1459     ME_InternalDeleteText(editor, &editor->pCursors[1],
1460                           ME_GetTextLength(editor), FALSE);
1461     from = to = 0;
1462     ME_ClearTempStyle(editor);
1463     ME_SetDefaultParaFormat(editor->pCursors[0].pPara->member.para.pFmt);
1464   }
1465
1466
1467   /* Back up undo mode to a local variable */
1468   nUndoMode = editor->nUndoMode;
1469
1470   /* Only create an undo if SFF_SELECTION is set */
1471   if (!(format & SFF_SELECTION))
1472     editor->nUndoMode = umIgnore;
1473
1474   inStream.editstream = stream;
1475   inStream.editstream->dwError = 0;
1476   inStream.dwSize = 0;
1477   inStream.dwUsed = 0;
1478
1479   if (format & SF_RTF)
1480   {
1481     /* Check if it's really RTF, and if it is not, use plain text */
1482     ME_StreamInFill(&inStream);
1483     if (!inStream.editstream->dwError)
1484     {
1485       if ((!editor->bEmulateVersion10 && strncmp(inStream.buffer, "{\\rtf", 5) && strncmp(inStream.buffer, "{\\urtf", 6))
1486         || (editor->bEmulateVersion10 && *inStream.buffer != '{'))
1487       {
1488         invalidRTF = TRUE;
1489         inStream.editstream->dwError = -16;
1490       }
1491     }
1492   }
1493
1494   if (!invalidRTF && !inStream.editstream->dwError)
1495   {
1496     if (format & SF_RTF) {
1497       from = ME_GetCursorOfs(&editor->pCursors[0]);
1498
1499       /* setup the RTF parser */
1500       memset(&parser, 0, sizeof parser);
1501       RTFSetEditStream(&parser, &inStream);
1502       parser.rtfFormat = format&(SF_TEXT|SF_RTF);
1503       parser.editor = editor;
1504       parser.style = style;
1505       WriterInit(&parser);
1506       RTFInit(&parser);
1507       RTFSetReadHook(&parser, ME_RTFReadHook);
1508       RTFSetDestinationCallback(&parser, rtfPict, ME_RTFReadPictGroup);
1509       RTFSetDestinationCallback(&parser, rtfObject, ME_RTFReadObjectGroup);
1510       if (!parser.editor->bEmulateVersion10) /* v4.1 */
1511       {
1512         RTFSetDestinationCallback(&parser, rtfNoNestTables, RTFSkipGroup);
1513         RTFSetDestinationCallback(&parser, rtfNestTableProps, RTFReadGroup);
1514       }
1515       BeginFile(&parser);
1516
1517       /* do the parsing */
1518       RTFRead(&parser);
1519       RTFFlushOutputBuffer(&parser);
1520       if (!editor->bEmulateVersion10) { /* v4.1 */
1521         if (parser.tableDef && parser.tableDef->tableRowStart &&
1522             (parser.nestingLevel > 0 || parser.canInheritInTbl))
1523         {
1524           /* Delete any incomplete table row at the end of the rich text. */
1525           int nOfs, nChars;
1526           ME_DisplayItem *para;
1527
1528           parser.rtfMinor = rtfRow;
1529           /* Complete the table row before deleting it.
1530            * By doing it this way we will have the current paragraph format set
1531            * properly to reflect that is not in the complete table, and undo items
1532            * will be added for this change to the current paragraph format. */
1533           if (parser.nestingLevel > 0)
1534           {
1535             while (parser.nestingLevel > 1)
1536               ME_RTFSpecialCharHook(&parser); /* Decrements nestingLevel */
1537             para = parser.tableDef->tableRowStart;
1538             ME_RTFSpecialCharHook(&parser);
1539           } else {
1540             para = parser.tableDef->tableRowStart;
1541             ME_RTFSpecialCharHook(&parser);
1542             assert(para->member.para.nFlags & MEPF_ROWEND);
1543             para = para->member.para.next_para;
1544           }
1545
1546           editor->pCursors[1].pPara = para;
1547           editor->pCursors[1].pRun = ME_FindItemFwd(para, diRun);
1548           editor->pCursors[1].nOffset = 0;
1549           nOfs = ME_GetCursorOfs(&editor->pCursors[1]);
1550           nChars = ME_GetCursorOfs(&editor->pCursors[0]) - nOfs;
1551           ME_InternalDeleteText(editor, &editor->pCursors[1], nChars, TRUE);
1552           if (parser.tableDef)
1553             parser.tableDef->tableRowStart = NULL;
1554         }
1555       }
1556       ME_CheckTablesForCorruption(editor);
1557       RTFDestroy(&parser);
1558       if (parser.lpRichEditOle)
1559         IRichEditOle_Release(parser.lpRichEditOle);
1560
1561       if (parser.stackTop > 0)
1562       {
1563         while (--parser.stackTop >= 0)
1564         {
1565           ME_ReleaseStyle(parser.style);
1566           parser.style = parser.stack[parser.stackTop].style;
1567         }
1568         if (!inStream.editstream->dwError)
1569           inStream.editstream->dwError = HRESULT_FROM_WIN32(ERROR_HANDLE_EOF);
1570       }
1571
1572       /* Remove last line break, as mandated by tests. This is not affected by
1573          CR/LF counters, since RTF streaming presents only \para tokens, which
1574          are converted according to the standard rules: \r for 2.0, \r\n for 1.0
1575        */
1576       if (stripLastCR) {
1577         int newto;
1578         ME_GetSelection(editor, &selStart, &selEnd);
1579         newto = ME_GetCursorOfs(selEnd);
1580         if (newto > to + (editor->bEmulateVersion10 ? 1 : 0)) {
1581           WCHAR lastchar[3] = {'\0', '\0'};
1582           int linebreakSize = editor->bEmulateVersion10 ? 2 : 1;
1583           ME_Cursor linebreakCursor = *selEnd;
1584
1585           ME_MoveCursorChars(editor, &linebreakCursor, -linebreakSize);
1586           ME_GetTextW(editor, lastchar, 2, &linebreakCursor, linebreakSize, 0);
1587           if (lastchar[0] == '\r' && (lastchar[1] == '\n' || lastchar[1] == '\0')) {
1588             ME_InternalDeleteText(editor, &linebreakCursor, linebreakSize, FALSE);
1589           }
1590         }
1591       }
1592       to = ME_GetCursorOfs(&editor->pCursors[0]);
1593       num_read = to - from;
1594
1595       style = parser.style;
1596     }
1597     else if (format & SF_TEXT)
1598       num_read = ME_StreamInText(editor, format, &inStream, style);
1599     else
1600       ERR("EM_STREAMIN without SF_TEXT or SF_RTF\n");
1601     /* put the cursor at the top */
1602     if (!(format & SFF_SELECTION))
1603       ME_SetSelection(editor, 0, 0);
1604   }
1605
1606   /* Restore saved undo mode */
1607   editor->nUndoMode = nUndoMode;
1608
1609   /* even if we didn't add an undo, we need to commit anything on the stack */
1610   ME_CommitUndo(editor);
1611
1612   /* If SFF_SELECTION isn't set, delete any undos from before we started too */
1613   if (!(format & SFF_SELECTION))
1614     ME_EmptyUndoStack(editor);
1615
1616   ME_ReleaseStyle(style);
1617   editor->nEventMask = nEventMask;
1618   ME_UpdateRepaint(editor, FALSE);
1619   if (!(format & SFF_SELECTION)) {
1620     ME_ClearTempStyle(editor);
1621   }
1622   ITextHost_TxShowCaret(editor->texthost, FALSE);
1623   ME_MoveCaret(editor);
1624   ITextHost_TxShowCaret(editor->texthost, TRUE);
1625   ME_SendSelChange(editor);
1626   ME_SendRequestResize(editor, FALSE);
1627
1628   return num_read;
1629 }
1630
1631
1632 typedef struct tagME_RTFStringStreamStruct
1633 {
1634   char *string;
1635   int pos;
1636   int length;
1637 } ME_RTFStringStreamStruct;
1638
1639 static DWORD CALLBACK ME_ReadFromRTFString(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1640 {
1641   ME_RTFStringStreamStruct *pStruct = (ME_RTFStringStreamStruct *)dwCookie;
1642   int count;
1643
1644   count = min(cb, pStruct->length - pStruct->pos);
1645   memmove(lpBuff, pStruct->string + pStruct->pos, count);
1646   pStruct->pos += count;
1647   *pcb = count;
1648   return 0;
1649 }
1650
1651 static void
1652 ME_StreamInRTFString(ME_TextEditor *editor, BOOL selection, char *string)
1653 {
1654   EDITSTREAM es;
1655   ME_RTFStringStreamStruct data;
1656
1657   data.string = string;
1658   data.length = strlen(string);
1659   data.pos = 0;
1660   es.dwCookie = (DWORD_PTR)&data;
1661   es.pfnCallback = ME_ReadFromRTFString;
1662   ME_StreamIn(editor, SF_RTF | (selection ? SFF_SELECTION : 0), &es, FALSE);
1663 }
1664
1665
1666 static int
1667 ME_FindText(ME_TextEditor *editor, DWORD flags, const CHARRANGE *chrg, const WCHAR *text, CHARRANGE *chrgText)
1668 {
1669   const int nLen = lstrlenW(text);
1670   const int nTextLen = ME_GetTextLength(editor);
1671   int nMin, nMax;
1672   ME_Cursor cursor;
1673   WCHAR wLastChar = ' ';
1674
1675   TRACE("flags==0x%08x, chrg->cpMin==%d, chrg->cpMax==%d text==%s\n",
1676         flags, chrg->cpMin, chrg->cpMax, debugstr_w(text));
1677
1678   if (flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD))
1679     FIXME("Flags 0x%08x not implemented\n",
1680         flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD));
1681
1682   nMin = chrg->cpMin;
1683   if (chrg->cpMax == -1)
1684     nMax = nTextLen;
1685   else
1686     nMax = chrg->cpMax > nTextLen ? nTextLen : chrg->cpMax;
1687
1688   /* In 1.0 emulation, if cpMax reaches end of text, add the FR_DOWN flag */
1689   if (editor->bEmulateVersion10 && nMax == nTextLen)
1690   {
1691     flags |= FR_DOWN;
1692   }
1693
1694   /* In 1.0 emulation, cpMin must always be no greater than cpMax */
1695   if (editor->bEmulateVersion10 && nMax < nMin)
1696   {
1697     if (chrgText)
1698     {
1699       chrgText->cpMin = -1;
1700       chrgText->cpMax = -1;
1701     }
1702     return -1;
1703   }
1704
1705   /* when searching up, if cpMin < cpMax, then instead of searching
1706    * on [cpMin,cpMax], we search on [0,cpMin], otherwise, search on
1707    * [cpMax, cpMin]. The exception is when cpMax is -1, in which
1708    * case, it is always bigger than cpMin.
1709    */
1710   if (!editor->bEmulateVersion10 && !(flags & FR_DOWN))
1711   {
1712     int nSwap = nMax;
1713
1714     nMax = nMin > nTextLen ? nTextLen : nMin;
1715     if (nMin < nSwap || chrg->cpMax == -1)
1716       nMin = 0;
1717     else
1718       nMin = nSwap;
1719   }
1720
1721   if (!nLen || nMin < 0 || nMax < 0 || nMax < nMin)
1722   {
1723     if (chrgText)
1724       chrgText->cpMin = chrgText->cpMax = -1;
1725     return -1;
1726   }
1727
1728   if (flags & FR_DOWN) /* Forward search */
1729   {
1730     /* If possible, find the character before where the search starts */
1731     if ((flags & FR_WHOLEWORD) && nMin)
1732     {
1733       ME_CursorFromCharOfs(editor, nMin - 1, &cursor);
1734       wLastChar = *get_text( &cursor.pRun->member.run, cursor.nOffset );
1735       ME_MoveCursorChars(editor, &cursor, 1);
1736     } else {
1737       ME_CursorFromCharOfs(editor, nMin, &cursor);
1738     }
1739
1740     while (cursor.pRun && ME_GetCursorOfs(&cursor) + nLen <= nMax)
1741     {
1742       ME_DisplayItem *pCurItem = cursor.pRun;
1743       int nCurStart = cursor.nOffset;
1744       int nMatched = 0;
1745     
1746       while (pCurItem && ME_CharCompare( *get_text( &pCurItem->member.run, nCurStart + nMatched ), text[nMatched], (flags & FR_MATCHCASE)))
1747       {
1748         if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1749           break;
1750
1751         nMatched++;
1752         if (nMatched == nLen)
1753         {
1754           ME_DisplayItem *pNextItem = pCurItem;
1755           int nNextStart = nCurStart;
1756           WCHAR wNextChar;
1757
1758           /* Check to see if next character is a whitespace */
1759           if (flags & FR_WHOLEWORD)
1760           {
1761             if (nCurStart + nMatched == pCurItem->member.run.len)
1762             {
1763               pNextItem = ME_FindItemFwd(pCurItem, diRun);
1764               nNextStart = -nMatched;
1765             }
1766
1767             if (pNextItem)
1768               wNextChar = *get_text( &pNextItem->member.run, nNextStart + nMatched );
1769             else
1770               wNextChar = ' ';
1771
1772             if (isalnumW(wNextChar))
1773               break;
1774           }
1775
1776           cursor.nOffset += cursor.pPara->member.para.nCharOfs + cursor.pRun->member.run.nCharOfs;
1777           if (chrgText)
1778           {
1779             chrgText->cpMin = cursor.nOffset;
1780             chrgText->cpMax = cursor.nOffset + nLen;
1781           }
1782           TRACE("found at %d-%d\n", cursor.nOffset, cursor.nOffset + nLen);
1783           return cursor.nOffset;
1784         }
1785         if (nCurStart + nMatched == pCurItem->member.run.len)
1786         {
1787           pCurItem = ME_FindItemFwd(pCurItem, diRun);
1788           nCurStart = -nMatched;
1789         }
1790       }
1791       if (pCurItem)
1792         wLastChar = *get_text( &pCurItem->member.run, nCurStart + nMatched );
1793       else
1794         wLastChar = ' ';
1795
1796       cursor.nOffset++;
1797       if (cursor.nOffset == cursor.pRun->member.run.len)
1798       {
1799         ME_NextRun(&cursor.pPara, &cursor.pRun);
1800         cursor.nOffset = 0;
1801       }
1802     }
1803   }
1804   else /* Backward search */
1805   {
1806     /* If possible, find the character after where the search ends */
1807     if ((flags & FR_WHOLEWORD) && nMax < nTextLen - 1)
1808     {
1809       ME_CursorFromCharOfs(editor, nMax + 1, &cursor);
1810       wLastChar = *get_text( &cursor.pRun->member.run, cursor.nOffset );
1811       ME_MoveCursorChars(editor, &cursor, -1);
1812     } else {
1813       ME_CursorFromCharOfs(editor, nMax, &cursor);
1814     }
1815
1816     while (cursor.pRun && ME_GetCursorOfs(&cursor) - nLen >= nMin)
1817     {
1818       ME_DisplayItem *pCurItem = cursor.pRun;
1819       ME_DisplayItem *pCurPara = cursor.pPara;
1820       int nCurEnd = cursor.nOffset;
1821       int nMatched = 0;
1822
1823       if (nCurEnd == 0)
1824       {
1825         ME_PrevRun(&pCurPara, &pCurItem);
1826         nCurEnd = pCurItem->member.run.len + nMatched;
1827       }
1828
1829       while (pCurItem && ME_CharCompare( *get_text( &pCurItem->member.run, nCurEnd - nMatched - 1 ),
1830                                          text[nLen - nMatched - 1], (flags & FR_MATCHCASE) ))
1831       {
1832         if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1833           break;
1834
1835         nMatched++;
1836         if (nMatched == nLen)
1837         {
1838           ME_DisplayItem *pPrevItem = pCurItem;
1839           int nPrevEnd = nCurEnd;
1840           WCHAR wPrevChar;
1841           int nStart;
1842
1843           /* Check to see if previous character is a whitespace */
1844           if (flags & FR_WHOLEWORD)
1845           {
1846             if (nPrevEnd - nMatched == 0)
1847             {
1848               pPrevItem = ME_FindItemBack(pCurItem, diRun);
1849               if (pPrevItem)
1850                 nPrevEnd = pPrevItem->member.run.len + nMatched;
1851             }
1852
1853             if (pPrevItem)
1854               wPrevChar = *get_text( &pPrevItem->member.run, nPrevEnd - nMatched - 1 );
1855             else
1856               wPrevChar = ' ';
1857
1858             if (isalnumW(wPrevChar))
1859               break;
1860           }
1861
1862           nStart = pCurPara->member.para.nCharOfs
1863                    + pCurItem->member.run.nCharOfs + nCurEnd - nMatched;
1864           if (chrgText)
1865           {
1866             chrgText->cpMin = nStart;
1867             chrgText->cpMax = nStart + nLen;
1868           }
1869           TRACE("found at %d-%d\n", nStart, nStart + nLen);
1870           return nStart;
1871         }
1872         if (nCurEnd - nMatched == 0)
1873         {
1874           ME_PrevRun(&pCurPara, &pCurItem);
1875           /* Don't care about pCurItem becoming NULL here; it's already taken
1876            * care of in the exterior loop condition */
1877           nCurEnd = pCurItem->member.run.len + nMatched;
1878         }
1879       }
1880       if (pCurItem)
1881         wLastChar = *get_text( &pCurItem->member.run, nCurEnd - nMatched - 1 );
1882       else
1883         wLastChar = ' ';
1884
1885       cursor.nOffset--;
1886       if (cursor.nOffset < 0)
1887       {
1888         ME_PrevRun(&cursor.pPara, &cursor.pRun);
1889         cursor.nOffset = cursor.pRun->member.run.len;
1890       }
1891     }
1892   }
1893   TRACE("not found\n");
1894   if (chrgText)
1895     chrgText->cpMin = chrgText->cpMax = -1;
1896   return -1;
1897 }
1898
1899 static int ME_GetTextEx(ME_TextEditor *editor, GETTEXTEX *ex, LPARAM pText)
1900 {
1901     int nChars;
1902     ME_Cursor start;
1903
1904     if (!ex->cb || !pText) return 0;
1905
1906     if (ex->flags & ~(GT_SELECTION | GT_USECRLF))
1907       FIXME("GETTEXTEX flags 0x%08x not supported\n", ex->flags & ~(GT_SELECTION | GT_USECRLF));
1908
1909     if (ex->flags & GT_SELECTION)
1910     {
1911       int from, to;
1912       int nStartCur = ME_GetSelectionOfs(editor, &from, &to);
1913       start = editor->pCursors[nStartCur];
1914       nChars = to - from;
1915     }
1916     else
1917     {
1918       ME_SetCursorToStart(editor, &start);
1919       nChars = INT_MAX;
1920     }
1921     if (ex->codepage == 1200)
1922     {
1923       return ME_GetTextW(editor, (LPWSTR)pText, ex->cb / sizeof(WCHAR) - 1,
1924                          &start, nChars, ex->flags & GT_USECRLF);
1925     }
1926     else
1927     {
1928       /* potentially each char may be a CR, why calculate the exact value with O(N) when
1929         we can just take a bigger buffer? :)
1930         The above assumption still holds with CR/LF counters, since CR->CRLF expansion
1931         occurs only in richedit 2.0 mode, in which line breaks have only one CR
1932        */
1933       int crlfmul = (ex->flags & GT_USECRLF) ? 2 : 1;
1934       DWORD buflen;
1935       LPWSTR buffer;
1936       LRESULT rc;
1937
1938       buflen = min(crlfmul * nChars, ex->cb - 1);
1939       buffer = heap_alloc((buflen + 1) * sizeof(WCHAR));
1940
1941       nChars = ME_GetTextW(editor, buffer, buflen, &start, nChars, ex->flags & GT_USECRLF);
1942       rc = WideCharToMultiByte(ex->codepage, 0, buffer, nChars + 1,
1943                                (LPSTR)pText, ex->cb, ex->lpDefaultChar, ex->lpUsedDefChar);
1944       if (rc) rc--; /* do not count 0 terminator */
1945
1946       heap_free(buffer);
1947       return rc;
1948     }
1949 }
1950
1951 static int ME_GetTextRange(ME_TextEditor *editor, WCHAR *strText,
1952                            const ME_Cursor *start, int nLen, BOOL unicode)
1953 {
1954     if (!strText) return 0;
1955     if (unicode) {
1956       return ME_GetTextW(editor, strText, INT_MAX, start, nLen, 0);
1957     } else {
1958       int nChars;
1959       WCHAR *p = ALLOC_N_OBJ(WCHAR, nLen+1);
1960       if (!p) return 0;
1961       nChars = ME_GetTextW(editor, p, nLen, start, nLen, 0);
1962       WideCharToMultiByte(CP_ACP, 0, p, nChars+1, (char *)strText,
1963                           nLen+1, NULL, NULL);
1964       FREE_OBJ(p);
1965       return nChars;
1966     }
1967 }
1968
1969 typedef struct tagME_GlobalDestStruct
1970 {
1971   HGLOBAL hData;
1972   int nLength;
1973 } ME_GlobalDestStruct;
1974
1975 static DWORD CALLBACK ME_ReadFromHGLOBALUnicode(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1976 {
1977   ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1978   int i;
1979   WORD *pSrc, *pDest;
1980
1981   cb = cb >> 1;
1982   pDest = (WORD *)lpBuff;
1983   pSrc = GlobalLock(pData->hData);
1984   for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
1985     pDest[i] = pSrc[pData->nLength+i];
1986   }
1987   pData->nLength += i;
1988   *pcb = 2*i;
1989   GlobalUnlock(pData->hData);
1990   return 0;
1991 }
1992
1993 static DWORD CALLBACK ME_ReadFromHGLOBALRTF(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1994 {
1995   ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1996   int i;
1997   BYTE *pSrc, *pDest;
1998
1999   pDest = lpBuff;
2000   pSrc = GlobalLock(pData->hData);
2001   for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
2002     pDest[i] = pSrc[pData->nLength+i];
2003   }
2004   pData->nLength += i;
2005   *pcb = i;
2006   GlobalUnlock(pData->hData);
2007   return 0;
2008 }
2009
2010 static BOOL ME_Paste(ME_TextEditor *editor)
2011 {
2012   DWORD dwFormat = 0;
2013   EDITSTREAM es;
2014   ME_GlobalDestStruct gds;
2015   UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
2016   UINT cf = 0;
2017
2018   if (IsClipboardFormatAvailable(nRTFFormat))
2019     cf = nRTFFormat, dwFormat = SF_RTF;
2020   else if (IsClipboardFormatAvailable(CF_UNICODETEXT))
2021     cf = CF_UNICODETEXT, dwFormat = SF_TEXT|SF_UNICODE;
2022   else
2023     return FALSE;
2024
2025   if (!OpenClipboard(editor->hWnd))
2026     return FALSE;
2027   gds.hData = GetClipboardData(cf);
2028   gds.nLength = 0;
2029   es.dwCookie = (DWORD_PTR)&gds;
2030   es.pfnCallback = dwFormat == SF_RTF ? ME_ReadFromHGLOBALRTF : ME_ReadFromHGLOBALUnicode;
2031   ME_StreamIn(editor, dwFormat|SFF_SELECTION, &es, FALSE);
2032
2033   CloseClipboard();
2034   return TRUE;
2035 }
2036
2037 static BOOL ME_Copy(ME_TextEditor *editor, const ME_Cursor *start, int nChars)
2038 {
2039   LPDATAOBJECT dataObj = NULL;
2040   HRESULT hr = S_OK;
2041
2042   if (editor->cPasswordMask)
2043     return FALSE; /* Copying or Cutting masked text isn't allowed */
2044
2045   if(editor->lpOleCallback)
2046   {
2047     CHARRANGE range;
2048     range.cpMin = ME_GetCursorOfs(start);
2049     range.cpMax = range.cpMin + nChars;
2050     hr = IRichEditOleCallback_GetClipboardData(editor->lpOleCallback, &range, RECO_COPY, &dataObj);
2051   }
2052   if(FAILED(hr) || !dataObj)
2053     hr = ME_GetDataObject(editor, start, nChars, &dataObj);
2054   if(SUCCEEDED(hr)) {
2055     hr = OleSetClipboard(dataObj);
2056     IDataObject_Release(dataObj);
2057   }
2058   return SUCCEEDED(hr) != 0;
2059 }
2060
2061 /* helper to send a msg filter notification */
2062 static BOOL
2063 ME_FilterEvent(ME_TextEditor *editor, UINT msg, WPARAM* wParam, LPARAM* lParam)
2064 {
2065     MSGFILTER msgf;
2066
2067     if (!editor->hWnd || !editor->hwndParent) return FALSE;
2068     msgf.nmhdr.hwndFrom = editor->hWnd;
2069     msgf.nmhdr.idFrom = GetWindowLongW(editor->hWnd, GWLP_ID);
2070     msgf.nmhdr.code = EN_MSGFILTER;
2071     msgf.msg = msg;
2072     msgf.wParam = *wParam;
2073     msgf.lParam = *lParam;
2074     if (SendMessageW(editor->hwndParent, WM_NOTIFY, msgf.nmhdr.idFrom, (LPARAM)&msgf))
2075         return FALSE;
2076     *wParam = msgf.wParam;
2077     *lParam = msgf.lParam;
2078     msgf.wParam = *wParam;
2079
2080     return TRUE;
2081 }
2082
2083 static void ME_UpdateSelectionLinkAttribute(ME_TextEditor *editor)
2084 {
2085   ME_DisplayItem *startPara, *endPara;
2086   ME_DisplayItem *prev_para;
2087   ME_Cursor *from, *to;
2088   ME_Cursor start;
2089   int nChars;
2090
2091   if (!editor->AutoURLDetect_bEnable) return;
2092
2093   ME_GetSelection(editor, &from, &to);
2094
2095   /* Find paragraph previous to the one that contains start cursor */
2096   startPara = from->pPara;
2097   prev_para = startPara->member.para.prev_para;
2098   if (prev_para->type == diParagraph) startPara = prev_para;
2099
2100   /* Find paragraph that contains end cursor */
2101   endPara = to->pPara->member.para.next_para;
2102
2103   start.pPara = startPara;
2104   start.pRun = ME_FindItemFwd(startPara, diRun);
2105   start.nOffset = 0;
2106   nChars = endPara->member.para.nCharOfs - startPara->member.para.nCharOfs;
2107
2108   ME_UpdateLinkAttribute(editor, &start, nChars);
2109 }
2110
2111 static BOOL
2112 ME_KeyDown(ME_TextEditor *editor, WORD nKey)
2113 {
2114   BOOL ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
2115   BOOL shift_is_down = GetKeyState(VK_SHIFT) & 0x8000;
2116
2117   if (editor->bMouseCaptured)
2118       return FALSE;
2119   if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey != VK_MENU)
2120       editor->nSelectionType = stPosition;
2121
2122   switch (nKey)
2123   {
2124     case VK_LEFT:
2125     case VK_RIGHT:
2126     case VK_HOME:
2127     case VK_END:
2128         editor->nUDArrowX = -1;
2129         /* fall through */
2130     case VK_UP:
2131     case VK_DOWN:
2132     case VK_PRIOR:
2133     case VK_NEXT:
2134       ME_CommitUndo(editor); /* End coalesced undos for typed characters */
2135       ME_ArrowKey(editor, nKey, shift_is_down, ctrl_is_down);
2136       return TRUE;
2137     case VK_BACK:
2138     case VK_DELETE:
2139       editor->nUDArrowX = -1;
2140       /* FIXME backspace and delete aren't the same, they act different wrt paragraph style of the merged paragraph */
2141       if (editor->styleFlags & ES_READONLY)
2142         return FALSE;
2143       if (ME_IsSelection(editor))
2144       {
2145         ME_DeleteSelection(editor);
2146         ME_CommitUndo(editor);
2147       }
2148       else if (nKey == VK_DELETE)
2149       {
2150         /* Delete stops group typing.
2151          * (See MSDN remarks on EM_STOPGROUPTYPING message) */
2152         ME_DeleteTextAtCursor(editor, 1, 1);
2153         ME_CommitUndo(editor);
2154       }
2155       else if (ME_ArrowKey(editor, VK_LEFT, FALSE, FALSE))
2156       {
2157         BOOL bDeletionSucceeded;
2158         /* Backspace can be grouped for a single undo */
2159         ME_ContinueCoalescingTransaction(editor);
2160         bDeletionSucceeded = ME_DeleteTextAtCursor(editor, 1, 1);
2161         if (!bDeletionSucceeded && !editor->bEmulateVersion10) { /* v4.1 */
2162           /* Deletion was prevented so the cursor is moved back to where it was.
2163            * (e.g. this happens when trying to delete cell boundaries)
2164            */
2165           ME_ArrowKey(editor, VK_RIGHT, FALSE, FALSE);
2166         }
2167         ME_CommitCoalescingUndo(editor);
2168       }
2169       else
2170         return TRUE;
2171       ME_MoveCursorFromTableRowStartParagraph(editor);
2172       ME_UpdateSelectionLinkAttribute(editor);
2173       ME_UpdateRepaint(editor, FALSE);
2174       ME_SendRequestResize(editor, FALSE);
2175       return TRUE;
2176     case VK_RETURN:
2177       if (editor->bDialogMode)
2178       {
2179         if (ctrl_is_down)
2180           return TRUE;
2181
2182         if (!(editor->styleFlags & ES_WANTRETURN))
2183         {
2184           if (editor->hwndParent)
2185           {
2186             DWORD dw;
2187             dw = SendMessageW(editor->hwndParent, DM_GETDEFID, 0, 0);
2188             if (HIWORD(dw) == DC_HASDEFID)
2189             {
2190                 HWND hwDefCtrl = GetDlgItem(editor->hwndParent, LOWORD(dw));
2191                 if (hwDefCtrl)
2192                 {
2193                     SendMessageW(editor->hwndParent, WM_NEXTDLGCTL, (WPARAM)hwDefCtrl, TRUE);
2194                     PostMessageW(hwDefCtrl, WM_KEYDOWN, VK_RETURN, 0);
2195                 }
2196             }
2197           }
2198           return TRUE;
2199         }
2200       }
2201
2202       if (editor->styleFlags & ES_MULTILINE)
2203       {
2204         ME_Cursor cursor = editor->pCursors[0];
2205         ME_DisplayItem *para = cursor.pPara;
2206         int from, to;
2207         const WCHAR endl = '\r';
2208         const WCHAR endlv10[] = {'\r','\n'};
2209         ME_Style *style;
2210
2211         if (editor->styleFlags & ES_READONLY) {
2212           MessageBeep(MB_ICONERROR);
2213           return TRUE;
2214         }
2215
2216         ME_GetSelectionOfs(editor, &from, &to);
2217         if (editor->nTextLimit > ME_GetTextLength(editor) - (to-from))
2218         {
2219           if (!editor->bEmulateVersion10) { /* v4.1 */
2220             if (para->member.para.nFlags & MEPF_ROWEND) {
2221               /* Add a new table row after this row. */
2222               para = ME_AppendTableRow(editor, para);
2223               para = para->member.para.next_para;
2224               editor->pCursors[0].pPara = para;
2225               editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2226               editor->pCursors[0].nOffset = 0;
2227               editor->pCursors[1] = editor->pCursors[0];
2228               ME_CommitUndo(editor);
2229               ME_CheckTablesForCorruption(editor);
2230               ME_UpdateRepaint(editor, FALSE);
2231               return TRUE;
2232             }
2233             else if (para == editor->pCursors[1].pPara &&
2234                      cursor.nOffset + cursor.pRun->member.run.nCharOfs == 0 &&
2235                      para->member.para.prev_para->member.para.nFlags & MEPF_ROWSTART &&
2236                      !para->member.para.prev_para->member.para.nCharOfs)
2237             {
2238               /* Insert a newline before the table. */
2239               para = para->member.para.prev_para;
2240               para->member.para.nFlags &= ~MEPF_ROWSTART;
2241               editor->pCursors[0].pPara = para;
2242               editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2243               editor->pCursors[1] = editor->pCursors[0];
2244               ME_InsertTextFromCursor(editor, 0, &endl, 1,
2245                                       editor->pCursors[0].pRun->member.run.style);
2246               para = editor->pBuffer->pFirst->member.para.next_para;
2247               ME_SetDefaultParaFormat(para->member.para.pFmt);
2248               para->member.para.nFlags = MEPF_REWRAP;
2249               editor->pCursors[0].pPara = para;
2250               editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2251               editor->pCursors[1] = editor->pCursors[0];
2252               para->member.para.next_para->member.para.nFlags |= MEPF_ROWSTART;
2253               ME_CommitCoalescingUndo(editor);
2254               ME_CheckTablesForCorruption(editor);
2255               ME_UpdateRepaint(editor, FALSE);
2256               return TRUE;
2257             }
2258           } else { /* v1.0 - 3.0 */
2259             ME_DisplayItem *para = cursor.pPara;
2260             if (ME_IsInTable(para))
2261             {
2262               if (cursor.pRun->member.run.nFlags & MERF_ENDPARA)
2263               {
2264                 if (from == to) {
2265                   ME_ContinueCoalescingTransaction(editor);
2266                   para = ME_AppendTableRow(editor, para);
2267                   editor->pCursors[0].pPara = para;
2268                   editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2269                   editor->pCursors[0].nOffset = 0;
2270                   editor->pCursors[1] = editor->pCursors[0];
2271                   ME_CommitCoalescingUndo(editor);
2272                   ME_UpdateRepaint(editor, FALSE);
2273                   return TRUE;
2274                 }
2275               } else {
2276                 ME_ContinueCoalescingTransaction(editor);
2277                 if (cursor.pRun->member.run.nCharOfs + cursor.nOffset == 0 &&
2278                     !ME_IsInTable(para->member.para.prev_para))
2279                 {
2280                   /* Insert newline before table */
2281                   cursor.pRun = ME_FindItemBack(para, diRun);
2282                   if (cursor.pRun) {
2283                     editor->pCursors[0].pRun = cursor.pRun;
2284                     editor->pCursors[0].pPara = para->member.para.prev_para;
2285                   }
2286                   editor->pCursors[0].nOffset = 0;
2287                   editor->pCursors[1] = editor->pCursors[0];
2288                   ME_InsertTextFromCursor(editor, 0, &endl, 1,
2289                                           editor->pCursors[0].pRun->member.run.style);
2290                 } else {
2291                   editor->pCursors[1] = editor->pCursors[0];
2292                   para = ME_AppendTableRow(editor, para);
2293                   editor->pCursors[0].pPara = para;
2294                   editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2295                   editor->pCursors[0].nOffset = 0;
2296                   editor->pCursors[1] = editor->pCursors[0];
2297                 }
2298                 ME_CommitCoalescingUndo(editor);
2299                 ME_UpdateRepaint(editor, FALSE);
2300                 return TRUE;
2301               }
2302             }
2303           }
2304
2305           style = ME_GetInsertStyle(editor, 0);
2306           ME_SaveTempStyle(editor);
2307           ME_ContinueCoalescingTransaction(editor);
2308           if (shift_is_down)
2309             ME_InsertEndRowFromCursor(editor, 0);
2310           else
2311             if (!editor->bEmulateVersion10)
2312               ME_InsertTextFromCursor(editor, 0, &endl, 1, style);
2313             else
2314               ME_InsertTextFromCursor(editor, 0, endlv10, 2, style);
2315           ME_ReleaseStyle(style);
2316           ME_CommitCoalescingUndo(editor);
2317           SetCursor(NULL);
2318
2319           ME_UpdateSelectionLinkAttribute(editor);
2320           ME_UpdateRepaint(editor, FALSE);
2321         }
2322         return TRUE;
2323       }
2324       break;
2325     case VK_ESCAPE:
2326       if (editor->bDialogMode && editor->hwndParent)
2327         PostMessageW(editor->hwndParent, WM_CLOSE, 0, 0);
2328       return TRUE;
2329     case VK_TAB:
2330       if (editor->bDialogMode && editor->hwndParent)
2331         SendMessageW(editor->hwndParent, WM_NEXTDLGCTL, shift_is_down, 0);
2332       return TRUE;
2333     case 'A':
2334       if (ctrl_is_down)
2335       {
2336         ME_SetSelection(editor, 0, -1);
2337         return TRUE;
2338       }
2339       break;
2340     case 'V':
2341       if (ctrl_is_down)
2342         return ME_Paste(editor);
2343       break;
2344     case 'C':
2345     case 'X':
2346       if (ctrl_is_down)
2347       {
2348         BOOL result;
2349         int nOfs, nChars;
2350         int nStartCur = ME_GetSelectionOfs(editor, &nOfs, &nChars);
2351         ME_Cursor *selStart = &editor->pCursors[nStartCur];
2352
2353         nChars -= nOfs;
2354         result = ME_Copy(editor, selStart, nChars);
2355         if (result && nKey == 'X')
2356         {
2357           ME_InternalDeleteText(editor, selStart, nChars, FALSE);
2358           ME_CommitUndo(editor);
2359           ME_UpdateRepaint(editor, TRUE);
2360         }
2361         return result;
2362       }
2363       break;
2364     case 'Z':
2365       if (ctrl_is_down)
2366       {
2367         ME_Undo(editor);
2368         return TRUE;
2369       }
2370       break;
2371     case 'Y':
2372       if (ctrl_is_down)
2373       {
2374         ME_Redo(editor);
2375         return TRUE;
2376       }
2377       break;
2378
2379     default:
2380       if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey && nKey != VK_MENU)
2381           editor->nUDArrowX = -1;
2382       if (ctrl_is_down)
2383       {
2384         if (nKey == 'W')
2385         {
2386           CHARFORMAT2W chf;
2387           char buf[2048];
2388           chf.cbSize = sizeof(chf);
2389           
2390           ME_GetSelectionCharFormat(editor, &chf);
2391           ME_DumpStyleToBuf(&chf, buf);
2392           MessageBoxA(NULL, buf, "Style dump", MB_OK);
2393         }
2394         if (nKey == 'Q')
2395         {
2396           ME_CheckCharOffsets(editor);
2397         }
2398       }
2399   }
2400   return FALSE;
2401 }
2402
2403 static LRESULT ME_Char(ME_TextEditor *editor, WPARAM charCode,
2404                        LPARAM flags, BOOL unicode)
2405 {
2406   WCHAR wstr;
2407
2408   if (editor->bMouseCaptured)
2409     return 0;
2410
2411   if (unicode)
2412       wstr = (WCHAR)charCode;
2413   else
2414   {
2415       CHAR charA = charCode;
2416       MultiByteToWideChar(CP_ACP, 0, &charA, 1, &wstr, 1);
2417   }
2418
2419   if (editor->styleFlags & ES_READONLY) {
2420     MessageBeep(MB_ICONERROR);
2421     return 0; /* FIXME really 0 ? */
2422   }
2423
2424   if ((unsigned)wstr >= ' ' || wstr == '\t')
2425   {
2426     ME_Cursor cursor = editor->pCursors[0];
2427     ME_DisplayItem *para = cursor.pPara;
2428     int from, to;
2429     BOOL ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
2430     ME_GetSelectionOfs(editor, &from, &to);
2431     if (wstr == '\t' &&
2432         /* v4.1 allows tabs to be inserted with ctrl key down */
2433         !(ctrl_is_down && !editor->bEmulateVersion10))
2434     {
2435       ME_DisplayItem *para;
2436       BOOL bSelectedRow = FALSE;
2437
2438       para = cursor.pPara;
2439       if (ME_IsSelection(editor) &&
2440           cursor.pRun->member.run.nCharOfs + cursor.nOffset == 0 &&
2441           to == ME_GetCursorOfs(&editor->pCursors[0]) &&
2442           para->member.para.prev_para->type == diParagraph)
2443       {
2444         para = para->member.para.prev_para;
2445         bSelectedRow = TRUE;
2446       }
2447       if (ME_IsInTable(para))
2448       {
2449         ME_TabPressedInTable(editor, bSelectedRow);
2450         ME_CommitUndo(editor);
2451         return 0;
2452       }
2453     } else if (!editor->bEmulateVersion10) { /* v4.1 */
2454       if (para->member.para.nFlags & MEPF_ROWEND) {
2455         if (from == to) {
2456           para = para->member.para.next_para;
2457           if (para->member.para.nFlags & MEPF_ROWSTART)
2458             para = para->member.para.next_para;
2459           editor->pCursors[0].pPara = para;
2460           editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2461           editor->pCursors[0].nOffset = 0;
2462           editor->pCursors[1] = editor->pCursors[0];
2463         }
2464       }
2465     } else { /* v1.0 - 3.0 */
2466       if (ME_IsInTable(cursor.pRun) &&
2467           cursor.pRun->member.run.nFlags & MERF_ENDPARA &&
2468           from == to)
2469       {
2470         /* Text should not be inserted at the end of the table. */
2471         MessageBeep(-1);
2472         return 0;
2473       }
2474     }
2475     /* FIXME maybe it would make sense to call EM_REPLACESEL instead ? */
2476     /* WM_CHAR is restricted to nTextLimit */
2477     if(editor->nTextLimit > ME_GetTextLength(editor) - (to-from))
2478     {
2479       ME_Style *style = ME_GetInsertStyle(editor, 0);
2480       ME_SaveTempStyle(editor);
2481       ME_ContinueCoalescingTransaction(editor);
2482       ME_InsertTextFromCursor(editor, 0, &wstr, 1, style);
2483       ME_ReleaseStyle(style);
2484       ME_CommitCoalescingUndo(editor);
2485       ITextHost_TxSetCursor(editor->texthost, NULL, FALSE);
2486     }
2487
2488     ME_UpdateSelectionLinkAttribute(editor);
2489     ME_UpdateRepaint(editor, FALSE);
2490   }
2491   return 0;
2492 }
2493
2494 /* Process the message and calculate the new click count.
2495  *
2496  * returns: The click count if it is mouse down event, else returns 0. */
2497 static int ME_CalculateClickCount(ME_TextEditor *editor, UINT msg, WPARAM wParam,
2498                                   LPARAM lParam)
2499 {
2500     static int clickNum = 0;
2501     if (msg < WM_MOUSEFIRST || msg > WM_MOUSELAST)
2502         return 0;
2503
2504     if ((msg == WM_LBUTTONDBLCLK) ||
2505         (msg == WM_RBUTTONDBLCLK) ||
2506         (msg == WM_MBUTTONDBLCLK) ||
2507         (msg == WM_XBUTTONDBLCLK))
2508     {
2509         msg -= (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN);
2510     }
2511
2512     if ((msg == WM_LBUTTONDOWN) ||
2513         (msg == WM_RBUTTONDOWN) ||
2514         (msg == WM_MBUTTONDOWN) ||
2515         (msg == WM_XBUTTONDOWN))
2516     {
2517         static MSG prevClickMsg;
2518         MSG clickMsg;
2519         /* Compare the editor instead of the hwnd so that the this
2520          * can still be done for windowless richedit controls. */
2521         clickMsg.hwnd = (HWND)editor;
2522         clickMsg.message = msg;
2523         clickMsg.wParam = wParam;
2524         clickMsg.lParam = lParam;
2525         clickMsg.time = GetMessageTime();
2526         clickMsg.pt.x = (short)LOWORD(lParam);
2527         clickMsg.pt.y = (short)HIWORD(lParam);
2528         if ((clickNum != 0) &&
2529             (clickMsg.message == prevClickMsg.message) &&
2530             (clickMsg.hwnd == prevClickMsg.hwnd) &&
2531             (clickMsg.wParam == prevClickMsg.wParam) &&
2532             (clickMsg.time - prevClickMsg.time < GetDoubleClickTime()) &&
2533             (abs(clickMsg.pt.x - prevClickMsg.pt.x) < GetSystemMetrics(SM_CXDOUBLECLK)/2) &&
2534             (abs(clickMsg.pt.y - prevClickMsg.pt.y) < GetSystemMetrics(SM_CYDOUBLECLK)/2))
2535         {
2536             clickNum++;
2537         } else {
2538             clickNum = 1;
2539         }
2540         prevClickMsg = clickMsg;
2541     } else {
2542         return 0;
2543     }
2544     return clickNum;
2545 }
2546
2547 static BOOL ME_SetCursor(ME_TextEditor *editor)
2548 {
2549   ME_Cursor cursor;
2550   POINT pt;
2551   BOOL isExact;
2552   SCROLLBARINFO sbi;
2553   DWORD messagePos = GetMessagePos();
2554   pt.x = (short)LOWORD(messagePos);
2555   pt.y = (short)HIWORD(messagePos);
2556
2557   if (editor->hWnd)
2558   {
2559     sbi.cbSize = sizeof(sbi);
2560     GetScrollBarInfo(editor->hWnd, OBJID_HSCROLL, &sbi);
2561     if (!(sbi.rgstate[0] & (STATE_SYSTEM_INVISIBLE|STATE_SYSTEM_OFFSCREEN)) &&
2562         PtInRect(&sbi.rcScrollBar, pt))
2563     {
2564         ITextHost_TxSetCursor(editor->texthost,
2565                               LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2566         return TRUE;
2567     }
2568     sbi.cbSize = sizeof(sbi);
2569     GetScrollBarInfo(editor->hWnd, OBJID_VSCROLL, &sbi);
2570     if (!(sbi.rgstate[0] & (STATE_SYSTEM_INVISIBLE|STATE_SYSTEM_OFFSCREEN)) &&
2571         PtInRect(&sbi.rcScrollBar, pt))
2572     {
2573         ITextHost_TxSetCursor(editor->texthost,
2574                               LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2575         return TRUE;
2576     }
2577   }
2578   ITextHost_TxScreenToClient(editor->texthost, &pt);
2579
2580   if (editor->nSelectionType == stLine && editor->bMouseCaptured) {
2581       ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2582       return TRUE;
2583   }
2584   if (!editor->bEmulateVersion10 /* v4.1 */ &&
2585       pt.y < editor->rcFormat.top &&
2586       pt.x < editor->rcFormat.left)
2587   {
2588       ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2589       return TRUE;
2590   }
2591   if (pt.y < editor->rcFormat.top || pt.y > editor->rcFormat.bottom)
2592   {
2593       if (editor->bEmulateVersion10) /* v1.0 - 3.0 */
2594           ITextHost_TxSetCursor(editor->texthost,
2595                                 LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2596       else /* v4.1 */
2597           ITextHost_TxSetCursor(editor->texthost,
2598                                 LoadCursorW(NULL, (WCHAR*)IDC_IBEAM), TRUE);
2599       return TRUE;
2600   }
2601   if (pt.x < editor->rcFormat.left)
2602   {
2603       ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2604       return TRUE;
2605   }
2606   ME_CharFromPos(editor, pt.x, pt.y, &cursor, &isExact);
2607   if (isExact)
2608   {
2609       ME_Run *run;
2610
2611       run = &cursor.pRun->member.run;
2612       if (run->style->fmt.dwMask & CFM_LINK &&
2613           run->style->fmt.dwEffects & CFE_LINK)
2614       {
2615           ITextHost_TxSetCursor(editor->texthost,
2616                                 LoadCursorW(NULL, (WCHAR*)IDC_HAND),
2617                                 FALSE);
2618           return TRUE;
2619       }
2620
2621       if (ME_IsSelection(editor))
2622       {
2623           int selStart, selEnd;
2624           int offset = ME_GetCursorOfs(&cursor);
2625
2626           ME_GetSelectionOfs(editor, &selStart, &selEnd);
2627           if (selStart <= offset && selEnd >= offset) {
2628               ITextHost_TxSetCursor(editor->texthost,
2629                                     LoadCursorW(NULL, (WCHAR*)IDC_ARROW),
2630                                     FALSE);
2631               return TRUE;
2632           }
2633       }
2634   }
2635   ITextHost_TxSetCursor(editor->texthost,
2636                         LoadCursorW(NULL, (WCHAR*)IDC_IBEAM), TRUE);
2637   return TRUE;
2638 }
2639
2640 static void ME_SetDefaultFormatRect(ME_TextEditor *editor)
2641 {
2642   ITextHost_TxGetClientRect(editor->texthost, &editor->rcFormat);
2643   editor->rcFormat.top += editor->exStyleFlags & WS_EX_CLIENTEDGE ? 1 : 0;
2644   editor->rcFormat.left += 1 + editor->selofs;
2645   editor->rcFormat.right -= 1;
2646 }
2647
2648 static BOOL ME_ShowContextMenu(ME_TextEditor *editor, int x, int y)
2649 {
2650   CHARRANGE selrange;
2651   HMENU menu;
2652   int seltype = 0;
2653   if(!editor->lpOleCallback || !editor->hWnd)
2654     return FALSE;
2655   ME_GetSelectionOfs(editor, &selrange.cpMin, &selrange.cpMax);
2656   if(selrange.cpMin == selrange.cpMax)
2657     seltype |= SEL_EMPTY;
2658   else
2659   {
2660     /* FIXME: Handle objects */
2661     seltype |= SEL_TEXT;
2662     if(selrange.cpMax-selrange.cpMin > 1)
2663       seltype |= SEL_MULTICHAR;
2664   }
2665   if(SUCCEEDED(IRichEditOleCallback_GetContextMenu(editor->lpOleCallback, seltype, NULL, &selrange, &menu)))
2666   {
2667     TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y, 0, editor->hwndParent, NULL);
2668     DestroyMenu(menu);
2669   }
2670   return TRUE;
2671 }
2672
2673 ME_TextEditor *ME_MakeEditor(ITextHost *texthost, BOOL bEmulateVersion10)
2674 {
2675   ME_TextEditor *ed = ALLOC_OBJ(ME_TextEditor);
2676   int i;
2677   DWORD props;
2678   LONG selbarwidth;
2679
2680   ed->hWnd = NULL;
2681   ed->hwndParent = NULL;
2682   ed->sizeWindow.cx = ed->sizeWindow.cy = 0;
2683   ed->texthost = texthost;
2684   ed->bEmulateVersion10 = bEmulateVersion10;
2685   ed->styleFlags = 0;
2686   ITextHost_TxGetPropertyBits(texthost,
2687                               (TXTBIT_RICHTEXT|TXTBIT_MULTILINE|
2688                                TXTBIT_READONLY|TXTBIT_USEPASSWORD|
2689                                TXTBIT_HIDESELECTION|TXTBIT_SAVESELECTION|
2690                                TXTBIT_AUTOWORDSEL|TXTBIT_VERTICAL|
2691                                TXTBIT_WORDWRAP|TXTBIT_DISABLEDRAG),
2692                               &props);
2693   ITextHost_TxGetScrollBars(texthost, &ed->styleFlags);
2694   ed->styleFlags &= (WS_VSCROLL|WS_HSCROLL|ES_AUTOVSCROLL|
2695                      ES_AUTOHSCROLL|ES_DISABLENOSCROLL);
2696   ed->pBuffer = ME_MakeText();
2697   ed->nZoomNumerator = ed->nZoomDenominator = 0;
2698   ed->nAvailWidth = 0; /* wrap to client area */
2699   ME_MakeFirstParagraph(ed);
2700   /* The four cursors are for:
2701    * 0 - The position where the caret is shown
2702    * 1 - The anchored end of the selection (for normal selection)
2703    * 2 & 3 - The anchored start and end respectively for word, line,
2704    * or paragraph selection.
2705    */
2706   ed->nCursors = 4;
2707   ed->pCursors = ALLOC_N_OBJ(ME_Cursor, ed->nCursors);
2708   ME_SetCursorToStart(ed, &ed->pCursors[0]);
2709   ed->pCursors[1] = ed->pCursors[0];
2710   ed->pCursors[2] = ed->pCursors[0];
2711   ed->pCursors[3] = ed->pCursors[1];
2712   ed->nLastTotalLength = ed->nTotalLength = 0;
2713   ed->nLastTotalWidth = ed->nTotalWidth = 0;
2714   ed->nUDArrowX = -1;
2715   ed->rgbBackColor = -1;
2716   ed->hbrBackground = GetSysColorBrush(COLOR_WINDOW);
2717   ed->bCaretAtEnd = FALSE;
2718   ed->nEventMask = 0;
2719   ed->nModifyStep = 0;
2720   ed->nTextLimit = TEXT_LIMIT_DEFAULT;
2721   list_init( &ed->undo_stack );
2722   list_init( &ed->redo_stack );
2723   ed->nUndoStackSize = 0;
2724   ed->nUndoLimit = STACK_SIZE_DEFAULT;
2725   ed->nUndoMode = umAddToUndo;
2726   ed->nParagraphs = 1;
2727   ed->nLastSelStart = ed->nLastSelEnd = 0;
2728   ed->pLastSelStartPara = ed->pLastSelEndPara = ed->pCursors[0].pPara;
2729   ed->bHideSelection = FALSE;
2730   ed->pfnWordBreak = NULL;
2731   ed->lpOleCallback = NULL;
2732   ed->mode = TM_MULTILEVELUNDO | TM_MULTICODEPAGE;
2733   ed->mode |= (props & TXTBIT_RICHTEXT) ? TM_RICHTEXT : TM_PLAINTEXT;
2734   ed->AutoURLDetect_bEnable = FALSE;
2735   ed->bHaveFocus = FALSE;
2736   ed->bDialogMode = FALSE;
2737   ed->bMouseCaptured = FALSE;
2738   for (i=0; i<HFONT_CACHE_SIZE; i++)
2739   {
2740     ed->pFontCache[i].nRefs = 0;
2741     ed->pFontCache[i].nAge = 0;
2742     ed->pFontCache[i].hFont = NULL;
2743   }
2744
2745   ME_CheckCharOffsets(ed);
2746   ed->bDefaultFormatRect = TRUE;
2747   ITextHost_TxGetSelectionBarWidth(ed->texthost, &selbarwidth);
2748   if (selbarwidth) {
2749     /* FIXME: Convert selbarwidth from HIMETRIC to pixels */
2750     ed->selofs = SELECTIONBAR_WIDTH;
2751     ed->styleFlags |= ES_SELECTIONBAR;
2752   } else {
2753     ed->selofs = 0;
2754   }
2755   ed->nSelectionType = stPosition;
2756
2757   ed->cPasswordMask = 0;
2758   if (props & TXTBIT_USEPASSWORD)
2759     ITextHost_TxGetPasswordChar(texthost, &ed->cPasswordMask);
2760
2761   if (props & TXTBIT_AUTOWORDSEL)
2762     ed->styleFlags |= ECO_AUTOWORDSELECTION;
2763   if (props & TXTBIT_MULTILINE) {
2764     ed->styleFlags |= ES_MULTILINE;
2765     ed->bWordWrap = (props & TXTBIT_WORDWRAP) != 0;
2766   } else {
2767     ed->bWordWrap = FALSE;
2768   }
2769   if (props & TXTBIT_READONLY)
2770     ed->styleFlags |= ES_READONLY;
2771   if (!(props & TXTBIT_HIDESELECTION))
2772     ed->styleFlags |= ES_NOHIDESEL;
2773   if (props & TXTBIT_SAVESELECTION)
2774     ed->styleFlags |= ES_SAVESEL;
2775   if (props & TXTBIT_VERTICAL)
2776     ed->styleFlags |= ES_VERTICAL;
2777   if (props & TXTBIT_DISABLEDRAG)
2778     ed->styleFlags |= ES_NOOLEDRAGDROP;
2779
2780   ed->notified_cr.cpMin = ed->notified_cr.cpMax = 0;
2781
2782   /* Default scrollbar information */
2783   ed->vert_si.cbSize = sizeof(SCROLLINFO);
2784   ed->vert_si.nMin = 0;
2785   ed->vert_si.nMax = 0;
2786   ed->vert_si.nPage = 0;
2787   ed->vert_si.nPos = 0;
2788
2789   ed->horz_si.cbSize = sizeof(SCROLLINFO);
2790   ed->horz_si.nMin = 0;
2791   ed->horz_si.nMax = 0;
2792   ed->horz_si.nPage = 0;
2793   ed->horz_si.nPos = 0;
2794
2795   OleInitialize(NULL);
2796
2797   return ed;
2798 }
2799
2800 static void ME_DestroyEditor(ME_TextEditor *editor)
2801 {
2802   ME_DisplayItem *pFirst = editor->pBuffer->pFirst;
2803   ME_DisplayItem *p = pFirst, *pNext = NULL;
2804   int i;
2805
2806   ME_ClearTempStyle(editor);
2807   ME_EmptyUndoStack(editor);
2808   while(p) {
2809     pNext = p->next;
2810     ME_DestroyDisplayItem(p);
2811     p = pNext;
2812   }
2813   ME_ReleaseStyle(editor->pBuffer->pDefaultStyle);
2814   for (i=0; i<HFONT_CACHE_SIZE; i++)
2815   {
2816     if (editor->pFontCache[i].hFont)
2817       DeleteObject(editor->pFontCache[i].hFont);
2818   }
2819   if (editor->rgbBackColor != -1)
2820     DeleteObject(editor->hbrBackground);
2821   if(editor->lpOleCallback)
2822     IRichEditOleCallback_Release(editor->lpOleCallback);
2823   ITextHost_Release(editor->texthost);
2824   OleUninitialize();
2825
2826   FREE_OBJ(editor->pBuffer);
2827   FREE_OBJ(editor->pCursors);
2828
2829   FREE_OBJ(editor);
2830 }
2831
2832 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
2833 {
2834     TRACE("\n");
2835     switch (fdwReason)
2836     {
2837     case DLL_PROCESS_ATTACH:
2838       DisableThreadLibraryCalls(hinstDLL);
2839       me_heap = HeapCreate (0, 0x10000, 0);
2840       if (!ME_RegisterEditorClass(hinstDLL)) return FALSE;
2841       hLeft = LoadCursorW(hinstDLL, MAKEINTRESOURCEW(OCR_REVERSE));
2842       LookupInit();
2843       break;
2844
2845     case DLL_PROCESS_DETACH:
2846       UnregisterClassW(RICHEDIT_CLASS20W, 0);
2847       UnregisterClassW(MSFTEDIT_CLASS, 0);
2848       UnregisterClassA(RICHEDIT_CLASS20A, 0);
2849       UnregisterClassA("RichEdit50A", 0);
2850       if (ME_ListBoxRegistered)
2851           UnregisterClassW(REListBox20W, 0);
2852       if (ME_ComboBoxRegistered)
2853           UnregisterClassW(REComboBox20W, 0);
2854       LookupCleanup();
2855       HeapDestroy (me_heap);
2856       me_heap = NULL;
2857       break;
2858     }
2859     return TRUE;
2860 }
2861
2862
2863 static const char * const edit_messages[] = {
2864   "EM_GETSEL",
2865   "EM_SETSEL",
2866   "EM_GETRECT",
2867   "EM_SETRECT",
2868   "EM_SETRECTNP",
2869   "EM_SCROLL",
2870   "EM_LINESCROLL",
2871   "EM_SCROLLCARET",
2872   "EM_GETMODIFY",
2873   "EM_SETMODIFY",
2874   "EM_GETLINECOUNT",
2875   "EM_LINEINDEX",
2876   "EM_SETHANDLE",
2877   "EM_GETHANDLE",
2878   "EM_GETTHUMB",
2879   "EM_UNKNOWN_BF",
2880   "EM_UNKNOWN_C0",
2881   "EM_LINELENGTH",
2882   "EM_REPLACESEL",
2883   "EM_UNKNOWN_C3",
2884   "EM_GETLINE",
2885   "EM_LIMITTEXT",
2886   "EM_CANUNDO",
2887   "EM_UNDO",
2888   "EM_FMTLINES",
2889   "EM_LINEFROMCHAR",
2890   "EM_UNKNOWN_CA",
2891   "EM_SETTABSTOPS",
2892   "EM_SETPASSWORDCHAR",
2893   "EM_EMPTYUNDOBUFFER",
2894   "EM_GETFIRSTVISIBLELINE",
2895   "EM_SETREADONLY",
2896   "EM_SETWORDBREAKPROC",
2897   "EM_GETWORDBREAKPROC",
2898   "EM_GETPASSWORDCHAR",
2899   "EM_SETMARGINS",
2900   "EM_GETMARGINS",
2901   "EM_GETLIMITTEXT",
2902   "EM_POSFROMCHAR",
2903   "EM_CHARFROMPOS",
2904   "EM_SETIMESTATUS",
2905   "EM_GETIMESTATUS"
2906 };
2907
2908 static const char * const richedit_messages[] = {
2909   "EM_CANPASTE",
2910   "EM_DISPLAYBAND",
2911   "EM_EXGETSEL",
2912   "EM_EXLIMITTEXT",
2913   "EM_EXLINEFROMCHAR",
2914   "EM_EXSETSEL",
2915   "EM_FINDTEXT",
2916   "EM_FORMATRANGE",
2917   "EM_GETCHARFORMAT",
2918   "EM_GETEVENTMASK",
2919   "EM_GETOLEINTERFACE",
2920   "EM_GETPARAFORMAT",
2921   "EM_GETSELTEXT",
2922   "EM_HIDESELECTION", 
2923   "EM_PASTESPECIAL",
2924   "EM_REQUESTRESIZE",
2925   "EM_SELECTIONTYPE",
2926   "EM_SETBKGNDCOLOR",
2927   "EM_SETCHARFORMAT",
2928   "EM_SETEVENTMASK",
2929   "EM_SETOLECALLBACK",
2930   "EM_SETPARAFORMAT",
2931   "EM_SETTARGETDEVICE",
2932   "EM_STREAMIN",
2933   "EM_STREAMOUT",
2934   "EM_GETTEXTRANGE",
2935   "EM_FINDWORDBREAK",
2936   "EM_SETOPTIONS",
2937   "EM_GETOPTIONS",
2938   "EM_FINDTEXTEX",
2939   "EM_GETWORDBREAKPROCEX",
2940   "EM_SETWORDBREAKPROCEX",
2941   "EM_SETUNDOLIMIT",
2942   "EM_UNKNOWN_USER_83",
2943   "EM_REDO",
2944   "EM_CANREDO",
2945   "EM_GETUNDONAME",
2946   "EM_GETREDONAME",
2947   "EM_STOPGROUPTYPING",
2948   "EM_SETTEXTMODE",
2949   "EM_GETTEXTMODE",
2950   "EM_AUTOURLDETECT",
2951   "EM_GETAUTOURLDETECT",
2952   "EM_SETPALETTE",
2953   "EM_GETTEXTEX",
2954   "EM_GETTEXTLENGTHEX",
2955   "EM_SHOWSCROLLBAR",
2956   "EM_SETTEXTEX",
2957   "EM_UNKNOWN_USER_98",
2958   "EM_UNKNOWN_USER_99",
2959   "EM_SETPUNCTUATION",
2960   "EM_GETPUNCTUATION",
2961   "EM_SETWORDWRAPMODE",
2962   "EM_GETWORDWRAPMODE",
2963   "EM_SETIMECOLOR",
2964   "EM_GETIMECOLOR",
2965   "EM_SETIMEOPTIONS",
2966   "EM_GETIMEOPTIONS",
2967   "EM_CONVPOSITION",
2968   "EM_UNKNOWN_USER_109",
2969   "EM_UNKNOWN_USER_110",
2970   "EM_UNKNOWN_USER_111",
2971   "EM_UNKNOWN_USER_112",
2972   "EM_UNKNOWN_USER_113",
2973   "EM_UNKNOWN_USER_114",
2974   "EM_UNKNOWN_USER_115",
2975   "EM_UNKNOWN_USER_116",
2976   "EM_UNKNOWN_USER_117",
2977   "EM_UNKNOWN_USER_118",
2978   "EM_UNKNOWN_USER_119",
2979   "EM_SETLANGOPTIONS",
2980   "EM_GETLANGOPTIONS",
2981   "EM_GETIMECOMPMODE",
2982   "EM_FINDTEXTW",
2983   "EM_FINDTEXTEXW",
2984   "EM_RECONVERSION",
2985   "EM_SETIMEMODEBIAS",
2986   "EM_GETIMEMODEBIAS"
2987 };
2988
2989 static const char *
2990 get_msg_name(UINT msg)
2991 {
2992   if (msg >= EM_GETSEL && msg <= EM_CHARFROMPOS)
2993     return edit_messages[msg - EM_GETSEL];
2994   if (msg >= EM_CANPASTE && msg <= EM_GETIMEMODEBIAS)
2995     return richedit_messages[msg - EM_CANPASTE];
2996   return "";
2997 }
2998
2999 static void ME_LinkNotify(ME_TextEditor *editor, UINT msg, WPARAM wParam, LPARAM lParam)
3000 {
3001   int x,y;
3002   BOOL isExact;
3003   ME_Cursor cursor; /* The start of the clicked text. */
3004
3005   ENLINK info;
3006   x = (short)LOWORD(lParam);
3007   y = (short)HIWORD(lParam);
3008   ME_CharFromPos(editor, x, y, &cursor, &isExact);
3009   if (!isExact) return;
3010
3011   if (cursor.pRun->member.run.style->fmt.dwMask & CFM_LINK &&
3012       cursor.pRun->member.run.style->fmt.dwEffects & CFE_LINK)
3013   { /* The clicked run has CFE_LINK set */
3014     info.nmhdr.hwndFrom = NULL;
3015     info.nmhdr.idFrom = 0;
3016     info.nmhdr.code = EN_LINK;
3017     info.msg = msg;
3018     info.wParam = wParam;
3019     info.lParam = lParam;
3020     cursor.nOffset = 0;
3021     info.chrg.cpMin = ME_GetCursorOfs(&cursor);
3022     info.chrg.cpMax = info.chrg.cpMin + cursor.pRun->member.run.len;
3023     ITextHost_TxNotify(editor->texthost, info.nmhdr.code, &info);
3024   }
3025 }
3026
3027 #define UNSUPPORTED_MSG(e) \
3028   case e:                  \
3029     FIXME(#e ": stub\n");  \
3030     *phresult = S_FALSE;   \
3031     return 0;
3032
3033 /* Handle messages for windowless and windoweded richedit controls.
3034  *
3035  * The LRESULT that is returned is a return value for window procs,
3036  * and the phresult parameter is the COM return code needed by the
3037  * text services interface. */
3038 LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
3039                          LPARAM lParam, BOOL unicode, HRESULT* phresult)
3040 {
3041   *phresult = S_OK;
3042
3043   switch(msg) {
3044
3045   UNSUPPORTED_MSG(EM_DISPLAYBAND)
3046   UNSUPPORTED_MSG(EM_FINDWORDBREAK)
3047   UNSUPPORTED_MSG(EM_FMTLINES)
3048   UNSUPPORTED_MSG(EM_FORMATRANGE)
3049   UNSUPPORTED_MSG(EM_GETBIDIOPTIONS)
3050   UNSUPPORTED_MSG(EM_GETEDITSTYLE)
3051   UNSUPPORTED_MSG(EM_GETIMECOMPMODE)
3052   UNSUPPORTED_MSG(EM_GETIMESTATUS)
3053   UNSUPPORTED_MSG(EM_SETIMESTATUS)
3054   UNSUPPORTED_MSG(EM_GETLANGOPTIONS)
3055   UNSUPPORTED_MSG(EM_GETREDONAME)
3056   UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
3057   UNSUPPORTED_MSG(EM_GETUNDONAME)
3058   UNSUPPORTED_MSG(EM_GETWORDBREAKPROCEX)
3059   UNSUPPORTED_MSG(EM_PASTESPECIAL)
3060   UNSUPPORTED_MSG(EM_SELECTIONTYPE)
3061   UNSUPPORTED_MSG(EM_SETBIDIOPTIONS)
3062   UNSUPPORTED_MSG(EM_SETEDITSTYLE)
3063   UNSUPPORTED_MSG(EM_SETFONTSIZE)
3064   UNSUPPORTED_MSG(EM_SETLANGOPTIONS)
3065   UNSUPPORTED_MSG(EM_SETMARGINS)
3066   UNSUPPORTED_MSG(EM_SETPALETTE)
3067   UNSUPPORTED_MSG(EM_SETTABSTOPS)
3068   UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
3069   UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
3070
3071 /* Messages specific to Richedit controls */
3072
3073   case EM_STREAMIN:
3074    return ME_StreamIn(editor, wParam, (EDITSTREAM*)lParam, TRUE);
3075   case EM_STREAMOUT:
3076    return ME_StreamOut(editor, wParam, (EDITSTREAM *)lParam);
3077   case WM_GETDLGCODE:
3078   {
3079     UINT code = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL;
3080     if (lParam)
3081       editor->bDialogMode = TRUE;
3082     if (editor->styleFlags & ES_MULTILINE)
3083       code |= DLGC_WANTMESSAGE;
3084     return code;
3085   }
3086   case EM_EMPTYUNDOBUFFER:
3087     ME_EmptyUndoStack(editor);
3088     return 0;
3089   case EM_GETSEL:
3090   {
3091     /* Note: wParam/lParam can be NULL */
3092     UINT from, to;
3093     PUINT pfrom = wParam ? (PUINT)wParam : &from;
3094     PUINT pto = lParam ? (PUINT)lParam : &to;
3095     ME_GetSelectionOfs(editor, (int *)pfrom, (int *)pto);
3096     if ((*pfrom|*pto) & 0xFFFF0000)
3097       return -1;
3098     return MAKELONG(*pfrom,*pto);
3099   }
3100   case EM_EXGETSEL:
3101   {
3102     CHARRANGE *pRange = (CHARRANGE *)lParam;
3103     ME_GetSelectionOfs(editor, &pRange->cpMin, &pRange->cpMax);
3104     TRACE("EM_EXGETSEL = (%d,%d)\n", pRange->cpMin, pRange->cpMax);
3105     return 0;
3106   }
3107   case EM_SETUNDOLIMIT:
3108   {
3109     if ((int)wParam < 0)
3110       editor->nUndoLimit = STACK_SIZE_DEFAULT;
3111     else
3112       editor->nUndoLimit = min(wParam, STACK_SIZE_MAX);
3113     /* Setting a max stack size keeps wine from getting killed 
3114       for hogging memory. Windows allocates all this memory at once, so
3115       no program would realistically set a value above our maximum. */
3116     return editor->nUndoLimit;
3117   }
3118   case EM_CANUNDO:
3119     return !list_empty( &editor->undo_stack );
3120   case EM_CANREDO:
3121     return !list_empty( &editor->redo_stack );
3122   case WM_UNDO: /* FIXME: actually not the same */
3123   case EM_UNDO:
3124     return ME_Undo(editor);
3125   case EM_REDO:
3126     return ME_Redo(editor);
3127   case EM_GETOPTIONS:
3128   {
3129     /* these flags are equivalent to the ES_* counterparts */
3130     DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
3131                  ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN | ECO_SELECTIONBAR;
3132     DWORD settings = editor->styleFlags & mask;
3133
3134     return settings;
3135   }
3136   case EM_SETOPTIONS:
3137   {
3138     /* these flags are equivalent to ES_* counterparts, except for
3139      * ECO_AUTOWORDSELECTION that doesn't have an ES_* counterpart,
3140      * but is still stored in editor->styleFlags. */
3141     const DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
3142                        ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN |
3143                        ECO_SELECTIONBAR | ECO_AUTOWORDSELECTION;
3144     DWORD settings = mask & editor->styleFlags;
3145     DWORD oldSettings = settings;
3146     DWORD changedSettings;
3147
3148     switch(wParam)
3149     {
3150       case ECOOP_SET:
3151         settings = lParam;
3152         break;
3153       case ECOOP_OR:
3154         settings |= lParam;
3155         break;
3156       case ECOOP_AND:
3157         settings &= lParam;
3158         break;
3159       case ECOOP_XOR:
3160         settings ^= lParam;
3161     }
3162     changedSettings = oldSettings ^ settings;
3163
3164     if (changedSettings) {
3165       editor->styleFlags = (editor->styleFlags & ~mask) | (settings & mask);
3166
3167       if (changedSettings & ECO_SELECTIONBAR)
3168       {
3169         ITextHost_TxInvalidateRect(editor->texthost, &editor->rcFormat, TRUE);
3170         if (settings & ECO_SELECTIONBAR) {
3171           assert(!editor->selofs);
3172           editor->selofs = SELECTIONBAR_WIDTH;
3173           editor->rcFormat.left += editor->selofs;
3174         } else {
3175           editor->rcFormat.left -= editor->selofs;
3176           editor->selofs = 0;
3177         }
3178         ME_RewrapRepaint(editor);
3179       }
3180
3181       if (changedSettings & settings & ECO_VERTICAL)
3182         FIXME("ECO_VERTICAL not implemented yet!\n");
3183       if (changedSettings & settings & ECO_AUTOHSCROLL)
3184         FIXME("ECO_AUTOHSCROLL not implemented yet!\n");
3185       if (changedSettings & settings & ECO_AUTOVSCROLL)
3186         FIXME("ECO_AUTOVSCROLL not implemented yet!\n");
3187       if (changedSettings & settings & ECO_NOHIDESEL)
3188         FIXME("ECO_NOHIDESEL not implemented yet!\n");
3189       if (changedSettings & settings & ECO_WANTRETURN)
3190         FIXME("ECO_WANTRETURN not implemented yet!\n");
3191       if (changedSettings & settings & ECO_AUTOWORDSELECTION)
3192         FIXME("ECO_AUTOWORDSELECTION not implemented yet!\n");
3193     }
3194
3195     return settings;
3196   }
3197   case EM_SETSEL:
3198   {
3199     ME_InvalidateSelection(editor);
3200     ME_SetSelection(editor, wParam, lParam);
3201     ME_InvalidateSelection(editor);
3202     ITextHost_TxShowCaret(editor->texthost, FALSE);
3203     ME_ShowCaret(editor);
3204     ME_SendSelChange(editor);
3205     return 0;
3206   }
3207   case EM_SETSCROLLPOS:
3208   {
3209     POINT *point = (POINT *)lParam;
3210     ME_ScrollAbs(editor, point->x, point->y);
3211     return 0;
3212   }
3213   case EM_AUTOURLDETECT:
3214   {
3215     if (wParam==1 || wParam ==0)
3216     {
3217         editor->AutoURLDetect_bEnable = (BOOL)wParam;
3218         return 0;
3219     }
3220     return E_INVALIDARG;
3221   }
3222   case EM_GETAUTOURLDETECT:
3223   {
3224     return editor->AutoURLDetect_bEnable;
3225   }
3226   case EM_EXSETSEL:
3227   {
3228     int end;
3229     CHARRANGE range = *(CHARRANGE *)lParam;
3230
3231     TRACE("EM_EXSETSEL (%d,%d)\n", range.cpMin, range.cpMax);
3232
3233     ME_InvalidateSelection(editor);
3234     end = ME_SetSelection(editor, range.cpMin, range.cpMax);
3235     ME_InvalidateSelection(editor);
3236     ITextHost_TxShowCaret(editor->texthost, FALSE);
3237     ME_ShowCaret(editor);
3238     ME_SendSelChange(editor);
3239
3240     return end;
3241   }
3242   case EM_SHOWSCROLLBAR:
3243   {
3244     DWORD flags;
3245
3246     switch (wParam)
3247     {
3248       case SB_HORZ:
3249         flags = WS_HSCROLL;
3250         break;
3251       case SB_VERT:
3252         flags = WS_VSCROLL;
3253         break;
3254       case SB_BOTH:
3255         flags = WS_HSCROLL|WS_VSCROLL;
3256         break;
3257       default:
3258         return 0;
3259     }
3260
3261     if (lParam) {
3262       editor->styleFlags |= flags;
3263       if (flags & WS_HSCROLL)
3264         ITextHost_TxShowScrollBar(editor->texthost, SB_HORZ,
3265                           editor->nTotalWidth > editor->sizeWindow.cx);
3266       if (flags & WS_VSCROLL)
3267         ITextHost_TxShowScrollBar(editor->texthost, SB_VERT,
3268                           editor->nTotalLength > editor->sizeWindow.cy);
3269     } else {
3270       editor->styleFlags &= ~flags;
3271       ITextHost_TxShowScrollBar(editor->texthost, wParam, FALSE);
3272     }
3273     return 0;
3274   }
3275   case EM_SETTEXTEX:
3276   {
3277     LPWSTR wszText;
3278     SETTEXTEX *pStruct = (SETTEXTEX *)wParam;
3279     size_t len = 0;
3280     int from, to;
3281     ME_Style *style;
3282     BOOL bRtf, bUnicode, bSelection;
3283     int oldModify = editor->nModifyStep;
3284
3285     if (!pStruct) return 0;
3286
3287     /* If we detect ascii rtf at the start of the string,
3288      * we know it isn't unicode. */
3289     bRtf = (lParam && (!strncmp((char *)lParam, "{\\rtf", 5) ||
3290                          !strncmp((char *)lParam, "{\\urtf", 6)));
3291     bUnicode = !bRtf && pStruct->codepage == 1200;
3292
3293     TRACE("EM_SETTEXTEX - %s, flags %d, cp %d\n",
3294           bUnicode ? debugstr_w((LPCWSTR)lParam) : debugstr_a((LPCSTR)lParam),
3295           pStruct->flags, pStruct->codepage);
3296
3297     bSelection = (pStruct->flags & ST_SELECTION) != 0;
3298     if (bSelection) {
3299       int nStartCursor = ME_GetSelectionOfs(editor, &from, &to);
3300       style = ME_GetSelectionInsertStyle(editor);
3301       ME_InternalDeleteText(editor, &editor->pCursors[nStartCursor], to - from, FALSE);
3302     } else {
3303       ME_Cursor start;
3304       ME_SetCursorToStart(editor, &start);
3305       ME_InternalDeleteText(editor, &start, ME_GetTextLength(editor), FALSE);
3306       style = editor->pBuffer->pDefaultStyle;
3307     }
3308
3309     if (bRtf) {
3310       ME_StreamInRTFString(editor, bSelection, (char *)lParam);
3311       if (bSelection) {
3312         /* FIXME: The length returned doesn't include the rtf control
3313          * characters, only the actual text. */
3314         len = lParam ? strlen((char *)lParam) : 0;
3315       }
3316     } else {
3317       /* FIXME: make use of pStruct->codepage in the to unicode translation */
3318       wszText = lParam ? ME_ToUnicode(bUnicode, (void *)lParam) : NULL;
3319       len = wszText ? lstrlenW(wszText) : 0;
3320       ME_InsertTextFromCursor(editor, 0, wszText, len, style);
3321       ME_EndToUnicode(bUnicode, wszText);
3322     }
3323
3324     if (bSelection) {
3325       ME_ReleaseStyle(style);
3326       ME_UpdateSelectionLinkAttribute(editor);
3327     } else {
3328       ME_Cursor cursor;
3329       len = 1;
3330       ME_SetCursorToStart(editor, &cursor);
3331       ME_UpdateLinkAttribute(editor, &cursor, INT_MAX);
3332     }
3333     ME_CommitUndo(editor);
3334     if (!(pStruct->flags & ST_KEEPUNDO))
3335     {
3336       editor->nModifyStep = oldModify;
3337       ME_EmptyUndoStack(editor);
3338     }
3339     ME_UpdateRepaint(editor, FALSE);
3340     return len;
3341   }
3342   case EM_SETBKGNDCOLOR:
3343   {
3344     LRESULT lColor;
3345     if (editor->rgbBackColor != -1) {
3346       DeleteObject(editor->hbrBackground);
3347       lColor = editor->rgbBackColor;
3348     }
3349     else lColor = ITextHost_TxGetSysColor(editor->texthost, COLOR_WINDOW);
3350
3351     if (wParam)
3352     {
3353       editor->rgbBackColor = -1;
3354       editor->hbrBackground = GetSysColorBrush(COLOR_WINDOW);
3355     }
3356     else
3357     {
3358       editor->rgbBackColor = lParam;
3359       editor->hbrBackground = CreateSolidBrush(editor->rgbBackColor);
3360     }
3361     ITextHost_TxInvalidateRect(editor->texthost, NULL, TRUE);
3362     ITextHost_TxViewChange(editor->texthost, TRUE);
3363     return lColor;
3364   }
3365   case EM_GETMODIFY:
3366     return editor->nModifyStep == 0 ? 0 : -1;
3367   case EM_SETMODIFY:
3368   {
3369     if (wParam)
3370       editor->nModifyStep = 1;
3371     else
3372       editor->nModifyStep = 0;
3373     
3374     return 0;
3375   }
3376   case EM_SETREADONLY:
3377   {
3378     if (wParam)
3379       editor->styleFlags |= ES_READONLY;
3380     else
3381       editor->styleFlags &= ~ES_READONLY;
3382     return 0;
3383   }
3384   case EM_SETEVENTMASK:
3385   {
3386     DWORD nOldMask = editor->nEventMask;
3387     
3388     editor->nEventMask = lParam;
3389     return nOldMask;
3390   }
3391   case EM_GETEVENTMASK:
3392     return editor->nEventMask;
3393   case EM_SETCHARFORMAT:
3394   {
3395     CHARFORMAT2W buf, *p;
3396     BOOL bRepaint = TRUE;
3397     p = ME_ToCF2W(&buf, (CHARFORMAT2W *)lParam);
3398     if (p == NULL) return 0;
3399     if (wParam & SCF_ALL) {
3400       if (editor->mode & TM_PLAINTEXT) {
3401         ME_SetDefaultCharFormat(editor, p);
3402       } else {
3403         ME_Cursor start;
3404         ME_SetCursorToStart(editor, &start);
3405         ME_SetCharFormat(editor, &start, NULL, p);
3406         editor->nModifyStep = 1;
3407       }
3408     } else if (wParam & SCF_SELECTION) {
3409       if (editor->mode & TM_PLAINTEXT)
3410         return 0;
3411       if (wParam & SCF_WORD) {
3412         FIXME("EM_SETCHARFORMAT: word selection not supported\n");
3413         return 0;
3414       }
3415       bRepaint = ME_IsSelection(editor);
3416       ME_SetSelectionCharFormat(editor, p);
3417       if (bRepaint) editor->nModifyStep = 1;
3418     } else { /* SCF_DEFAULT */
3419       ME_SetDefaultCharFormat(editor, p);
3420     }
3421     ME_CommitUndo(editor);
3422     if (bRepaint)
3423     {
3424       ME_WrapMarkedParagraphs(editor);
3425       ME_UpdateScrollBar(editor);
3426       ME_Repaint(editor);
3427     }
3428     return 1;
3429   }
3430   case EM_GETCHARFORMAT:
3431   {
3432     CHARFORMAT2W tmp, *dst = (CHARFORMAT2W *)lParam;
3433     if (dst->cbSize != sizeof(CHARFORMATA) &&
3434         dst->cbSize != sizeof(CHARFORMATW) &&
3435         dst->cbSize != sizeof(CHARFORMAT2A) &&
3436         dst->cbSize != sizeof(CHARFORMAT2W))
3437       return 0;
3438     tmp.cbSize = sizeof(tmp);
3439     if (!wParam)
3440       ME_GetDefaultCharFormat(editor, &tmp);
3441     else
3442       ME_GetSelectionCharFormat(editor, &tmp);
3443     ME_CopyToCFAny(dst, &tmp);
3444     return tmp.dwMask;
3445   }
3446   case EM_SETPARAFORMAT:
3447   {
3448     BOOL result = ME_SetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
3449     ME_WrapMarkedParagraphs(editor);
3450     ME_UpdateScrollBar(editor);
3451     ME_Repaint(editor);
3452     ME_CommitUndo(editor);
3453     return result;
3454   }
3455   case EM_GETPARAFORMAT:
3456     ME_GetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
3457     return ((PARAFORMAT2 *)lParam)->dwMask;
3458   case EM_GETFIRSTVISIBLELINE:
3459   {
3460     ME_DisplayItem *p = editor->pBuffer->pFirst;
3461     int y = editor->vert_si.nPos;
3462     int ypara = 0;
3463     int count = 0;
3464     int ystart, yend;
3465     while(p) {
3466       p = ME_FindItemFwd(p, diStartRowOrParagraphOrEnd);
3467       if (p->type == diTextEnd)
3468         break;
3469       if (p->type == diParagraph) {
3470         ypara = p->member.para.pt.y;
3471         continue;
3472       }
3473       ystart = ypara + p->member.row.pt.y;
3474       yend = ystart + p->member.row.nHeight;
3475       if (y < yend) {
3476         break;
3477       }
3478       count++;
3479     }
3480     return count;
3481   }
3482   case EM_HIDESELECTION:
3483   {
3484      editor->bHideSelection = (wParam != 0);
3485      ME_InvalidateSelection(editor);
3486      return 0;
3487   }
3488   case EM_LINESCROLL:
3489   {
3490     if (!(editor->styleFlags & ES_MULTILINE))
3491       return FALSE;
3492     ME_ScrollDown(editor, lParam * 8); /* FIXME follow the original */
3493     return TRUE;
3494   }
3495   case WM_CLEAR:
3496   {
3497     int from, to;
3498     int nStartCursor = ME_GetSelectionOfs(editor, &from, &to);
3499     ME_InternalDeleteText(editor, &editor->pCursors[nStartCursor], to-from, FALSE);
3500     ME_CommitUndo(editor);
3501     ME_UpdateRepaint(editor, TRUE);
3502     return 0;
3503   }
3504   case EM_REPLACESEL:
3505   {
3506     int from, to, nStartCursor;
3507     ME_Style *style;
3508     LPWSTR wszText = lParam ? ME_ToUnicode(unicode, (void *)lParam) : NULL;
3509     size_t len = wszText ? lstrlenW(wszText) : 0;
3510     TRACE("EM_REPLACESEL - %s\n", debugstr_w(wszText));
3511
3512     nStartCursor = ME_GetSelectionOfs(editor, &from, &to);
3513     style = ME_GetSelectionInsertStyle(editor);
3514     ME_InternalDeleteText(editor, &editor->pCursors[nStartCursor], to-from, FALSE);
3515     ME_InsertTextFromCursor(editor, 0, wszText, len, style);
3516     ME_ReleaseStyle(style);
3517     /* drop temporary style if line end */
3518     /*
3519      * FIXME question: does abc\n mean: put abc,
3520      * clear temp style, put \n? (would require a change)
3521      */
3522     if (len>0 && wszText[len-1] == '\n')
3523       ME_ClearTempStyle(editor);
3524     ME_EndToUnicode(unicode, wszText);
3525     ME_CommitUndo(editor);
3526     ME_UpdateSelectionLinkAttribute(editor);
3527     if (!wParam)
3528       ME_EmptyUndoStack(editor);
3529     ME_UpdateRepaint(editor, FALSE);
3530     return len;
3531   }
3532   case EM_SCROLLCARET:
3533     ME_EnsureVisible(editor, &editor->pCursors[0]);
3534     return 0;
3535   case WM_SETFONT:
3536   {
3537     LOGFONTW lf;
3538     CHARFORMAT2W fmt;
3539     HDC hDC;
3540     BOOL bRepaint = LOWORD(lParam);
3541
3542     if (!wParam)
3543       wParam = (WPARAM)GetStockObject(SYSTEM_FONT);
3544     GetObjectW((HGDIOBJ)wParam, sizeof(LOGFONTW), &lf);
3545     hDC = ITextHost_TxGetDC(editor->texthost);
3546     ME_CharFormatFromLogFont(hDC, &lf, &fmt);
3547     ITextHost_TxReleaseDC(editor->texthost, hDC);
3548     if (editor->mode & TM_RICHTEXT) {
3549       ME_Cursor start;
3550       ME_SetCursorToStart(editor, &start);
3551       ME_SetCharFormat(editor, &start, NULL, &fmt);
3552     }
3553     ME_SetDefaultCharFormat(editor, &fmt);
3554
3555     ME_CommitUndo(editor);
3556     ME_MarkAllForWrapping(editor);
3557     ME_WrapMarkedParagraphs(editor);
3558     ME_UpdateScrollBar(editor);
3559     if (bRepaint)
3560       ME_Repaint(editor);
3561     return 0;
3562   }
3563   case WM_SETTEXT:
3564   {
3565     ME_Cursor cursor;
3566     ME_SetCursorToStart(editor, &cursor);
3567     ME_InternalDeleteText(editor, &cursor, ME_GetTextLength(editor), FALSE);
3568     if (lParam)
3569     {
3570       TRACE("WM_SETTEXT lParam==%lx\n",lParam);
3571       if (!strncmp((char *)lParam, "{\\rtf", 5) ||
3572           !strncmp((char *)lParam, "{\\urtf", 6))
3573       {
3574         /* Undocumented: WM_SETTEXT supports RTF text */
3575         ME_StreamInRTFString(editor, 0, (char *)lParam);
3576       }
3577       else
3578       {
3579         LPWSTR wszText = ME_ToUnicode(unicode, (void *)lParam);
3580         TRACE("WM_SETTEXT - %s\n", debugstr_w(wszText)); /* debugstr_w() */
3581         if (lstrlenW(wszText) > 0)
3582         {
3583           int len = -1;
3584
3585           /* uses default style! */
3586           if (!(editor->styleFlags & ES_MULTILINE))
3587           {
3588             WCHAR * p;
3589
3590             p = wszText;
3591             while (*p != '\0' && *p != '\r' && *p != '\n') p++;
3592             len = p - wszText;
3593           }
3594           ME_InsertTextFromCursor(editor, 0, wszText, len, editor->pBuffer->pDefaultStyle);
3595         }
3596         ME_EndToUnicode(unicode, wszText);
3597       }
3598     }
3599     else
3600       TRACE("WM_SETTEXT - NULL\n");
3601     ME_SetCursorToStart(editor, &cursor);
3602     ME_UpdateLinkAttribute(editor, &cursor, INT_MAX);
3603     ME_SetSelection(editor, 0, 0);
3604     editor->nModifyStep = 0;
3605     ME_CommitUndo(editor);
3606     ME_EmptyUndoStack(editor);
3607     ME_UpdateRepaint(editor, FALSE);
3608     return 1;
3609   }
3610   case EM_CANPASTE:
3611   {
3612     UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
3613     if (IsClipboardFormatAvailable(nRTFFormat))
3614       return TRUE;
3615     if (IsClipboardFormatAvailable(CF_UNICODETEXT))
3616       return TRUE;
3617     return FALSE;
3618   }
3619   case WM_PASTE:
3620   case WM_MBUTTONDOWN:
3621     ME_Paste(editor);
3622     return 0;
3623   case WM_CUT:
3624   case WM_COPY:
3625   {
3626     int nFrom, nTo, nStartCur = ME_GetSelectionOfs(editor, &nFrom, &nTo);
3627     int nChars = nTo - nFrom;
3628     ME_Cursor *selStart = &editor->pCursors[nStartCur];
3629
3630     if (ME_Copy(editor, selStart, nChars) && msg == WM_CUT)
3631     {
3632       ME_InternalDeleteText(editor, selStart, nChars, FALSE);
3633       ME_CommitUndo(editor);
3634       ME_UpdateRepaint(editor, TRUE);
3635     }
3636     return 0;
3637   }
3638   case WM_GETTEXTLENGTH:
3639   {
3640     GETTEXTLENGTHEX how;
3641
3642     /* CR/LF conversion required in 2.0 mode, verbatim in 1.0 mode */
3643     how.flags = GTL_CLOSE | (editor->bEmulateVersion10 ? 0 : GTL_USECRLF) | GTL_NUMCHARS;
3644     how.codepage = unicode ? 1200 : CP_ACP;
3645     return ME_GetTextLengthEx(editor, &how);
3646   }
3647   case EM_GETTEXTLENGTHEX:
3648     return ME_GetTextLengthEx(editor, (GETTEXTLENGTHEX *)wParam);
3649   case WM_GETTEXT:
3650   {
3651     GETTEXTEX ex;
3652     ex.cb = wParam * (unicode ? sizeof(WCHAR) : sizeof(CHAR));
3653     ex.flags = GT_USECRLF;
3654     ex.codepage = unicode ? 1200 : CP_ACP;
3655     ex.lpDefaultChar = NULL;
3656     ex.lpUsedDefChar = NULL;
3657     return ME_GetTextEx(editor, &ex, lParam);
3658   }
3659   case EM_GETTEXTEX:
3660     return ME_GetTextEx(editor, (GETTEXTEX*)wParam, lParam);
3661   case EM_GETSELTEXT:
3662   {
3663     int nFrom, nTo, nStartCur = ME_GetSelectionOfs(editor, &nFrom, &nTo);
3664     ME_Cursor *from = &editor->pCursors[nStartCur];
3665     return ME_GetTextRange(editor, (WCHAR *)lParam, from,
3666                            nTo - nFrom, unicode);
3667   }
3668   case EM_GETSCROLLPOS:
3669   {
3670     POINT *point = (POINT *)lParam;
3671     point->x = editor->horz_si.nPos;
3672     point->y = editor->vert_si.nPos;
3673     /* 16-bit scaled value is returned as stored in scrollinfo */
3674     if (editor->horz_si.nMax > 0xffff)
3675       point->x = MulDiv(point->x, 0xffff, editor->horz_si.nMax);
3676     if (editor->vert_si.nMax > 0xffff)
3677       point->y = MulDiv(point->y, 0xffff, editor->vert_si.nMax);
3678     return 1;
3679   }
3680   case EM_GETTEXTRANGE:
3681   {
3682     TEXTRANGEW *rng = (TEXTRANGEW *)lParam;
3683     ME_Cursor start;
3684     int nStart = rng->chrg.cpMin;
3685     int nEnd = rng->chrg.cpMax;
3686     int textlength = ME_GetTextLength(editor);
3687
3688     TRACE("EM_GETTEXTRANGE min=%d max=%d unicode=%d textlength=%d\n",
3689           rng->chrg.cpMin, rng->chrg.cpMax, unicode, textlength);
3690     if (nStart < 0) return 0;
3691     if ((nStart == 0 && nEnd == -1) || nEnd > textlength)
3692       nEnd = textlength;
3693     if (nStart >= nEnd) return 0;
3694
3695     ME_CursorFromCharOfs(editor, nStart, &start);
3696     return ME_GetTextRange(editor, rng->lpstrText, &start, nEnd - nStart, unicode);
3697   }
3698   case EM_GETLINE:
3699   {
3700     ME_DisplayItem *run;
3701     const unsigned int nMaxChars = *(WORD *) lParam;
3702     unsigned int nCharsLeft = nMaxChars;
3703     char *dest = (char *) lParam;
3704     BOOL wroteNull = FALSE;
3705
3706     TRACE("EM_GETLINE: row=%d, nMaxChars=%d (%s)\n", (int) wParam, nMaxChars,
3707           unicode ? "Unicode" : "Ansi");
3708
3709     run = ME_FindRowWithNumber(editor, wParam);
3710     if (run == NULL)
3711       return 0;
3712
3713     while (nCharsLeft && (run = ME_FindItemFwd(run, diRunOrStartRow))
3714            && run->type == diRun)
3715     {
3716       WCHAR *str = get_text( &run->member.run, 0 );
3717       unsigned int nCopy;
3718
3719       nCopy = min(nCharsLeft, run->member.run.len);
3720
3721       if (unicode)
3722         memcpy(dest, str, nCopy * sizeof(WCHAR));
3723       else
3724         nCopy = WideCharToMultiByte(CP_ACP, 0, str, nCopy, dest,
3725                                     nCharsLeft, NULL, NULL);
3726       dest += nCopy * (unicode ? sizeof(WCHAR) : 1);
3727       nCharsLeft -= nCopy;
3728     }
3729
3730     /* append line termination, space allowing */
3731     if (nCharsLeft > 0)
3732     {
3733       if (unicode)
3734         *((WCHAR *)dest) = '\0';
3735       else
3736         *dest = '\0';
3737       nCharsLeft--;
3738       wroteNull = TRUE;
3739     }
3740
3741     TRACE("EM_GETLINE: got %u characters\n", nMaxChars - nCharsLeft);
3742     return nMaxChars - nCharsLeft - (wroteNull ? 1 : 0);
3743   }
3744   case EM_GETLINECOUNT:
3745   {
3746     ME_DisplayItem *item = editor->pBuffer->pFirst->next;
3747     int nRows = 0;
3748
3749     ME_DisplayItem *prev_para = NULL, *last_para = NULL;
3750
3751     while (item != editor->pBuffer->pLast)
3752     {
3753       assert(item->type == diParagraph);
3754       prev_para = ME_FindItemBack(item, diRun);
3755       if (prev_para) {
3756         assert(prev_para->member.run.nFlags & MERF_ENDPARA);
3757       }
3758       nRows += item->member.para.nRows;
3759       item = item->member.para.next_para;
3760     }
3761     last_para = ME_FindItemBack(item, diRun);
3762     assert(last_para);
3763     assert(last_para->member.run.nFlags & MERF_ENDPARA);
3764     if (editor->bEmulateVersion10 && prev_para &&
3765         last_para->member.run.nCharOfs == 0 &&
3766         prev_para->member.run.len == 1 &&
3767         *get_text( &prev_para->member.run, 0 ) == '\r')
3768     {
3769       /* In 1.0 emulation, the last solitary \r at the very end of the text
3770          (if one exists) is NOT a line break.
3771          FIXME: this is an ugly hack. This should have a more regular model. */
3772       nRows--;
3773     }
3774
3775     TRACE("EM_GETLINECOUNT: nRows==%d\n", nRows);
3776     return max(1, nRows);
3777   }
3778   case EM_LINEFROMCHAR:
3779   {
3780     if (wParam == -1)
3781       return ME_RowNumberFromCharOfs(editor, ME_GetCursorOfs(&editor->pCursors[1]));
3782     else
3783       return ME_RowNumberFromCharOfs(editor, wParam);
3784   }
3785   case EM_EXLINEFROMCHAR:
3786   {
3787     if (lParam == -1)
3788       return ME_RowNumberFromCharOfs(editor, ME_GetCursorOfs(&editor->pCursors[1]));
3789     else    
3790       return ME_RowNumberFromCharOfs(editor, lParam);
3791   }
3792   case EM_LINEINDEX:
3793   {
3794     ME_DisplayItem *item, *para;
3795     int nCharOfs;
3796     
3797     if (wParam == -1)
3798       item = ME_FindItemBack(editor->pCursors[0].pRun, diStartRow);
3799     else
3800       item = ME_FindRowWithNumber(editor, wParam);
3801     if (!item)
3802       return -1;
3803     para = ME_GetParagraph(item);
3804     item = ME_FindItemFwd(item, diRun);
3805     nCharOfs = para->member.para.nCharOfs + item->member.run.nCharOfs;
3806     TRACE("EM_LINEINDEX: nCharOfs==%d\n", nCharOfs);
3807     return nCharOfs;
3808   }
3809   case EM_LINELENGTH:
3810   {
3811     ME_DisplayItem *item, *item_end;
3812     int nChars = 0, nThisLineOfs = 0, nNextLineOfs = 0;
3813     ME_DisplayItem *para, *run;
3814
3815     if (wParam > ME_GetTextLength(editor))
3816       return 0;
3817     if (wParam == -1)
3818     {
3819       FIXME("EM_LINELENGTH: returning number of unselected characters on lines with selection unsupported.\n");
3820       return 0;
3821     }
3822     ME_RunOfsFromCharOfs(editor, wParam, &para, &run, NULL);
3823     item = ME_RowStart(run);
3824     nThisLineOfs = ME_CharOfsFromRunOfs(editor, para, ME_FindItemFwd(item, diRun), 0);
3825     item_end = ME_FindItemFwd(item, diStartRowOrParagraphOrEnd);
3826     if (item_end->type == diStartRow) {
3827       nNextLineOfs = ME_CharOfsFromRunOfs(editor, para, ME_FindItemFwd(item_end, diRun), 0);
3828     } else {
3829       ME_DisplayItem *endRun = ME_FindItemBack(item_end, diRun);
3830       assert(endRun && endRun->member.run.nFlags & MERF_ENDPARA);
3831       nNextLineOfs = item_end->member.para.nCharOfs - endRun->member.run.len;
3832     }
3833     nChars = nNextLineOfs - nThisLineOfs;
3834     TRACE("EM_LINELENGTH(%ld)==%d\n",wParam, nChars);
3835     return nChars;
3836   }
3837   case EM_EXLIMITTEXT:
3838   {
3839     if ((int)lParam < 0)
3840      return 0;
3841     if (lParam == 0)
3842       editor->nTextLimit = 65536;
3843     else
3844       editor->nTextLimit = (int) lParam;
3845     return 0;
3846   }
3847   case EM_LIMITTEXT:
3848   {
3849     if (wParam == 0)
3850       editor->nTextLimit = 65536;
3851     else
3852       editor->nTextLimit = (int) wParam;
3853     return 0;
3854   }
3855   case EM_GETLIMITTEXT:
3856   {
3857     return editor->nTextLimit;
3858   }
3859   case EM_FINDTEXT:
3860   {
3861     LRESULT r;
3862     if(!unicode){
3863       FINDTEXTA *ft = (FINDTEXTA *)lParam;
3864       int nChars = MultiByteToWideChar(CP_ACP, 0, ft->lpstrText, -1, NULL, 0);
3865       WCHAR *tmp;
3866
3867       if ((tmp = ALLOC_N_OBJ(WCHAR, nChars)) != NULL)
3868         MultiByteToWideChar(CP_ACP, 0, ft->lpstrText, -1, tmp, nChars);
3869       r = ME_FindText(editor, wParam, &ft->chrg, tmp, NULL);
3870       FREE_OBJ( tmp );
3871     }else{
3872       FINDTEXTW *ft = (FINDTEXTW *)lParam;
3873       r = ME_FindText(editor, wParam, &ft->chrg, ft->lpstrText, NULL);
3874     }
3875     return r;
3876   }
3877   case EM_FINDTEXTEX:
3878   {
3879     LRESULT r;
3880     if(!unicode){
3881       FINDTEXTEXA *ex = (FINDTEXTEXA *)lParam;
3882       int nChars = MultiByteToWideChar(CP_ACP, 0, ex->lpstrText, -1, NULL, 0);
3883       WCHAR *tmp;
3884
3885       if ((tmp = ALLOC_N_OBJ(WCHAR, nChars)) != NULL)
3886         MultiByteToWideChar(CP_ACP, 0, ex->lpstrText, -1, tmp, nChars);
3887       r = ME_FindText(editor, wParam, &ex->chrg, tmp, &ex->chrgText);
3888       FREE_OBJ( tmp );
3889     }else{
3890       FINDTEXTEXW *ex = (FINDTEXTEXW *)lParam;
3891       r = ME_FindText(editor, wParam, &ex->chrg, ex->lpstrText, &ex->chrgText);
3892     }
3893     return r;
3894   }
3895   case EM_FINDTEXTW:
3896   {
3897     FINDTEXTW *ft = (FINDTEXTW *)lParam;
3898     return ME_FindText(editor, wParam, &ft->chrg, ft->lpstrText, NULL);
3899   }
3900   case EM_FINDTEXTEXW:
3901   {
3902     FINDTEXTEXW *ex = (FINDTEXTEXW *)lParam;
3903     return ME_FindText(editor, wParam, &ex->chrg, ex->lpstrText, &ex->chrgText);
3904   }
3905   case EM_GETZOOM:
3906     if (!wParam || !lParam)
3907       return FALSE;
3908     *(int *)wParam = editor->nZoomNumerator;
3909     *(int *)lParam = editor->nZoomDenominator;
3910     return TRUE;
3911   case EM_SETZOOM:
3912     return ME_SetZoom(editor, wParam, lParam);
3913   case EM_CHARFROMPOS:
3914   {
3915     ME_Cursor cursor;
3916     if (ME_CharFromPos(editor, ((POINTL *)lParam)->x, ((POINTL *)lParam)->y,
3917                        &cursor, NULL))
3918       return ME_GetCursorOfs(&cursor);
3919     else
3920       return -1;
3921   }
3922   case EM_POSFROMCHAR:
3923   {
3924     ME_DisplayItem *pPara, *pRun;
3925     int nCharOfs, nOffset, nLength;
3926     POINTL pt = {0,0};
3927
3928     nCharOfs = wParam;
3929     /* detect which API version we're dealing with */
3930     if (wParam >= 0x40000)
3931         nCharOfs = lParam;
3932     nLength = ME_GetTextLength(editor);
3933     nCharOfs = min(nCharOfs, nLength);
3934     nCharOfs = max(nCharOfs, 0);
3935
3936     ME_RunOfsFromCharOfs(editor, nCharOfs, &pPara, &pRun, &nOffset);
3937     assert(pRun->type == diRun);
3938     pt.y = pRun->member.run.pt.y;
3939     pt.x = pRun->member.run.pt.x + ME_PointFromChar(editor, &pRun->member.run, nOffset);
3940     pt.y += pPara->member.para.pt.y + editor->rcFormat.top;
3941     pt.x += editor->rcFormat.left;
3942
3943     pt.x -= editor->horz_si.nPos;
3944     pt.y -= editor->vert_si.nPos;
3945
3946     if (wParam >= 0x40000) {
3947         *(POINTL *)wParam = pt;
3948     }
3949     return (wParam >= 0x40000) ? 0 : MAKELONG( pt.x, pt.y );
3950   }
3951   case WM_CREATE:
3952   {
3953     INT max;
3954
3955     ME_SetDefaultFormatRect(editor);
3956
3957     max = (editor->styleFlags & ES_DISABLENOSCROLL) ? 1 : 0;
3958     if (~editor->styleFlags & ES_DISABLENOSCROLL || editor->styleFlags & WS_VSCROLL)
3959       ITextHost_TxSetScrollRange(editor->texthost, SB_VERT, 0, max, TRUE);
3960
3961     if (~editor->styleFlags & ES_DISABLENOSCROLL || editor->styleFlags & WS_HSCROLL)
3962       ITextHost_TxSetScrollRange(editor->texthost, SB_HORZ, 0, max, TRUE);
3963
3964     if (editor->styleFlags & ES_DISABLENOSCROLL)
3965     {
3966       if (editor->styleFlags & WS_VSCROLL)
3967       {
3968         ITextHost_TxEnableScrollBar(editor->texthost, SB_VERT, ESB_DISABLE_BOTH);
3969         ITextHost_TxShowScrollBar(editor->texthost, SB_VERT, TRUE);
3970       }
3971       if (editor->styleFlags & WS_HSCROLL)
3972       {
3973         ITextHost_TxEnableScrollBar(editor->texthost, SB_HORZ, ESB_DISABLE_BOTH);
3974         ITextHost_TxShowScrollBar(editor->texthost, SB_HORZ, TRUE);
3975       }
3976     }
3977
3978     ME_CommitUndo(editor);
3979     ME_WrapMarkedParagraphs(editor);
3980     ME_MoveCaret(editor);
3981     return 0;
3982   }
3983   case WM_DESTROY:
3984     ME_DestroyEditor(editor);
3985     return 0;
3986   case WM_SETCURSOR:
3987   {
3988     return ME_SetCursor(editor);
3989   }
3990   case WM_LBUTTONDBLCLK:
3991   case WM_LBUTTONDOWN:
3992   {
3993     ME_CommitUndo(editor); /* End coalesced undos for typed characters */
3994     if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
3995         !ME_FilterEvent(editor, msg, &wParam, &lParam))
3996       return 0;
3997     ITextHost_TxSetFocus(editor->texthost);
3998     ME_LButtonDown(editor, (short)LOWORD(lParam), (short)HIWORD(lParam),
3999                    ME_CalculateClickCount(editor, msg, wParam, lParam));
4000     ITextHost_TxSetCapture(editor->texthost, TRUE);
4001     editor->bMouseCaptured = TRUE;
4002     ME_LinkNotify(editor,msg,wParam,lParam);
4003     if (!ME_SetCursor(editor)) goto do_default;
4004     break;
4005   }
4006   case WM_MOUSEMOVE:
4007     if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
4008         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4009       return 0;
4010     if (editor->bMouseCaptured)
4011       ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam));
4012     ME_LinkNotify(editor,msg,wParam,lParam);
4013     /* Set cursor if mouse is captured, since WM_SETCURSOR won't be received. */
4014     if (editor->bMouseCaptured)
4015         ME_SetCursor(editor);
4016     break;
4017   case WM_LBUTTONUP:
4018     if (editor->bMouseCaptured) {
4019       ITextHost_TxSetCapture(editor->texthost, FALSE);
4020       editor->bMouseCaptured = FALSE;
4021     }
4022     if (editor->nSelectionType == stDocument)
4023       editor->nSelectionType = stPosition;
4024     if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
4025         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4026       return 0;
4027     else
4028     {
4029       ME_SetCursor(editor);
4030       ME_LinkNotify(editor,msg,wParam,lParam);
4031     }
4032     break;
4033   case WM_RBUTTONUP:
4034   case WM_RBUTTONDOWN:
4035     ME_CommitUndo(editor); /* End coalesced undos for typed characters */
4036     if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
4037         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4038       return 0;
4039     goto do_default;
4040   case WM_CONTEXTMENU:
4041     if (!ME_ShowContextMenu(editor, (short)LOWORD(lParam), (short)HIWORD(lParam)))
4042       goto do_default;
4043     break;
4044   case WM_SETFOCUS:
4045     editor->bHaveFocus = TRUE;
4046     ME_ShowCaret(editor);
4047     ME_SendOldNotify(editor, EN_SETFOCUS);
4048     return 0;
4049   case WM_KILLFOCUS:
4050     ME_CommitUndo(editor); /* End coalesced undos for typed characters */
4051     editor->bHaveFocus = FALSE;
4052     ME_HideCaret(editor);
4053     ME_SendOldNotify(editor, EN_KILLFOCUS);
4054     return 0;
4055   case WM_COMMAND:
4056     TRACE("editor wnd command = %d\n", LOWORD(wParam));
4057     return 0;
4058   case WM_KEYUP:
4059     if ((editor->nEventMask & ENM_KEYEVENTS) &&
4060         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4061       return 0;
4062     goto do_default;
4063   case WM_KEYDOWN:
4064     if ((editor->nEventMask & ENM_KEYEVENTS) &&
4065         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4066       return 0;
4067     if (ME_KeyDown(editor, LOWORD(wParam)))
4068       return 0;
4069     goto do_default;
4070   case WM_CHAR:
4071     if ((editor->nEventMask & ENM_KEYEVENTS) &&
4072         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4073       return 0;
4074     return ME_Char(editor, wParam, lParam, unicode);
4075   case WM_UNICHAR:
4076     if (unicode)
4077     {
4078         if(wParam == UNICODE_NOCHAR) return TRUE;
4079         if(wParam <= 0x000fffff)
4080         {
4081             if(wParam > 0xffff) /* convert to surrogates */
4082             {
4083                 wParam -= 0x10000;
4084                 ME_Char(editor, (wParam >> 10) + 0xd800, 0, TRUE);
4085                 ME_Char(editor, (wParam & 0x03ff) + 0xdc00, 0, TRUE);
4086             } else {
4087               ME_Char(editor, wParam, 0, TRUE);
4088             }
4089         }
4090         return 0;
4091     }
4092     break;
4093   case EM_STOPGROUPTYPING:
4094     ME_CommitUndo(editor); /* End coalesced undos for typed characters */
4095     return 0;
4096   case WM_HSCROLL:
4097   {
4098     const int scrollUnit = 7;
4099
4100     switch(LOWORD(wParam))
4101     {
4102       case SB_LEFT:
4103         ME_ScrollAbs(editor, 0, 0);
4104         break;
4105       case SB_RIGHT:
4106         ME_ScrollAbs(editor,
4107                      editor->horz_si.nMax - (int)editor->horz_si.nPage,
4108                      editor->vert_si.nMax - (int)editor->vert_si.nPage);
4109         break;
4110       case SB_LINELEFT:
4111         ME_ScrollLeft(editor, scrollUnit);
4112         break;
4113       case SB_LINERIGHT:
4114         ME_ScrollRight(editor, scrollUnit);
4115         break;
4116       case SB_PAGELEFT:
4117         ME_ScrollLeft(editor, editor->sizeWindow.cx);
4118         break;
4119       case SB_PAGERIGHT:
4120         ME_ScrollRight(editor, editor->sizeWindow.cx);
4121         break;
4122       case SB_THUMBTRACK:
4123       case SB_THUMBPOSITION:
4124       {
4125         int pos = HIWORD(wParam);
4126         if (editor->horz_si.nMax > 0xffff)
4127           pos = MulDiv(pos, editor->horz_si.nMax, 0xffff);
4128         ME_HScrollAbs(editor, pos);
4129         break;
4130       }
4131     }
4132     break;
4133   }
4134   case EM_SCROLL: /* fall through */
4135   case WM_VSCROLL:
4136   {
4137     int origNPos;
4138     int lineHeight;
4139
4140     origNPos = editor->vert_si.nPos;
4141     lineHeight = 24;
4142
4143     if (editor->pBuffer && editor->pBuffer->pDefaultStyle)
4144       lineHeight = editor->pBuffer->pDefaultStyle->tm.tmHeight;
4145     if (lineHeight <= 0) lineHeight = 24;
4146
4147     switch(LOWORD(wParam))
4148     {
4149       case SB_TOP:
4150         ME_ScrollAbs(editor, 0, 0);
4151         break;
4152       case SB_BOTTOM:
4153         ME_ScrollAbs(editor,
4154                      editor->horz_si.nMax - (int)editor->horz_si.nPage,
4155                      editor->vert_si.nMax - (int)editor->vert_si.nPage);
4156         break;
4157       case SB_LINEUP:
4158         ME_ScrollUp(editor,lineHeight);
4159         break;
4160       case SB_LINEDOWN:
4161         ME_ScrollDown(editor,lineHeight);
4162         break;
4163       case SB_PAGEUP:
4164         ME_ScrollUp(editor,editor->sizeWindow.cy);
4165         break;
4166       case SB_PAGEDOWN:
4167         ME_ScrollDown(editor,editor->sizeWindow.cy);
4168         break;
4169       case SB_THUMBTRACK:
4170       case SB_THUMBPOSITION:
4171       {
4172         int pos = HIWORD(wParam);
4173         if (editor->vert_si.nMax > 0xffff)
4174           pos = MulDiv(pos, editor->vert_si.nMax, 0xffff);
4175         ME_VScrollAbs(editor, pos);
4176         break;
4177       }
4178     }
4179     if (msg == EM_SCROLL)
4180       return 0x00010000 | (((editor->vert_si.nPos - origNPos)/lineHeight) & 0xffff);
4181     break;
4182   }
4183   case WM_MOUSEWHEEL:
4184   {
4185     int gcWheelDelta;
4186     UINT pulScrollLines;
4187     BOOL ctrl_is_down;
4188
4189     if ((editor->nEventMask & ENM_MOUSEEVENTS) &&
4190         !ME_FilterEvent(editor, msg, &wParam, &lParam))
4191       return 0;
4192
4193     ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
4194
4195     gcWheelDelta = GET_WHEEL_DELTA_WPARAM(wParam);
4196
4197     if (abs(gcWheelDelta) >= WHEEL_DELTA)
4198     {
4199       if (ctrl_is_down) {
4200         int numerator;
4201         if (!editor->nZoomNumerator || !editor->nZoomDenominator)
4202         {
4203           numerator = 100;
4204         } else {
4205           numerator = editor->nZoomNumerator * 100 / editor->nZoomDenominator;
4206         }
4207         numerator = numerator + (gcWheelDelta / WHEEL_DELTA) * 10;
4208         if (numerator >= 10 && numerator <= 500)
4209           ME_SetZoom(editor, numerator, 100);
4210       } else {
4211         SystemParametersInfoW(SPI_GETWHEELSCROLLLINES,0, &pulScrollLines, 0);
4212         /* FIXME follow the original */
4213         if (pulScrollLines)
4214           ME_ScrollDown(editor,pulScrollLines * (-gcWheelDelta / WHEEL_DELTA) * 8);
4215       }
4216     }
4217     break;
4218   }
4219   case EM_GETRECT:
4220   {
4221     *((RECT *)lParam) = editor->rcFormat;
4222     if (editor->bDefaultFormatRect)
4223       ((RECT *)lParam)->left -= editor->selofs;
4224     return 0;
4225   }
4226   case EM_SETRECT:
4227   case EM_SETRECTNP:
4228   {
4229     if (lParam)
4230     {
4231       int border = 0;
4232       RECT clientRect;
4233       RECT *rc = (RECT *)lParam;
4234
4235       border = editor->exStyleFlags & WS_EX_CLIENTEDGE ? 1 : 0;
4236       ITextHost_TxGetClientRect(editor->texthost, &clientRect);
4237       if (wParam == 0)
4238       {
4239         editor->rcFormat.top = max(0, rc->top - border);
4240         editor->rcFormat.left = max(0, rc->left - border);
4241         editor->rcFormat.bottom = min(clientRect.bottom, rc->bottom);
4242         editor->rcFormat.right = min(clientRect.right, rc->right + border);
4243       } else if (wParam == 1) {
4244         /* MSDN incorrectly says a wParam value of 1 causes the
4245          * lParam rect to be used as a relative offset,
4246          * however, the tests show it just prevents min/max bound
4247          * checking. */
4248         editor->rcFormat.top = rc->top - border;
4249         editor->rcFormat.left = rc->left - border;
4250         editor->rcFormat.bottom = rc->bottom;
4251         editor->rcFormat.right = rc->right + border;
4252       } else {
4253         return 0;
4254       }
4255       editor->bDefaultFormatRect = FALSE;
4256     }
4257     else
4258     {
4259       ME_SetDefaultFormatRect(editor);
4260       editor->bDefaultFormatRect = TRUE;
4261     }
4262     ME_MarkAllForWrapping(editor);
4263     ME_WrapMarkedParagraphs(editor);
4264     ME_UpdateScrollBar(editor);
4265     if (msg != EM_SETRECTNP)
4266       ME_Repaint(editor);
4267     return 0;
4268   }
4269   case EM_REQUESTRESIZE:
4270     ME_SendRequestResize(editor, TRUE);
4271     return 0;
4272   case WM_SETREDRAW:
4273     goto do_default;
4274   case WM_SIZE:
4275   {
4276     RECT clientRect;
4277
4278     ITextHost_TxGetClientRect(editor->texthost, &clientRect);
4279     if (editor->bDefaultFormatRect) {
4280       ME_SetDefaultFormatRect(editor);
4281     } else {
4282       editor->rcFormat.right += clientRect.right - editor->prevClientRect.right;
4283       editor->rcFormat.bottom += clientRect.bottom - editor->prevClientRect.bottom;
4284     }
4285     editor->prevClientRect = clientRect;
4286     ME_RewrapRepaint(editor);
4287     goto do_default;
4288   }
4289   /* IME messages to make richedit controls IME aware */
4290   case WM_IME_SETCONTEXT:
4291   case WM_IME_CONTROL:
4292   case WM_IME_SELECT:
4293   case WM_IME_COMPOSITIONFULL:
4294     return 0;
4295   case WM_IME_STARTCOMPOSITION:
4296   {
4297     editor->imeStartIndex=ME_GetCursorOfs(&editor->pCursors[0]);
4298     ME_DeleteSelection(editor);
4299     ME_CommitUndo(editor);
4300     ME_UpdateRepaint(editor, FALSE);
4301     return 0;
4302   }
4303   case WM_IME_COMPOSITION:
4304   {
4305     HIMC hIMC;
4306
4307     ME_Style *style = ME_GetInsertStyle(editor, 0);
4308     hIMC = ITextHost_TxImmGetContext(editor->texthost);
4309     ME_DeleteSelection(editor);
4310     ME_SaveTempStyle(editor);
4311     if (lParam & (GCS_RESULTSTR|GCS_COMPSTR))
4312     {
4313         LPWSTR lpCompStr = NULL;
4314         DWORD dwBufLen;
4315         DWORD dwIndex = lParam & GCS_RESULTSTR;
4316         if (!dwIndex)
4317           dwIndex = GCS_COMPSTR;
4318
4319         dwBufLen = ImmGetCompositionStringW(hIMC, dwIndex, NULL, 0);
4320         lpCompStr = HeapAlloc(GetProcessHeap(),0,dwBufLen + sizeof(WCHAR));
4321         ImmGetCompositionStringW(hIMC, dwIndex, lpCompStr, dwBufLen);
4322         lpCompStr[dwBufLen/sizeof(WCHAR)] = 0;
4323         ME_InsertTextFromCursor(editor,0,lpCompStr,dwBufLen/sizeof(WCHAR),style);
4324         HeapFree(GetProcessHeap(), 0, lpCompStr);
4325
4326         if (dwIndex == GCS_COMPSTR)
4327           ME_SetSelection(editor,editor->imeStartIndex,
4328                           editor->imeStartIndex + dwBufLen/sizeof(WCHAR));
4329     }
4330     ME_ReleaseStyle(style);
4331     ME_CommitUndo(editor);
4332     ME_UpdateRepaint(editor, FALSE);
4333     return 0;
4334   }
4335   case WM_IME_ENDCOMPOSITION:
4336   {
4337     ME_DeleteSelection(editor);
4338     editor->imeStartIndex=-1;
4339     return 0;
4340   }
4341   case EM_GETOLEINTERFACE:
4342   {
4343     LPVOID *ppvObj = (LPVOID*) lParam;
4344     return CreateIRichEditOle(editor, ppvObj);
4345   }
4346   case EM_GETPASSWORDCHAR:
4347   {
4348     return editor->cPasswordMask;
4349   }
4350   case EM_SETOLECALLBACK:
4351     if(editor->lpOleCallback)
4352       IRichEditOleCallback_Release(editor->lpOleCallback);
4353     editor->lpOleCallback = (IRichEditOleCallback*)lParam;
4354     if(editor->lpOleCallback)
4355       IRichEditOleCallback_AddRef(editor->lpOleCallback);
4356     return TRUE;
4357   case EM_GETWORDBREAKPROC:
4358     return (LRESULT)editor->pfnWordBreak;
4359   case EM_SETWORDBREAKPROC:
4360   {
4361     EDITWORDBREAKPROCW pfnOld = editor->pfnWordBreak;
4362
4363     editor->pfnWordBreak = (EDITWORDBREAKPROCW)lParam;
4364     return (LRESULT)pfnOld;
4365   }
4366   case EM_GETTEXTMODE:
4367     return editor->mode;
4368   case EM_SETTEXTMODE:
4369   {
4370     int mask = 0;
4371     int changes = 0;
4372
4373     if (ME_GetTextLength(editor) ||
4374         !list_empty( &editor->undo_stack ) || !list_empty( &editor->redo_stack ))
4375       return E_UNEXPECTED;
4376
4377     /* Check for mutually exclusive flags in adjacent bits of wParam */
4378     if ((wParam & (TM_RICHTEXT | TM_MULTILEVELUNDO | TM_MULTICODEPAGE)) &
4379         (wParam & (TM_PLAINTEXT | TM_SINGLELEVELUNDO | TM_SINGLECODEPAGE)) << 1)
4380       return E_INVALIDARG;
4381
4382     if (wParam & (TM_RICHTEXT | TM_PLAINTEXT))
4383     {
4384       mask |= TM_RICHTEXT | TM_PLAINTEXT;
4385       changes |= wParam & (TM_RICHTEXT | TM_PLAINTEXT);
4386       if (wParam & TM_PLAINTEXT) {
4387         /* Clear selection since it should be possible to select the
4388          * end of text run for rich text */
4389         ME_InvalidateSelection(editor);
4390         ME_SetCursorToStart(editor, &editor->pCursors[0]);
4391         editor->pCursors[1] = editor->pCursors[0];
4392         /* plain text can only have the default style. */
4393         ME_ClearTempStyle(editor);
4394         ME_AddRefStyle(editor->pBuffer->pDefaultStyle);
4395         ME_ReleaseStyle(editor->pCursors[0].pRun->member.run.style);
4396         editor->pCursors[0].pRun->member.run.style = editor->pBuffer->pDefaultStyle;
4397       }
4398     }
4399     /* FIXME: Currently no support for undo level and code page options */
4400     editor->mode = (editor->mode & ~mask) | changes;
4401     return 0;
4402   }
4403   case EM_SETPASSWORDCHAR:
4404   {
4405     editor->cPasswordMask = wParam;
4406     ME_RewrapRepaint(editor);
4407     return 0;
4408   }
4409   case EM_SETTARGETDEVICE:
4410     if (wParam == 0)
4411     {
4412       BOOL new = (lParam == 0 && (editor->styleFlags & ES_MULTILINE));
4413       if (editor->nAvailWidth || editor->bWordWrap != new)
4414       {
4415         editor->bWordWrap = new;
4416         editor->nAvailWidth = 0; /* wrap to client area */
4417         ME_RewrapRepaint(editor);
4418       }
4419     } else {
4420       int width = max(0, lParam);
4421       if ((editor->styleFlags & ES_MULTILINE) &&
4422           (!editor->bWordWrap || editor->nAvailWidth != width))
4423       {
4424         editor->nAvailWidth = width;
4425         editor->bWordWrap = TRUE;
4426         ME_RewrapRepaint(editor);
4427       }
4428       FIXME("EM_SETTARGETDEVICE doesn't use non-NULL target devices\n");
4429     }
4430     return TRUE;
4431   default:
4432   do_default:
4433     *phresult = S_FALSE;
4434     break;
4435   }
4436   return 0L;
4437 }
4438
4439 static LRESULT RichEditWndProc_common(HWND hWnd, UINT msg, WPARAM wParam,
4440                                       LPARAM lParam, BOOL unicode)
4441 {
4442   ME_TextEditor *editor;
4443   HRESULT hresult;
4444   LRESULT lresult = 0;
4445
4446   TRACE("enter hwnd %p msg %04x (%s) %lx %lx, unicode %d\n",
4447         hWnd, msg, get_msg_name(msg), wParam, lParam, unicode);
4448
4449   editor = (ME_TextEditor *)GetWindowLongPtrW(hWnd, 0);
4450   if (!editor)
4451   {
4452     if (msg == WM_NCCREATE)
4453     {
4454       CREATESTRUCTW *pcs = (CREATESTRUCTW *)lParam;
4455       ITextHost *texthost;
4456
4457       TRACE("WM_NCCREATE: hWnd %p style 0x%08x\n", hWnd, pcs->style);
4458       texthost = ME_CreateTextHost(hWnd, pcs, FALSE);
4459       return texthost != NULL;
4460     }
4461     else
4462     {
4463       return DefWindowProcW(hWnd, msg, wParam, lParam);
4464     }
4465   }
4466
4467   switch (msg)
4468   {
4469     case WM_PAINT:
4470     {
4471       HDC hDC;
4472       RECT rc;
4473       PAINTSTRUCT ps;
4474
4475       hDC = BeginPaint(editor->hWnd, &ps);
4476       if (!editor->bEmulateVersion10 || (editor->nEventMask & ENM_UPDATE))
4477         ME_SendOldNotify(editor, EN_UPDATE);
4478       /* Erase area outside of the formatting rectangle */
4479       if (ps.rcPaint.top < editor->rcFormat.top)
4480       {
4481         rc = ps.rcPaint;
4482         rc.bottom = editor->rcFormat.top;
4483         FillRect(hDC, &rc, editor->hbrBackground);
4484         ps.rcPaint.top = editor->rcFormat.top;
4485       }
4486       if (ps.rcPaint.bottom > editor->rcFormat.bottom) {
4487         rc = ps.rcPaint;
4488         rc.top = editor->rcFormat.bottom;
4489         FillRect(hDC, &rc, editor->hbrBackground);
4490         ps.rcPaint.bottom = editor->rcFormat.bottom;
4491       }
4492       if (ps.rcPaint.left < editor->rcFormat.left) {
4493         rc = ps.rcPaint;
4494         rc.right = editor->rcFormat.left;
4495         FillRect(hDC, &rc, editor->hbrBackground);
4496         ps.rcPaint.left = editor->rcFormat.left;
4497       }
4498       if (ps.rcPaint.right > editor->rcFormat.right) {
4499         rc = ps.rcPaint;
4500         rc.left = editor->rcFormat.right;
4501         FillRect(hDC, &rc, editor->hbrBackground);
4502         ps.rcPaint.right = editor->rcFormat.right;
4503       }
4504
4505       ME_PaintContent(editor, hDC, &ps.rcPaint);
4506       EndPaint(editor->hWnd, &ps);
4507       return 0;
4508     }
4509     case WM_ERASEBKGND:
4510     {
4511       HDC hDC = (HDC)wParam;
4512       RECT rc;
4513
4514       if (GetUpdateRect(editor->hWnd, &rc, TRUE))
4515         FillRect(hDC, &rc, editor->hbrBackground);
4516       return 1;
4517     }
4518     case EM_SETOPTIONS:
4519     {
4520       DWORD dwStyle;
4521       const DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
4522                          ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN |
4523                          ECO_SELECTIONBAR;
4524       lresult = ME_HandleMessage(editor, msg, wParam, lParam, unicode, &hresult);
4525       dwStyle = GetWindowLongW(hWnd, GWL_STYLE);
4526       dwStyle = (dwStyle & ~mask) | (lresult & mask);
4527       SetWindowLongW(hWnd, GWL_STYLE, dwStyle);
4528       return lresult;
4529     }
4530     case EM_SETREADONLY:
4531     {
4532       DWORD dwStyle;
4533       lresult = ME_HandleMessage(editor, msg, wParam, lParam, unicode, &hresult);
4534       dwStyle = GetWindowLongW(hWnd, GWL_STYLE);
4535       dwStyle &= ~ES_READONLY;
4536       if (wParam)
4537         dwStyle |= ES_READONLY;
4538       SetWindowLongW(hWnd, GWL_STYLE, dwStyle);
4539       return lresult;
4540     }
4541     default:
4542       lresult = ME_HandleMessage(editor, msg, wParam, lParam, unicode, &hresult);
4543   }
4544
4545   if (hresult == S_FALSE)
4546     lresult = DefWindowProcW(hWnd, msg, wParam, lParam);
4547
4548   TRACE("exit hwnd %p msg %04x (%s) %lx %lx, unicode %d -> %lu\n",
4549         hWnd, msg, get_msg_name(msg), wParam, lParam, unicode, lresult);
4550
4551   return lresult;
4552 }
4553
4554 static LRESULT WINAPI RichEditWndProcW(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
4555 {
4556     BOOL unicode = TRUE;
4557
4558     /* Under Win9x RichEdit20W returns ANSI strings, see the tests. */
4559     if (msg == WM_GETTEXT && (GetVersion() & 0x80000000))
4560         unicode = FALSE;
4561
4562     return RichEditWndProc_common(hWnd, msg, wParam, lParam, unicode);
4563 }
4564
4565 static LRESULT WINAPI RichEditWndProcA(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
4566 {
4567     return RichEditWndProc_common(hWnd, msg, wParam, lParam, FALSE);
4568 }
4569
4570 /******************************************************************
4571  *        RichEditANSIWndProc (RICHED20.10)
4572  */
4573 LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
4574 {
4575     return RichEditWndProcA(hWnd, msg, wParam, lParam);
4576 }
4577
4578 /******************************************************************
4579  *        RichEdit10ANSIWndProc (RICHED20.9)
4580  */
4581 LRESULT WINAPI RichEdit10ANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
4582 {
4583   if (msg == WM_NCCREATE && !GetWindowLongPtrW(hWnd, 0))
4584   {
4585     ITextHost *texthost;
4586     CREATESTRUCTW *pcs = (CREATESTRUCTW *)lParam;
4587
4588     TRACE("WM_NCCREATE: hWnd %p style 0x%08x\n", hWnd, pcs->style);
4589     texthost = ME_CreateTextHost(hWnd, pcs, TRUE);
4590     return texthost != NULL;
4591   }
4592   return RichEditANSIWndProc(hWnd, msg, wParam, lParam);
4593 }
4594
4595 void ME_SendOldNotify(ME_TextEditor *editor, int nCode)
4596 {
4597   ITextHost_TxNotify(editor->texthost, nCode, NULL);
4598 }
4599
4600 /* Fill buffer with srcChars unicode characters from the start cursor.
4601  *
4602  * buffer: destination buffer
4603  * buflen: length of buffer in characters excluding the NULL terminator.
4604  * start: start of editor text to copy into buffer.
4605  * srcChars: Number of characters to use from the editor text.
4606  * bCRLF: if true, replaces all end of lines with \r\n pairs.
4607  *
4608  * returns the number of characters written excluding the NULL terminator.
4609  *
4610  * The written text is always NULL terminated.
4611  */
4612 int ME_GetTextW(ME_TextEditor *editor, WCHAR *buffer, int buflen,
4613                 const ME_Cursor *start, int srcChars, BOOL bCRLF)
4614 {
4615   ME_DisplayItem *pRun, *pNextRun;
4616   const WCHAR *pStart = buffer;
4617   const WCHAR cr_lf[] = {'\r', '\n', 0};
4618   const WCHAR *str;
4619   int nLen;
4620
4621   /* bCRLF flag is only honored in 2.0 and up. 1.0 must always return text verbatim */
4622   if (editor->bEmulateVersion10) bCRLF = 0;
4623
4624   pRun = start->pRun;
4625   assert(pRun);
4626   pNextRun = ME_FindItemFwd(pRun, diRun);
4627
4628   nLen = pRun->member.run.len - start->nOffset;
4629   str = get_text( &pRun->member.run, start->nOffset );
4630
4631   /* No '\r' is appended to the last paragraph. */
4632   while (srcChars && buflen && pNextRun)
4633   {
4634     int nFlags = pRun->member.run.nFlags;
4635
4636     if (bCRLF && nFlags & MERF_ENDPARA && ~nFlags & MERF_ENDCELL)
4637     {
4638       if (buflen == 1) break;
4639       /* FIXME: native fails to reduce srcChars here for WM_GETTEXT or
4640        *        EM_GETTEXTEX, however, this is done for copying text which
4641        *        also uses this function. */
4642       srcChars -= min(nLen, srcChars);
4643       nLen = 2;
4644       str = cr_lf;
4645     } else {
4646       nLen = min(nLen, srcChars);
4647       srcChars -= nLen;
4648     }
4649
4650     nLen = min(nLen, buflen);
4651     buflen -= nLen;
4652
4653     CopyMemory(buffer, str, sizeof(WCHAR) * nLen);
4654
4655     buffer += nLen;
4656
4657     pRun = pNextRun;
4658     pNextRun = ME_FindItemFwd(pRun, diRun);
4659
4660     nLen = pRun->member.run.len;
4661     str = get_text( &pRun->member.run, 0 );
4662   }
4663   *buffer = 0;
4664   return buffer - pStart;
4665 }
4666
4667 static BOOL ME_RegisterEditorClass(HINSTANCE hInstance)
4668 {
4669   WNDCLASSW wcW;
4670   WNDCLASSA wcA;
4671   
4672   wcW.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS;
4673   wcW.lpfnWndProc = RichEditWndProcW;
4674   wcW.cbClsExtra = 0;
4675   wcW.cbWndExtra = sizeof(ME_TextEditor *);
4676   wcW.hInstance = NULL; /* hInstance would register DLL-local class */
4677   wcW.hIcon = NULL;
4678   wcW.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
4679   wcW.hbrBackground = GetStockObject(NULL_BRUSH);
4680   wcW.lpszMenuName = NULL;
4681
4682   if (is_version_nt())
4683   {
4684     wcW.lpszClassName = RICHEDIT_CLASS20W;
4685     if (!RegisterClassW(&wcW)) return FALSE;
4686     wcW.lpszClassName = MSFTEDIT_CLASS;
4687     if (!RegisterClassW(&wcW)) return FALSE;
4688   }
4689   else
4690   {
4691     /* WNDCLASSA/W have the same layout */
4692     wcW.lpszClassName = (LPCWSTR)"RichEdit20W";
4693     if (!RegisterClassA((WNDCLASSA *)&wcW)) return FALSE;
4694     wcW.lpszClassName = (LPCWSTR)"RichEdit50W";
4695     if (!RegisterClassA((WNDCLASSA *)&wcW)) return FALSE;
4696   }
4697
4698   wcA.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS;
4699   wcA.lpfnWndProc = RichEditWndProcA;
4700   wcA.cbClsExtra = 0;
4701   wcA.cbWndExtra = sizeof(ME_TextEditor *);
4702   wcA.hInstance = NULL; /* hInstance would register DLL-local class */
4703   wcA.hIcon = NULL;
4704   wcA.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
4705   wcA.hbrBackground = GetStockObject(NULL_BRUSH);
4706   wcA.lpszMenuName = NULL;
4707   wcA.lpszClassName = RICHEDIT_CLASS20A;
4708   if (!RegisterClassA(&wcA)) return FALSE;
4709   wcA.lpszClassName = "RichEdit50A";
4710   if (!RegisterClassA(&wcA)) return FALSE;
4711
4712   return TRUE;
4713 }
4714
4715 static LRESULT WINAPI REComboWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
4716   /* FIXME: Not implemented */
4717   TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
4718         hWnd, msg, get_msg_name(msg), wParam, lParam);
4719   return DefWindowProcW(hWnd, msg, wParam, lParam);
4720 }
4721
4722 static LRESULT WINAPI REListWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
4723   /* FIXME: Not implemented */
4724   TRACE("hWnd %p msg %04x (%s) %08lx %08lx\n",
4725         hWnd, msg, get_msg_name(msg), wParam, lParam);
4726   return DefWindowProcW(hWnd, msg, wParam, lParam);
4727 }
4728
4729 /******************************************************************
4730  *        REExtendedRegisterClass (RICHED20.8)
4731  *
4732  * FIXME undocumented
4733  * Need to check for errors and implement controls and callbacks 
4734  */
4735 LRESULT WINAPI REExtendedRegisterClass(void)
4736 {
4737   WNDCLASSW wcW;
4738   UINT result;
4739
4740   FIXME("semi stub\n");
4741
4742   wcW.cbClsExtra = 0;
4743   wcW.cbWndExtra = 4;
4744   wcW.hInstance = NULL;
4745   wcW.hIcon = NULL;
4746   wcW.hCursor = NULL;
4747   wcW.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
4748   wcW.lpszMenuName = NULL;
4749
4750   if (!ME_ListBoxRegistered)
4751   {
4752       wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS;
4753       wcW.lpfnWndProc = REListWndProc;
4754       wcW.lpszClassName = REListBox20W;
4755       if (RegisterClassW(&wcW)) ME_ListBoxRegistered = TRUE;
4756   }
4757
4758   if (!ME_ComboBoxRegistered)
4759   {
4760       wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW;
4761       wcW.lpfnWndProc = REComboWndProc;
4762       wcW.lpszClassName = REComboBox20W;
4763       if (RegisterClassW(&wcW)) ME_ComboBoxRegistered = TRUE;  
4764   }
4765
4766   result = 0;
4767   if (ME_ListBoxRegistered)
4768       result += 1;
4769   if (ME_ComboBoxRegistered)
4770       result += 2;
4771
4772   return result;
4773 }
4774
4775 static BOOL isurlspecial(WCHAR c)
4776 {
4777   static const WCHAR special_chars[] = {'.','/','%','@','*','|','\\','+','#',0};
4778   return strchrW( special_chars, c ) != NULL;
4779 }
4780
4781 /**
4782  * This proc takes a selection, and scans it forward in order to select the span
4783  * of a possible URL candidate. A possible URL candidate must start with isalnum
4784  * or one of the following special characters: *|/\+%#@ and must consist entirely
4785  * of the characters allowed to start the URL, plus : (colon) which may occur
4786  * at most once, and not at either end.
4787  */
4788 static BOOL ME_FindNextURLCandidate(ME_TextEditor *editor,
4789                                     const ME_Cursor *start,
4790                                     int nChars,
4791                                     ME_Cursor *candidate_min,
4792                                     ME_Cursor *candidate_max)
4793 {
4794   ME_Cursor cursor = *start;
4795   BOOL foundColon = FALSE;
4796   BOOL candidateStarted = FALSE;
4797   WCHAR lastAcceptedChar = '\0';
4798
4799   while (nChars > 0)
4800   {
4801     WCHAR *strStart = get_text( &cursor.pRun->member.run, 0 );
4802     WCHAR *str = strStart + cursor.nOffset;
4803     int nLen = cursor.pRun->member.run.len - cursor.nOffset;
4804     nChars -= nLen;
4805
4806     if (~cursor.pRun->member.run.nFlags & MERF_ENDPARA)
4807     {
4808       /* Find start of candidate */
4809       if (!candidateStarted)
4810       {
4811         while (nLen)
4812         {
4813           nLen--;
4814           if (isalnumW(*str) || isurlspecial(*str))
4815           {
4816             cursor.nOffset = str - strStart;
4817             *candidate_min = cursor;
4818             candidateStarted = TRUE;
4819             lastAcceptedChar = *str++;
4820             break;
4821           }
4822           str++;
4823         }
4824       }
4825
4826       /* Find end of candidate */
4827       if (candidateStarted) {
4828         while (nLen)
4829         {
4830           nLen--;
4831           if (*str == ':' && !foundColon) {
4832             foundColon = TRUE;
4833           } else if (!isalnumW(*str) && !isurlspecial(*str)) {
4834             cursor.nOffset = str - strStart;
4835             if (lastAcceptedChar == ':')
4836               ME_MoveCursorChars(editor, &cursor, -1);
4837             *candidate_max = cursor;
4838             return TRUE;
4839           }
4840           lastAcceptedChar = *str++;
4841         }
4842       }
4843     } else {
4844       /* End of paragraph: skip it if before candidate span, or terminates
4845          current active span */
4846       if (candidateStarted) {
4847         if (lastAcceptedChar == ':')
4848           ME_MoveCursorChars(editor, &cursor, -1);
4849         *candidate_max = cursor;
4850         return TRUE;
4851       }
4852     }
4853
4854     /* Reaching this point means no span was found, so get next span */
4855     if (!ME_NextRun(&cursor.pPara, &cursor.pRun)) {
4856       if (candidateStarted) {
4857         /* There are no further runs, so take end of text as end of candidate */
4858         cursor.nOffset = str - strStart;
4859         if (lastAcceptedChar == ':')
4860           ME_MoveCursorChars(editor, &cursor, -1);
4861         *candidate_max = cursor;
4862         return TRUE;
4863       }
4864       *candidate_max = *candidate_min = cursor;
4865       return FALSE;
4866     }
4867     cursor.nOffset = 0;
4868   }
4869
4870   if (candidateStarted) {
4871     /* There are no further runs, so take end of text as end of candidate */
4872     if (lastAcceptedChar == ':')
4873       ME_MoveCursorChars(editor, &cursor, -1);
4874     *candidate_max = cursor;
4875     return TRUE;
4876   }
4877   *candidate_max = *candidate_min = cursor;
4878   return FALSE;
4879 }
4880
4881 /**
4882  * This proc evaluates the selection and returns TRUE if it can be considered an URL
4883  */
4884 static BOOL ME_IsCandidateAnURL(ME_TextEditor *editor, const ME_Cursor *start, int nChars)
4885 {
4886 #define MAX_PREFIX_LEN 9
4887   struct prefix_s {
4888     const WCHAR text[MAX_PREFIX_LEN];
4889     int length;
4890   }prefixes[] = {
4891     {{'p','r','o','s','p','e','r','o',':'}, 9},
4892     {{'t','e','l','n','e','t',':'}, 7},
4893     {{'g','o','p','h','e','r',':'}, 7},
4894     {{'m','a','i','l','t','o',':'}, 7},
4895     {{'h','t','t','p','s',':'}, 6},
4896     {{'f','i','l','e',':'}, 5},
4897     {{'n','e','w','s',':'}, 5},
4898     {{'w','a','i','s',':'}, 5},
4899     {{'n','n','t','p',':'}, 5},
4900     {{'h','t','t','p',':'}, 5},
4901     {{'w','w','w','.'}, 4},
4902     {{'f','t','p',':'}, 4},
4903   };
4904   WCHAR bufferW[MAX_PREFIX_LEN + 1];
4905   unsigned int i;
4906
4907   ME_GetTextW(editor, bufferW, MAX_PREFIX_LEN, start, nChars, 0);
4908   for (i = 0; i < sizeof(prefixes) / sizeof(*prefixes); i++)
4909   {
4910     if (nChars < prefixes[i].length) continue;
4911     if (!memcmp(prefixes[i].text, bufferW, prefixes[i].length * sizeof(WCHAR)))
4912       return TRUE;
4913   }
4914   return FALSE;
4915 #undef MAX_PREFIX_LEN
4916 }
4917
4918 /**
4919  * This proc walks through the indicated selection and evaluates whether each
4920  * section identified by ME_FindNextURLCandidate and in-between sections have
4921  * their proper CFE_LINK attributes set or unset. If the CFE_LINK attribute is
4922  * not what it is supposed to be, this proc sets or unsets it as appropriate.
4923  *
4924  * Since this function can cause runs to be split, do not depend on the value
4925  * of the start cursor at the end of the function.
4926  *
4927  * nChars may be set to INT_MAX to update to the end of the text.
4928  *
4929  * Returns TRUE if at least one section was modified.
4930  */
4931 static BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, ME_Cursor *start, int nChars)
4932 {
4933   BOOL modified = FALSE;
4934   ME_Cursor startCur = *start;
4935
4936   if (!editor->AutoURLDetect_bEnable) return FALSE;
4937
4938   do
4939   {
4940     CHARFORMAT2W link;
4941     ME_Cursor candidateStart, candidateEnd;
4942
4943     if (ME_FindNextURLCandidate(editor, &startCur, nChars,
4944                                 &candidateStart, &candidateEnd))
4945     {
4946       /* Section before candidate is not an URL */
4947       int cMin = ME_GetCursorOfs(&candidateStart);
4948       int cMax = ME_GetCursorOfs(&candidateEnd);
4949
4950       if (!ME_IsCandidateAnURL(editor, &candidateStart, cMax - cMin))
4951         candidateStart = candidateEnd;
4952       nChars -= cMax - ME_GetCursorOfs(&startCur);
4953     }
4954     else
4955     {
4956       /* No more candidates until end of selection */
4957       nChars = 0;
4958     }
4959
4960     if (startCur.pRun != candidateStart.pRun ||
4961         startCur.nOffset != candidateStart.nOffset)
4962     {
4963       /* CFE_LINK effect should be consistently unset */
4964       link.cbSize = sizeof(link);
4965       ME_GetCharFormat(editor, &startCur, &candidateStart, &link);
4966       if (!(link.dwMask & CFM_LINK) || (link.dwEffects & CFE_LINK))
4967       {
4968         /* CFE_LINK must be unset from this range */
4969         memset(&link, 0, sizeof(CHARFORMAT2W));
4970         link.cbSize = sizeof(link);
4971         link.dwMask = CFM_LINK;
4972         link.dwEffects = 0;
4973         ME_SetCharFormat(editor, &startCur, &candidateStart, &link);
4974         /* Update candidateEnd since setting character formats may split
4975          * runs, which can cause a cursor to be at an invalid offset within
4976          * a split run. */
4977         while (candidateEnd.nOffset >= candidateEnd.pRun->member.run.len)
4978         {
4979           candidateEnd.nOffset -= candidateEnd.pRun->member.run.len;
4980           candidateEnd.pRun = ME_FindItemFwd(candidateEnd.pRun, diRun);
4981         }
4982         modified = TRUE;
4983       }
4984     }
4985     if (candidateStart.pRun != candidateEnd.pRun ||
4986         candidateStart.nOffset != candidateEnd.nOffset)
4987     {
4988       /* CFE_LINK effect should be consistently set */
4989       link.cbSize = sizeof(link);
4990       ME_GetCharFormat(editor, &candidateStart, &candidateEnd, &link);
4991       if (!(link.dwMask & CFM_LINK) || !(link.dwEffects & CFE_LINK))
4992       {
4993         /* CFE_LINK must be set on this range */
4994         memset(&link, 0, sizeof(CHARFORMAT2W));
4995         link.cbSize = sizeof(link);
4996         link.dwMask = CFM_LINK;
4997         link.dwEffects = CFE_LINK;
4998         ME_SetCharFormat(editor, &candidateStart, &candidateEnd, &link);
4999         modified = TRUE;
5000       }
5001     }
5002     startCur = candidateEnd;
5003   } while (nChars > 0);
5004   return modified;
5005 }