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