Overlay icons for .lnk files with a small arrow in the lower left
[wine] / dlls / riched20 / editor.c
1 /*
2  * RichEdit - functions dealing with editor object
3  *
4  * Copyright 2004 by Krzysztof Foltman
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 /* 
22   API implementation status:
23   
24   Messages (ANSI versions not done yet)
25   - EM_AUTOURLDETECT 2.0
26   + EM_CANPASTE
27   + EM_CANREDO 2.0
28   + EM_CANUNDO
29   - EM_CHARFROMPOS
30   - EM_DISPLAYBAND
31   + EM_EMPTYUNDOBUFFER
32   + EM_EXGETSEL
33   - EM_EXLIMITTEXT
34   - EM_EXLINEFROMCHAR
35   + EM_EXSETSEL
36   - EM_FINDTEXT
37   - EM_FINDTEXTEX
38   - EM_FINDWORDBREAK
39   - EM_FMTLINES
40   - EM_FORMATRANGE
41   - EM_GETAUTOURLDETECT 2.0
42   - EM_GETBIDIOPTIONS 3.0
43   - EM_GETCHARFORMAT (partly done)
44   - EM_GETEDITSTYLE
45   + EM_GETEVENTMASK
46   - EM_GETFIRSTVISIBLELINE
47   - EM_GETIMECOLOR 1.0asian
48   - EM_GETIMECOMPMODE 2.0
49   - EM_GETIMEOPTIONS 1.0asian
50   - EM_GETIMESTATUS
51   - EM_GETLANGOPTIONS 2.0
52   - EM_GETLIMITTEXT
53   - EM_GETLINE        
54   - EM_GETLINECOUNT   returns number of rows, not of paragraphs
55   + EM_GETMODIFY
56   - EM_GETOLEINTERFACE
57   - EM_GETOPTIONS
58   + EM_GETPARAFORMAT
59   - EM_GETPASSWORDCHAR 2.0
60   - EM_GETPUNCTUATION 1.0asian
61   - EM_GETRECT
62   - EM_GETREDONAME 2.0
63   + EM_GETSEL
64   + EM_GETSELTEXT (ANSI&Unicode)
65   - EM_GETSCROLLPOS 3.0
66 ! - EM_GETTHUMB
67   - EM_GETTEXTEX 2.0
68   - EM_GETTEXTLENGTHEX
69   - EM_GETTEXTMODE 2.0
70 ? + EM_GETTEXTRANGE (ANSI&Unicode)
71   - EM_GETTYPOGRAPHYOPTIONS 3.0
72   - EM_GETUNDONAME
73   - EM_GETWORDBREAKPROC
74   - EM_GETWORDBREAKPROCEX
75   - EM_GETWORDWRAPMODE 1.0asian
76   - EM_SETZOOM 3.0
77   - EM_HIDESELECTION
78   - EM_LIMITTEXT
79   - EM_LINEFROMCHAR
80   - EM_LINEINDEX
81   - EM_LINELENGTH
82   - EM_LINESCROLL
83   - EM_PASTESPECIAL
84   - EM_POSFROMCHARS
85   + EM_REDO 2.0
86   - EM_REQUESTRESIZE
87   + EM_REPLACESEL (proper style?) ANSI&Unicode
88   - EM_SCROLL
89   - EM_SCROLLCARET
90   - EM_SELECTIONTYPE
91   - EM_SETBIDIOPTIONS 3.0
92   + EM_SETBKGNDCOLOR
93   - EM_SETCHARFORMAT (partly done, no ANSI)
94   - EM_SETEDITSTYLE
95   + EM_SETEVENTMASK (few notifications supported)
96   - EM_SETFONTSIZE
97   - EM_SETIMECOLOR 1.0asian
98   - EM_SETIMEOPTIONS 1.0asian
99   - EM_SETLANGOPTIONS 2.0
100   - EM_SETLIMITTEXT
101   + EM_SETMODIFY (not sure if implementation is correct)
102   - EM_SETOLECALLBACK
103   - EM_SETOPTIONS
104   - EM_SETPALETTE 2.0
105   + EM_SETPARAFORMAT
106   - EM_SETPASSWORDCHAR 2.0
107   - EM_SETPUNCTUATION 1.0asian
108   + EM_SETREADONLY no beep on modification attempt
109   - EM_SETRECT
110   - EM_SETRECTNP (EM_SETRECT without repainting) - not supported in RICHEDIT
111   + EM_SETSEL
112   - EM_SETSCROLLPOS 3.0
113   - EM_SETTABSTOPS 3.0
114   - EM_SETTARGETDEVICE
115   - EM_SETTEXTEX 3.0
116   - EM_SETTEXTMODE 2.0
117   - EM_SETTYPOGRAPHYOPTIONS 3.0
118   - EM_SETUNDOLIMIT 2.0
119   - EM_SETWORDBREAKPROC
120   - EM_SETWORDBREAKPROCEX
121   - EM_SETWORDWRAPMODE 1.0asian
122   - EM_SETZOOM 3.0
123   - EM_SHOWSCROLLBAR 2.0
124   - EM_STOPGROUPTYPING 2.0
125   + EM_STREAMIN (can't fall back to text when the RTF isn't really RTF)
126   + EM_STREAMOUT
127   + EM_UNDO
128   + WM_CHAR
129   + WM_CLEAR
130   + WM_COPY
131   + WM_CUT
132   + WM_GETDLGCODE (the current implementation is incomplete)
133   + WM_GETTEXT (ANSI&Unicode)
134   + WM_GETTEXTLENGTH (ANSI version sucks)
135   + WM_PASTE
136   - WM_SETFONT
137   + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
138   - WM_STYLECHANGING
139   - WM_STYLECHANGED (things like read-only flag)
140   - WM_UNICHAR
141   
142   Notifications
143   
144   * EN_CHANGE (sent from the wrong place)
145   - EN_CORRECTTEXT
146   - EN_DROPFILES
147   - EN_ERRSPACE
148   - EN_HSCROLL
149   - EN_IMECHANGE
150   + EN_KILLFOCUS
151   - EN_LINK
152   - EN_MAXTEXT
153   - EN_MSGFILTER
154   - EN_OLEOPFAILED
155   - EN_PROTECTED
156   - EN_REQUESTRESIZE
157   - EN_SAVECLIPBOARD
158   + EN_SELCHANGE 
159   + EN_SETFOCUS
160   - EN_STOPNOUNDO
161   * EN_UPDATE (sent from the wrong place)
162   - EN_VSCROLL
163   
164   Styles
165   
166   - ES_AUTOHSCROLL
167   - ES_AUTOVSCROLL
168   - ES_CENTER
169   - ES_DISABLENOSCROLL (scrollbar is always visible)
170   - ES_EX_NOCALLOLEINIT
171   - ES_LEFT
172   - ES_MULTILINE (currently single line controls aren't supported)
173   - ES_NOIME
174   - ES_READONLY (I'm not sure if beeping is the proper behaviour)
175   - ES_RIGHT
176   - ES_SAVESEL
177   - ES_SELFIME
178   - ES_SUNKEN
179   - ES_VERTICAL
180   - ES_WANTRETURN (don't know how to do WM_GETDLGCODE part)
181   - WS_SETFONT
182   - WS_HSCROLL
183   - WS_VSCROLL
184 */
185
186 /*
187  * RICHED20 TODO (incomplete):
188  *
189  * - messages/styles/notifications listed above 
190  * - Undo coalescing 
191  * - add remaining CHARFORMAT/PARAFORMAT fields
192  * - right/center align should strip spaces from the beginning
193  * - more advanced navigation (Ctrl-arrows)
194  * - tabs
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  *
209  * Bugs that are probably fixed, but not so easy to verify:
210  * - EN_UPDATE/EN_CHANGE are handled very incorrectly (should be OK now)
211  * - undo for ME_JoinParagraphs doesn't store paragraph format ? (it does)
212  * - check/fix artificial EOL logic (bCursorAtEnd, hardly logical)
213  * - caret shouldn't be displayed when selection isn't empty
214  * - check refcounting in style management functions (looks perfect now, but no bugs is suspicious)
215  * - undo for setting default format (done, might be buggy)
216  * - styles might be not released properly (looks like they work like charm, but who knows?
217  *
218  */
219
220 #include "editor.h"
221 #include "ole2.h"
222 #include "richole.h"
223 #include "winreg.h"
224 #define NO_SHLWAPI_STREAM 
225 #include "shlwapi.h"
226
227 #include "rtf.h"
228  
229 WINE_DEFAULT_DEBUG_CHANNEL(richedit);
230
231 int me_debug = 0;
232 HANDLE me_heap = NULL;
233
234 ME_TextBuffer *ME_MakeText() {
235   
236   ME_TextBuffer *buf = ALLOC_OBJ(ME_TextBuffer);
237
238   ME_DisplayItem *p1 = ME_MakeDI(diTextStart);
239   ME_DisplayItem *p2 = ME_MakeDI(diTextEnd);
240   
241   p1->prev = NULL;
242   p1->next = p2;
243   p2->prev = p1;
244   p2->next = NULL;
245   p1->member.para.next_para = p2;
246   p2->member.para.prev_para = p1;
247   p2->member.para.nCharOfs = 0;  
248   
249   buf->pFirst = p1;
250   buf->pLast = p2;
251   buf->pCharStyle = NULL;
252   
253   return buf;
254 }
255
256
257 static LRESULT ME_StreamInText(ME_TextEditor *editor, DWORD dwFormat, ME_InStream *stream, ME_Style *style)
258 {
259   WCHAR wszText[STREAMIN_BUFFER_SIZE+1];
260   WCHAR *pText;
261   
262   TRACE("%08lx %p\n", dwFormat, stream);
263   
264   do {
265     long nWideChars = 0;
266
267     if (!stream->dwSize)
268     {
269       ME_StreamInFill(stream);
270       if (stream->editstream->dwError)
271         break;
272       if (!stream->dwSize)
273         break;
274     }
275       
276     if (!(dwFormat & SF_UNICODE))
277     {
278       /* FIXME? this is doomed to fail on true MBCS like UTF-8, luckily they're unlikely to be used as CP_ACP */
279       nWideChars = MultiByteToWideChar(CP_ACP, 0, stream->buffer, stream->dwSize, wszText, STREAMIN_BUFFER_SIZE);
280       pText = wszText;
281     }
282     else
283     {
284       nWideChars = stream->dwSize >> 1;
285       pText = (WCHAR *)stream->buffer;
286     }
287     
288     ME_InsertTextFromCursor(editor, 0, pText, nWideChars, style);
289     if (stream->dwSize < STREAMIN_BUFFER_SIZE)
290       break;
291     stream->dwSize = 0;
292   } while(1);
293   ME_CommitUndo(editor);
294   ME_Repaint(editor);
295   return 0;
296 }
297
298 void ME_RTFCharAttrHook(RTF_Info *info)
299 {
300   CHARFORMAT2W fmt;
301   fmt.cbSize = sizeof(fmt);
302   fmt.dwMask = 0;
303   
304   switch(info->rtfMinor)
305   {
306     case rtfPlain:
307       /* FIXME add more flags once they're implemented */
308       fmt.dwMask = CFM_BOLD | CFM_ITALIC | CFM_UNDERLINE | CFM_STRIKEOUT | CFM_COLOR | CFM_BACKCOLOR | CFM_SIZE | CFM_WEIGHT;
309       fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR;
310       fmt.yHeight = 12*20; /* 12pt */
311       fmt.wWeight = 400;
312       break;
313     case rtfBold:
314       fmt.dwMask = CFM_BOLD;
315       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
316       break;
317     case rtfItalic:
318       fmt.dwMask = CFM_ITALIC;
319       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
320       break;
321     case rtfUnderline:
322       fmt.dwMask = CFM_UNDERLINE;
323       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
324       break;
325     case rtfStrikeThru:
326       fmt.dwMask = CFM_STRIKEOUT;
327       fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
328       break;
329     case rtfBackColor:
330       fmt.dwMask = CFM_BACKCOLOR;
331       fmt.dwEffects = 0;
332       if (info->rtfParam == 0)
333         fmt.dwEffects = CFE_AUTOBACKCOLOR;
334       else if (info->rtfParam != rtfNoParam)
335       {
336         RTFColor *c = RTFGetColor(info, info->rtfParam);
337         fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
338       }
339       break;
340     case rtfForeColor:
341       fmt.dwMask = CFM_COLOR;
342       fmt.dwEffects = 0;
343       if (info->rtfParam == 0)
344         fmt.dwEffects = CFE_AUTOCOLOR;
345       else if (info->rtfParam != rtfNoParam)
346       {
347         RTFColor *c = RTFGetColor(info, info->rtfParam);
348         fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
349       }
350       break;
351     case rtfFontNum:
352       if (info->rtfParam != rtfNoParam)
353       {
354         RTFFont *f = RTFGetFont(info, info->rtfParam);
355         if (f)
356         {
357           MultiByteToWideChar(CP_ACP, 0, f->rtfFName, -1, fmt.szFaceName, sizeof(fmt.szFaceName)/sizeof(WCHAR));
358           fmt.szFaceName[sizeof(fmt.szFaceName)/sizeof(WCHAR)-1] = '\0';
359           fmt.bCharSet = f->rtfFCharSet;
360           fmt.dwMask = CFM_FACE | CFM_CHARSET;
361         }
362       }
363       break;
364     case rtfFontSize:
365       fmt.dwMask = CFM_SIZE;
366       if (info->rtfParam != rtfNoParam)
367         fmt.yHeight = info->rtfParam*10;
368       break;
369   }
370   if (fmt.dwMask) {
371     ME_Style *style2;
372     RTFFlushOutputBuffer(info);
373     /* FIXME too slow ? how come ? */
374     style2 = ME_ApplyStyle(info->style, &fmt);
375     ME_ReleaseStyle(info->style);
376     info->style = style2;
377   }
378 }
379
380 /* FIXME this function doesn't get any information about context of the RTF tag, which is very bad,
381    the same tags mean different things in different contexts */
382 void ME_RTFParAttrHook(RTF_Info *info)
383 {
384   PARAFORMAT2 fmt;
385   fmt.cbSize = sizeof(fmt);
386   fmt.dwMask = 0;
387   
388   switch(info->rtfMinor)
389   {
390   case rtfParDef: /* I'm not 100% sure what does it do, but I guess it restores default paragraph attributes */
391     fmt.dwMask = PFM_ALIGNMENT | PFM_TABSTOPS | PFM_OFFSET | PFM_STARTINDENT;
392     fmt.wAlignment = PFA_LEFT;
393     fmt.cTabCount = 0;
394     fmt.dxOffset = fmt.dxStartIndent = 0;
395     break;
396   case rtfFirstIndent:
397     ME_GetSelectionParaFormat(info->editor, &fmt);
398     fmt.dwMask = PFM_STARTINDENT;
399     fmt.dxStartIndent = info->rtfParam + fmt.dxOffset;
400     break;
401   case rtfLeftIndent:
402   {
403     int first, left;
404     ME_GetSelectionParaFormat(info->editor, &fmt);
405     first = fmt.dxStartIndent;
406     left = info->rtfParam;
407     fmt.dwMask = PFM_STARTINDENT|PFM_OFFSET;
408     fmt.dxStartIndent = first + left;
409     fmt.dxOffset = -first;
410     break;
411   }
412   case rtfRightIndent:
413     fmt.dwMask = PFM_RIGHTINDENT;
414     fmt.dxRightIndent = info->rtfParam;
415     break;
416   case rtfQuadLeft:
417   case rtfQuadJust:
418     fmt.dwMask = PFM_ALIGNMENT;
419     fmt.wAlignment = PFA_LEFT;
420     break;
421   case rtfQuadRight:
422     fmt.dwMask = PFM_ALIGNMENT;
423     fmt.wAlignment = PFA_RIGHT;
424     break;
425   case rtfQuadCenter:
426     fmt.dwMask = PFM_ALIGNMENT;
427     fmt.wAlignment = PFA_CENTER;
428     break;
429   case rtfTabPos:
430     ME_GetSelectionParaFormat(info->editor, &fmt);
431     if (!(fmt.dwMask & PFM_TABSTOPS))
432     {
433       fmt.dwMask |= PFM_TABSTOPS;
434       fmt.cTabCount = 0;
435     }
436     if (fmt.cTabCount < MAX_TAB_STOPS)
437       fmt.rgxTabs[fmt.cTabCount++] = info->rtfParam;
438     break;
439   }  
440   if (fmt.dwMask) {
441     RTFFlushOutputBuffer(info);
442     /* FIXME too slow ? how come ?*/
443     ME_SetSelectionParaFormat(info->editor, &fmt);
444   }
445 }
446
447 void ME_RTFReadHook(RTF_Info *info) {
448   switch(info->rtfClass)
449   {
450     case rtfGroup:
451       switch(info->rtfMajor)
452       {
453         case rtfBeginGroup:
454           if (info->stackTop < maxStack) {
455             memcpy(&info->stack[info->stackTop].fmt, &info->style->fmt, sizeof(CHARFORMAT2W));
456             info->stack[info->stackTop].codePage = info->codePage;
457             info->stack[info->stackTop].unicodeLength = info->unicodeLength;
458           }
459           info->stackTop++;
460           break;
461         case rtfEndGroup:
462         {
463           ME_Style *s;
464           RTFFlushOutputBuffer(info);
465           info->stackTop--;
466           /* FIXME too slow ? how come ? */
467           s = ME_ApplyStyle(info->style, &info->stack[info->stackTop].fmt);
468           ME_ReleaseStyle(info->style);
469           info->style = s;
470           info->codePage = info->stack[info->stackTop].codePage;
471           info->unicodeLength = info->stack[info->stackTop].unicodeLength;
472           break;
473         }
474       }
475       break;
476     case rtfControl:
477       switch(info->rtfMajor)
478       {
479         case rtfCharAttr:
480           ME_RTFCharAttrHook(info);
481           break;
482         case rtfParAttr:
483           ME_RTFParAttrHook(info);
484           break;
485       }
486       break;
487   }
488 }
489
490 void
491 ME_StreamInFill(ME_InStream *stream)
492 {
493   stream->editstream->dwError = stream->editstream->pfnCallback(stream->editstream->dwCookie,
494                                                                 stream->buffer,
495                                                                 sizeof(stream->buffer),
496                                                                 &stream->dwSize);
497   stream->dwUsed = 0;
498 }
499
500 static LRESULT ME_StreamIn(ME_TextEditor *editor, DWORD format, EDITSTREAM *stream)
501 {
502   RTF_Info parser;
503   ME_Style *style;
504   int from, to, to2, nUndoMode;
505   ME_UndoItem *pUI;
506   int nEventMask = editor->nEventMask;
507   ME_InStream inStream;
508
509   TRACE("stream==%p hWnd==%p format==0x%X\n", stream, editor->hWnd, (UINT)format);
510   editor->nEventMask = 0;
511   
512   ME_GetSelection(editor, &from, &to);
513   if (format & SFF_SELECTION) {
514     style = ME_GetSelectionInsertStyle(editor);
515
516     ME_InternalDeleteText(editor, from, to-from);
517   }
518   else {
519     style = editor->pBuffer->pDefaultStyle;
520     ME_AddRefStyle(style);
521     SendMessageA(editor->hWnd, EM_SETSEL, 0, 0);    
522     ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor));
523     from = to = 0;
524     ME_ClearTempStyle(editor);
525     /* FIXME restore default paragraph formatting ! */
526   }
527   
528   nUndoMode = editor->nUndoMode;
529   editor->nUndoMode = umIgnore;
530
531   inStream.editstream = stream;
532   inStream.editstream->dwError = 0;
533   inStream.dwSize = 0;
534   inStream.dwUsed = 0;
535
536   if (format & SF_RTF)
537   {
538     /* Check if it's really RTF, and if it is not, use plain text */
539     ME_StreamInFill(&inStream);
540     if (!inStream.editstream->dwError)
541     {
542       if (strncmp(inStream.buffer, "{\\rtf1", 6) && strncmp(inStream.buffer, "{\\urtf", 6))
543       {
544         format &= ~SF_RTF;
545         format |= SF_TEXT;
546       }
547     }
548   }
549
550   if (!inStream.editstream->dwError)
551   {
552     if (format & SF_RTF) {
553       /* setup the RTF parser */
554       memset(&parser, 0, sizeof parser);
555       RTFSetEditStream(&parser, &inStream);
556       parser.rtfFormat = format&(SF_TEXT|SF_RTF);
557       parser.hwndEdit = editor->hWnd;
558       parser.editor = editor;
559       parser.style = style;
560       WriterInit(&parser);
561       RTFInit(&parser);
562       RTFSetReadHook(&parser, ME_RTFReadHook);
563       BeginFile(&parser);
564   
565       /* do the parsing */
566       RTFRead(&parser);
567       RTFFlushOutputBuffer(&parser);
568       RTFDestroy(&parser);
569
570       style = parser.style;
571     }
572     else if (format & SF_TEXT)
573       ME_StreamInText(editor, format, &inStream, style);
574     else
575       ERR("EM_STREAMIN without SF_TEXT or SF_RTF\n");
576     ME_GetSelection(editor, &to, &to2);
577     /* put the cursor at the top */
578     if (!(format & SFF_SELECTION))
579       SendMessageA(editor->hWnd, EM_SETSEL, 0, 0);
580     else
581     {
582       /* FIXME where to put cursor now ? */
583     }
584   }
585   
586   editor->nUndoMode = nUndoMode;
587   pUI = ME_AddUndoItem(editor, diUndoDeleteRun, NULL);
588   TRACE("from %d to %d\n", from, to);
589   if (pUI && from < to)
590   {
591     pUI->nStart = from;
592     pUI->nLen = to-from;
593   }
594   ME_CommitUndo(editor);
595   ME_ReleaseStyle(style); 
596   editor->nEventMask = nEventMask;
597   InvalidateRect(editor->hWnd, NULL, TRUE);
598   ME_UpdateRepaint(editor);
599   if (!(format & SFF_SELECTION)) {
600     ME_ClearTempStyle(editor);
601   }
602   ME_MoveCaret(editor);
603   ME_SendSelChange(editor);
604
605   return 0;
606 }
607
608
609 ME_DisplayItem *
610 ME_FindItemAtOffset(ME_TextEditor *editor, ME_DIType nItemType, int nOffset, int *nItemOffset)
611 {
612   ME_DisplayItem *item = ME_FindItemFwd(editor->pBuffer->pFirst, diParagraph);
613   
614   while (item && item->member.para.next_para->member.para.nCharOfs <= nOffset)
615     item = ME_FindItemFwd(item, diParagraph);
616
617   if (!item)
618     return item;
619
620   nOffset -= item->member.para.nCharOfs;
621   if (nItemType == diParagraph) {
622     if (nItemOffset)
623       *nItemOffset = nOffset;
624     return item;
625   }
626   
627   do {
628     item = ME_FindItemFwd(item, diRun);
629   } while (item && (item->member.run.nCharOfs + ME_StrLen(item->member.run.strText) <= nOffset));
630   if (item) {
631     nOffset -= item->member.run.nCharOfs;
632     if (nItemOffset)
633       *nItemOffset = nOffset;
634   }
635   return item;
636 }
637
638
639 ME_TextEditor *ME_MakeEditor(HWND hWnd) {
640   ME_TextEditor *ed = ALLOC_OBJ(ME_TextEditor);
641   HDC hDC;
642   int i;
643   ed->hWnd = hWnd;
644   ed->pBuffer = ME_MakeText();
645   hDC = GetDC(hWnd);
646   ME_MakeFirstParagraph(hDC, ed->pBuffer);
647   ReleaseDC(hWnd, hDC);
648   ed->bCaretShown = FALSE;
649   ed->nCursors = 3;
650   ed->pCursors = ALLOC_N_OBJ(ME_Cursor, ed->nCursors);
651   ed->pCursors[0].pRun = ME_FindItemFwd(ed->pBuffer->pFirst, diRun);
652   ed->pCursors[0].nOffset = 0;
653   ed->pCursors[1].pRun = ME_FindItemFwd(ed->pBuffer->pFirst, diRun);
654   ed->pCursors[1].nOffset = 0;
655   ed->nLastTotalLength = ed->nTotalLength = 0;
656   ed->nUDArrowX = -1;
657   ed->nSequence = 0;
658   ed->rgbBackColor = -1;
659   ed->bCaretAtEnd = FALSE;
660   ed->nEventMask = 0;
661   ed->nModifyStep = 0;
662   ed->pUndoStack = ed->pRedoStack = NULL;
663   ed->nUndoMode = umAddToUndo;
664   ed->nParagraphs = 1;
665   ed->nLastSelStart = ed->nLastSelEnd = 0;
666   ed->nScrollPosY = 0;
667   for (i=0; i<HFONT_CACHE_SIZE; i++)
668   {
669     ed->pFontCache[i].nRefs = 0;
670     ed->pFontCache[i].nAge = 0;
671     ed->pFontCache[i].hFont = NULL;
672   }
673   ME_CheckCharOffsets(ed);
674   return ed;
675 }
676
677 typedef struct tagME_GlobalDestStruct
678 {
679   HGLOBAL hData;
680   int nLength;
681 } ME_GlobalDestStruct;
682
683 static DWORD CALLBACK ME_AppendToHGLOBAL(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
684 {
685   ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
686   int nMaxSize;
687   BYTE *pDest;
688   
689   nMaxSize = GlobalSize(pData->hData);
690   if (pData->nLength+cb+1 >= cb)
691   {
692     /* round up to 2^17 */
693     int nNewSize = (((nMaxSize+cb+1)|0x1FFFF)+1) & 0xFFFE0000;
694     pData->hData = GlobalReAlloc(pData->hData, nNewSize, 0);
695   }
696   pDest = (BYTE *)GlobalLock(pData->hData);
697   memcpy(pDest + pData->nLength, lpBuff, cb);
698   pData->nLength += cb;
699   pDest[pData->nLength] = '\0';
700   GlobalUnlock(pData->hData);
701   *pcb = cb;
702   
703   return 0;
704 }
705
706 static DWORD CALLBACK ME_ReadFromHGLOBALUnicode(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
707 {
708   ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
709   int i;
710   WORD *pSrc, *pDest;
711   
712   cb = cb >> 1;
713   pDest = (WORD *)lpBuff;
714   pSrc = (WORD *)GlobalLock(pData->hData);
715   for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
716     pDest[i] = pSrc[pData->nLength+i];
717   }    
718   pData->nLength += i;
719   *pcb = 2*i;
720   GlobalUnlock(pData->hData);
721   return 0;
722 }
723
724 static DWORD CALLBACK ME_ReadFromHGLOBALRTF(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
725 {
726   ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
727   int i;
728   BYTE *pSrc, *pDest;
729   
730   pDest = lpBuff;
731   pSrc = (BYTE *)GlobalLock(pData->hData);
732   for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
733     pDest[i] = pSrc[pData->nLength+i];
734   }    
735   pData->nLength += i;
736   *pcb = i;
737   GlobalUnlock(pData->hData);
738   return 0;
739 }
740
741 void ME_DestroyEditor(ME_TextEditor *editor)
742 {
743   ME_DisplayItem *pFirst = editor->pBuffer->pFirst;
744   ME_DisplayItem *p = pFirst, *pNext = NULL;
745   int i;
746   
747   ME_ClearTempStyle(editor);
748   ME_EmptyUndoStack(editor);
749   while(p) {
750     pNext = p->next;
751     ME_DestroyDisplayItem(p);    
752     p = pNext;
753   }
754   ME_ReleaseStyle(editor->pBuffer->pDefaultStyle);
755   for (i=0; i<HFONT_CACHE_SIZE; i++)
756   {
757     if (editor->pFontCache[i].hFont)
758       DeleteObject(editor->pFontCache[i].hFont);
759   }
760     
761   FREE_OBJ(editor);
762 }
763
764 #define UNSUPPORTED_MSG(e) \
765   case e: \
766     FIXME(#e ": stub\n"); \
767     return DefWindowProcW(hWnd, msg, wParam, lParam);
768
769 /******************************************************************
770  *        RichEditANSIWndProc (RICHED20.10)
771  */
772 LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
773   HDC hDC;
774   PAINTSTRUCT ps;
775   SCROLLINFO si;
776   ME_TextEditor *editor = (ME_TextEditor *)GetWindowLongW(hWnd, 0);
777   TRACE("msg %d %08x %08lx\n", msg, wParam, lParam);
778   switch(msg) {
779   
780   UNSUPPORTED_MSG(EM_AUTOURLDETECT)
781   UNSUPPORTED_MSG(EM_CHARFROMPOS)
782   UNSUPPORTED_MSG(EM_DISPLAYBAND)
783   UNSUPPORTED_MSG(EM_EXLIMITTEXT)
784   UNSUPPORTED_MSG(EM_EXLINEFROMCHAR)
785   UNSUPPORTED_MSG(EM_FINDTEXT)
786   UNSUPPORTED_MSG(EM_FINDTEXTEX)
787   UNSUPPORTED_MSG(EM_FINDWORDBREAK)
788   UNSUPPORTED_MSG(EM_FMTLINES)
789   UNSUPPORTED_MSG(EM_FORMATRANGE)
790   UNSUPPORTED_MSG(EM_GETAUTOURLDETECT)
791   UNSUPPORTED_MSG(EM_GETBIDIOPTIONS)
792   UNSUPPORTED_MSG(EM_GETEDITSTYLE)
793   UNSUPPORTED_MSG(EM_GETFIRSTVISIBLELINE)
794   UNSUPPORTED_MSG(EM_GETIMECOMPMODE)
795   /* UNSUPPORTED_MSG(EM_GETIMESTATUS) missing in Wine headers */
796   UNSUPPORTED_MSG(EM_GETLANGOPTIONS)
797   UNSUPPORTED_MSG(EM_GETLIMITTEXT)
798   UNSUPPORTED_MSG(EM_GETLINE)
799   UNSUPPORTED_MSG(EM_GETLINECOUNT)
800   /* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */
801   UNSUPPORTED_MSG(EM_GETOPTIONS)
802   UNSUPPORTED_MSG(EM_GETPASSWORDCHAR)
803   UNSUPPORTED_MSG(EM_GETRECT)
804   UNSUPPORTED_MSG(EM_GETREDONAME)
805   UNSUPPORTED_MSG(EM_GETSCROLLPOS)
806   UNSUPPORTED_MSG(EM_GETTEXTEX)
807   UNSUPPORTED_MSG(EM_GETTEXTLENGTHEX)
808   UNSUPPORTED_MSG(EM_GETTEXTMODE)
809   UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
810   UNSUPPORTED_MSG(EM_GETUNDONAME)
811   UNSUPPORTED_MSG(EM_GETWORDBREAKPROC)
812   UNSUPPORTED_MSG(EM_GETWORDBREAKPROCEX)
813   UNSUPPORTED_MSG(EM_GETZOOM)
814   UNSUPPORTED_MSG(EM_HIDESELECTION)
815   UNSUPPORTED_MSG(EM_LIMITTEXT) /* also known as EM_SETLIMITTEXT */
816   UNSUPPORTED_MSG(EM_LINEFROMCHAR)
817   UNSUPPORTED_MSG(EM_LINEINDEX)
818   UNSUPPORTED_MSG(EM_LINELENGTH)
819   UNSUPPORTED_MSG(EM_LINESCROLL)
820   UNSUPPORTED_MSG(EM_PASTESPECIAL)
821 /*  UNSUPPORTED_MSG(EM_POSFROMCHARS) missing in Wine headers */
822   UNSUPPORTED_MSG(EM_REQUESTRESIZE)
823   UNSUPPORTED_MSG(EM_SCROLL)
824   UNSUPPORTED_MSG(EM_SCROLLCARET)
825   UNSUPPORTED_MSG(EM_SELECTIONTYPE)
826   UNSUPPORTED_MSG(EM_SETBIDIOPTIONS)
827   UNSUPPORTED_MSG(EM_SETEDITSTYLE)
828   UNSUPPORTED_MSG(EM_SETFONTSIZE)
829   UNSUPPORTED_MSG(EM_SETLANGOPTIONS)
830   UNSUPPORTED_MSG(EM_SETOLECALLBACK)
831   UNSUPPORTED_MSG(EM_SETOPTIONS)
832   UNSUPPORTED_MSG(EM_SETPALETTE)
833   UNSUPPORTED_MSG(EM_SETPASSWORDCHAR)
834   UNSUPPORTED_MSG(EM_SETRECT)
835   UNSUPPORTED_MSG(EM_SETRECTNP)
836   UNSUPPORTED_MSG(EM_SETSCROLLPOS)
837   UNSUPPORTED_MSG(EM_SETTABSTOPS)
838   UNSUPPORTED_MSG(EM_SETTARGETDEVICE)
839   UNSUPPORTED_MSG(EM_SETTEXTEX)
840   UNSUPPORTED_MSG(EM_SETTEXTMODE)
841   UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
842   UNSUPPORTED_MSG(EM_SETUNDOLIMIT)
843   UNSUPPORTED_MSG(EM_SETWORDBREAKPROC)
844   UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
845   UNSUPPORTED_MSG(EM_SHOWSCROLLBAR)
846   UNSUPPORTED_MSG(EM_SETZOOM)
847   UNSUPPORTED_MSG(WM_SETFONT)
848   UNSUPPORTED_MSG(WM_STYLECHANGING)
849   UNSUPPORTED_MSG(WM_STYLECHANGED)
850 /*  UNSUPPORTED_MSG(WM_UNICHAR) FIXME missing in Wine headers */
851     
852 /* Messages specific to Richedit controls */
853   
854   case EM_STREAMIN:
855    return ME_StreamIn(editor, wParam, (EDITSTREAM*)lParam);
856   case EM_STREAMOUT:
857    return ME_StreamOut(editor, wParam, (EDITSTREAM *)lParam);
858   case WM_GETDLGCODE:
859   {
860     UINT code = DLGC_WANTCHARS|DLGC_WANTARROWS;
861     if (GetWindowLongW(hWnd, GWL_STYLE)&ES_WANTRETURN)
862       code |= 0; /* FIXME what can we do here ? ask for messages and censor them ? */
863     return code;
864   }
865   case WM_NCCREATE:
866   {
867     CREATESTRUCTW *pcs = (CREATESTRUCTW *)lParam;
868     editor = ME_MakeEditor(hWnd);
869     SetWindowLongW(hWnd, 0, (long)editor);
870     pcs = 0; /* ignore */
871     return TRUE;
872   }
873   case EM_EMPTYUNDOBUFFER:
874     ME_EmptyUndoStack(editor);
875     return 0;
876   case EM_GETSEL:
877   {
878     ME_GetSelection(editor, (int *)wParam, (int *)lParam);
879     if (!((wParam|lParam) & 0xFFFF0000))
880       return (lParam<<16)|wParam;
881     return -1;
882   }
883   case EM_EXGETSEL:
884   {
885     CHARRANGE *pRange = (CHARRANGE *)lParam;
886     ME_GetSelection(editor, (int *)&pRange->cpMin, (int *)&pRange->cpMax);
887     return 0;
888   }
889   case EM_CANUNDO:
890     return editor->pUndoStack != NULL;
891   case EM_CANREDO:
892     return editor->pRedoStack != NULL;
893   case EM_UNDO:
894     ME_Undo(editor);
895     return 0;
896   case EM_REDO:
897     ME_Redo(editor);
898     return 0;
899   case EM_SETSEL:
900   {
901     ME_SetSelection(editor, wParam, lParam);
902     ME_Repaint(editor);
903     ME_SendSelChange(editor);
904     return 0;
905   }
906   case EM_EXSETSEL:
907   {
908     CHARRANGE *pRange = (CHARRANGE *)lParam;
909     ME_SetSelection(editor, pRange->cpMin, pRange->cpMax);
910     /* FIXME optimize */
911     ME_Repaint(editor);
912     ME_SendSelChange(editor);
913     return 0;
914   }
915   case EM_SETBKGNDCOLOR:
916   {
917     LRESULT lColor = ME_GetBackColor(editor);
918     if (wParam)
919       editor->rgbBackColor = -1;
920     else
921       editor->rgbBackColor = lParam; 
922     InvalidateRect(hWnd, NULL, TRUE);
923     UpdateWindow(hWnd);
924     return lColor;
925   }
926   case EM_GETMODIFY:
927     return editor->nModifyStep == 0 ? 0 : 1;
928   case EM_SETMODIFY:
929   {
930     if (wParam)
931       editor->nModifyStep = 0x80000000;
932     else
933       editor->nModifyStep = 0;
934     
935     return 0;
936   }
937   case EM_SETREADONLY:
938   {
939     long nStyle = GetWindowLongW(hWnd, GWL_STYLE);
940     if (wParam)
941       nStyle |= ES_READONLY;
942     else
943       nStyle &= ~ES_READONLY;
944     SetWindowLongW(hWnd, GWL_STYLE, nStyle);
945     ME_Repaint(editor);
946     return 0;
947   }
948   case EM_SETEVENTMASK:
949     editor->nEventMask = lParam;
950     return 0;
951   case EM_GETEVENTMASK:
952     return editor->nEventMask;
953   case EM_SETCHARFORMAT:
954   {
955     CHARFORMAT2W buf, *p;
956     BOOL bRepaint = TRUE;
957     p = ME_ToCF2W(&buf, (CHARFORMAT2W *)lParam);
958     if (!wParam)
959       ME_SetDefaultCharFormat(editor, p);
960     else if (wParam == (SCF_WORD | SCF_SELECTION))
961       FIXME("word selection not supported\n");
962     else if (wParam == SCF_ALL)
963       ME_SetCharFormat(editor, 0, ME_GetTextLength(editor), p);
964     else {
965       int from, to;
966       ME_GetSelection(editor, &from, &to);
967       bRepaint = (from != to);
968       ME_SetSelectionCharFormat(editor, p);
969     }
970     ME_CommitUndo(editor);
971     if (bRepaint)
972       ME_UpdateRepaint(editor);
973     return 0;
974   }
975   case EM_GETCHARFORMAT:
976   {
977     CHARFORMAT2W tmp;
978     tmp.cbSize = sizeof(tmp);
979     if (!wParam)
980       ME_GetDefaultCharFormat(editor, &tmp);
981     else
982       ME_GetSelectionCharFormat(editor, &tmp);
983     ME_CopyToCFAny((CHARFORMAT2W *)lParam, &tmp);
984     return 0;
985   }
986   case EM_SETPARAFORMAT:
987     ME_SetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
988     ME_UpdateRepaint(editor);
989     ME_CommitUndo(editor);
990     return 0;
991   case EM_GETPARAFORMAT:
992     ME_GetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
993     return 0;
994   case WM_CLEAR:
995   {
996     int from, to;
997     ME_GetSelection(editor, &from, &to);
998     ME_InternalDeleteText(editor, from, to-from);
999     ME_CommitUndo(editor);
1000     ME_UpdateRepaint(editor);
1001     return 0;
1002   }
1003   case EM_REPLACESEL:
1004   {
1005     int from, to;
1006     ME_Style *style;
1007     LPWSTR wszText = ME_ToUnicode(hWnd, (void *)lParam);
1008     size_t len = lstrlenW(wszText);
1009     TRACE("EM_REPLACESEL - %s\n", debugstr_w(wszText));
1010     
1011     ME_GetSelection(editor, &from, &to);
1012     style = ME_GetSelectionInsertStyle(editor);
1013     ME_InternalDeleteText(editor, from, to-from);
1014     ME_InsertTextFromCursor(editor, 0, wszText, len, style);
1015     ME_ReleaseStyle(style);
1016     ME_EndToUnicode(hWnd, wszText);
1017     /* drop temporary style if line end */
1018     /* FIXME question: does abc\n mean: put abc, clear temp style, put \n? (would require a change) */  
1019     if (len>0 && wszText[len-1] == '\n')
1020       ME_ClearTempStyle(editor);
1021       
1022     ME_CommitUndo(editor);
1023     if (!wParam)
1024       ME_EmptyUndoStack(editor);
1025     ME_UpdateRepaint(editor);
1026     return 0;
1027   }
1028   case WM_SETTEXT:
1029   {
1030     LPWSTR wszText = ME_ToUnicode(hWnd, (void *)lParam);
1031     TRACE("WM_SETTEXT - %s\n", (char *)(wszText)); /* debugstr_w() */
1032     ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor));
1033     /* uses default style! */
1034     ME_InsertTextFromCursor(editor, 0, wszText, -1, editor->pBuffer->pDefaultStyle);
1035     ME_EndToUnicode(hWnd, wszText);
1036     ME_CommitUndo(editor);
1037     ME_EmptyUndoStack(editor);
1038     ME_UpdateRepaint(editor);
1039     return 0;
1040   }
1041   case EM_CANPASTE:
1042   {
1043     UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
1044     if (IsClipboardFormatAvailable(nRTFFormat))
1045       return TRUE;
1046     if (IsClipboardFormatAvailable(CF_UNICODETEXT))
1047       return TRUE;
1048     return FALSE;
1049   }
1050   case WM_PASTE:
1051   {    
1052     DWORD dwFormat = 0;
1053     EDITSTREAM es;
1054     ME_GlobalDestStruct gds;
1055     UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
1056     UINT cf = 0;
1057
1058     if (IsClipboardFormatAvailable(nRTFFormat))
1059       cf = nRTFFormat, dwFormat = SF_RTF;
1060     else if (IsClipboardFormatAvailable(CF_UNICODETEXT))
1061       cf = CF_UNICODETEXT, dwFormat = SF_TEXT|SF_UNICODE;
1062     else
1063       return 0;
1064
1065     if (!OpenClipboard(hWnd))
1066       return 0;
1067     gds.hData = GetClipboardData(cf);
1068     gds.nLength = 0;
1069     es.dwCookie = (DWORD)&gds;
1070     es.pfnCallback = dwFormat == SF_RTF ? ME_ReadFromHGLOBALRTF : ME_ReadFromHGLOBALUnicode;
1071     SendMessageW(hWnd, EM_STREAMIN, dwFormat|SFF_SELECTION, (LPARAM)&es);
1072     
1073     CloseClipboard();
1074     return 0;
1075   }
1076   case WM_CUT:
1077   case WM_COPY:
1078   {
1079     int from, to, pars;
1080     WCHAR *data;
1081     HANDLE hData;
1082     EDITSTREAM es;
1083     ME_GlobalDestStruct gds;
1084     
1085     if (!OpenClipboard(hWnd))
1086       return 0;
1087       
1088     EmptyClipboard();
1089     ME_GetSelection(editor, &from, &to);
1090     pars = ME_CountParagraphsBetween(editor, from, to);
1091     hData = GlobalAlloc(GMEM_MOVEABLE, sizeof(WCHAR)*(to-from+pars+1));
1092     data = (WCHAR *)GlobalLock(hData);
1093     ME_GetTextW(editor, data, from, to-from, TRUE);
1094     GlobalUnlock(hData);
1095
1096     gds.hData = GlobalAlloc(GMEM_MOVEABLE, 0);
1097     gds.nLength = 0;
1098     es.dwCookie = (DWORD)&gds;
1099     es.pfnCallback = ME_AppendToHGLOBAL;
1100     SendMessageW(hWnd, EM_STREAMOUT, SFF_SELECTION|SF_RTF, (LPARAM)&es);
1101     GlobalReAlloc(gds.hData, gds.nLength+1, 0);
1102     
1103     SetClipboardData(CF_UNICODETEXT, hData);    
1104     SetClipboardData(RegisterClipboardFormatA("Rich Text Format"), gds.hData);
1105     
1106     CloseClipboard();
1107     if (msg == WM_CUT)
1108     {
1109       ME_InternalDeleteText(editor, from, to-from);
1110       ME_CommitUndo(editor);
1111       ME_UpdateRepaint(editor);
1112     }
1113     return 0;
1114   }
1115   case WM_GETTEXTLENGTH:
1116     return ME_GetTextLength(editor);
1117   case WM_GETTEXT:
1118   {
1119     TEXTRANGEW tr; /* W and A differ only by rng->lpstrText */
1120     tr.chrg.cpMin = 0;
1121     tr.chrg.cpMax = wParam-1;
1122     tr.lpstrText = (WCHAR *)lParam;
1123     return RichEditANSIWndProc(hWnd, EM_GETTEXTRANGE, 0, (LPARAM)&tr);
1124   }
1125   case EM_GETSELTEXT:
1126   {
1127     int from, to;
1128     TEXTRANGEW tr; /* W and A differ only by rng->lpstrText */
1129     ME_GetSelection(editor, &from, &to);
1130     tr.chrg.cpMin = from;
1131     tr.chrg.cpMax = to;
1132     tr.lpstrText = (WCHAR *)lParam;
1133     return RichEditANSIWndProc(hWnd, EM_GETTEXTRANGE, 0, (LPARAM)&tr);
1134   }
1135   case EM_GETTEXTRANGE:
1136   {
1137     TEXTRANGEW *rng = (TEXTRANGEW *)lParam;
1138     if (IsWindowUnicode(hWnd))
1139       return ME_GetTextW(editor, rng->lpstrText, rng->chrg.cpMin, rng->chrg.cpMax-rng->chrg.cpMin, FALSE);
1140     else
1141     {
1142       int nLen = rng->chrg.cpMax-rng->chrg.cpMin;
1143       WCHAR *p = ALLOC_N_OBJ(WCHAR, nLen+1);
1144       int nChars = ME_GetTextW(editor, p, rng->chrg.cpMin, nLen, FALSE);
1145       /* FIXME this is a potential security hole (buffer overrun) 
1146          if you know more about wchar->mbyte conversion please explain
1147       */
1148       WideCharToMultiByte(CP_ACP, 0, p, nChars+1, (char *)rng->lpstrText, nLen+1, NULL, NULL);
1149       FREE_OBJ(p);
1150       return nChars;
1151     }
1152     return ME_GetTextW(editor, rng->lpstrText, rng->chrg.cpMin, rng->chrg.cpMax-rng->chrg.cpMin, FALSE);
1153   }
1154   case WM_CREATE:
1155     ME_CommitUndo(editor);
1156     ME_WrapMarkedParagraphs(editor);
1157     ME_MoveCaret(editor);
1158     return 0;
1159   case WM_DESTROY:
1160     ME_DestroyEditor(editor);
1161     SetWindowLongW(hWnd, 0, 0);
1162     return 0;
1163   case WM_LBUTTONDOWN:
1164     SetFocus(hWnd);
1165     ME_LButtonDown(editor, (short)LOWORD(lParam), (short)HIWORD(lParam));
1166     SetCapture(hWnd);
1167     break;
1168   case WM_MOUSEMOVE:
1169     if (GetCapture() == hWnd)
1170       ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam));
1171     break;
1172   case WM_LBUTTONUP:
1173     if (GetCapture() == hWnd)
1174       ReleaseCapture();
1175     break;
1176   case WM_PAINT:
1177     hDC = BeginPaint(hWnd, &ps);
1178     ME_PaintContent(editor, hDC, FALSE, &ps.rcPaint);
1179     EndPaint(hWnd, &ps);
1180     break;
1181   case WM_SETFOCUS:
1182     ME_ShowCaret(editor);
1183     ME_SendOldNotify(editor, EN_SETFOCUS);
1184     return 0;
1185   case WM_KILLFOCUS:
1186     ME_HideCaret(editor);
1187     ME_SendOldNotify(editor, EN_KILLFOCUS);
1188     return 0;
1189   case WM_ERASEBKGND:
1190   {
1191     HDC hDC = (HDC)wParam;
1192     RECT rc;
1193     COLORREF rgbBG = ME_GetBackColor(editor);
1194     if (GetUpdateRect(hWnd,&rc,TRUE))
1195     {
1196       HBRUSH hbr = CreateSolidBrush(rgbBG);
1197       FillRect(hDC, &rc, hbr);
1198       DeleteObject(hbr);
1199     }
1200     return 1;
1201   }
1202   case WM_COMMAND:
1203     TRACE("editor wnd command = %d\n", LOWORD(wParam));
1204     return 0;
1205   case WM_KEYDOWN:
1206     if (ME_ArrowKey(editor, LOWORD(wParam), GetKeyState(VK_CONTROL)<0)) {
1207       ME_CommitUndo(editor);
1208       ME_EnsureVisible(editor, editor->pCursors[0].pRun);
1209       HideCaret(hWnd);
1210       ME_MoveCaret(editor);
1211       ShowCaret(hWnd);
1212       return 0;
1213     }
1214     if (GetKeyState(VK_CONTROL)<0)
1215     {
1216       if (LOWORD(wParam)=='W')
1217       {
1218         CHARFORMAT2W chf;
1219         char buf[2048];
1220         ME_GetSelectionCharFormat(editor, &chf);
1221         ME_DumpStyleToBuf(&chf, buf);
1222         MessageBoxA(NULL, buf, "Style dump", MB_OK);
1223       }
1224       if (LOWORD(wParam)=='Q')
1225       {
1226         ME_CheckCharOffsets(editor);
1227       }
1228     }
1229     goto do_default;
1230   case WM_CHAR: 
1231   {
1232     WCHAR wstr;
1233     if (GetWindowLongW(editor->hWnd, GWL_STYLE) & ES_READONLY) {
1234       MessageBeep(MB_ICONERROR);
1235       return 0; /* FIXME really 0 ? */
1236     }
1237     wstr = LOWORD(wParam);
1238     if (((unsigned)wstr)>=' ' || wstr=='\r' || wstr=='\t') {
1239       /* FIXME maybe it would make sense to call EM_REPLACESEL instead ? */
1240       ME_Style *style = ME_GetInsertStyle(editor, 0);
1241       ME_SaveTempStyle(editor);
1242       ME_InsertTextFromCursor(editor, 0, &wstr, 1, style);
1243       ME_ReleaseStyle(style);
1244       ME_CommitUndo(editor);
1245       ME_UpdateRepaint(editor);
1246     }
1247     return 0;
1248   }
1249   case WM_VSCROLL: 
1250   {
1251     int nPos = editor->nScrollPosY;
1252     si.cbSize = sizeof(SCROLLINFO);
1253     si.fMask = SIF_PAGE|SIF_POS|SIF_RANGE|SIF_TRACKPOS;
1254     GetScrollInfo(hWnd, SB_VERT, &si);
1255     switch(LOWORD(wParam)) {
1256     case SB_LINEUP:
1257       nPos -= 24; /* FIXME follow the original */
1258       if (nPos<0) nPos = 0;
1259       break;
1260     case SB_LINEDOWN:
1261     {
1262       int nEnd = editor->nTotalLength - editor->sizeWindow.cy;
1263       nPos += 24; /* FIXME follow the original */
1264       if (nPos>=nEnd) nPos = nEnd;
1265       break;
1266     }
1267     case SB_PAGEUP:
1268       nPos -= editor->sizeWindow.cy;
1269       if (nPos<0) nPos = 0;
1270       break;
1271     case SB_PAGEDOWN:
1272       nPos += editor->sizeWindow.cy;
1273       if (nPos>=editor->nTotalLength) nPos = editor->nTotalLength-1;
1274       break;
1275     case SB_THUMBTRACK:
1276     case SB_THUMBPOSITION:
1277       nPos = si.nTrackPos;
1278       break;
1279     }
1280     if (nPos != editor->nScrollPosY) {
1281       ScrollWindow(hWnd, 0, editor->nScrollPosY-nPos, NULL, NULL);
1282       editor->nScrollPosY = nPos;
1283       SetScrollPos(hWnd, SB_VERT, nPos, TRUE);
1284       UpdateWindow(hWnd);
1285     }
1286     break;
1287   }
1288   case WM_MOUSEWHEEL:
1289   {
1290     int gcWheelDelta = 0, nPos = editor->nScrollPosY;
1291     UINT pulScrollLines;
1292
1293     SystemParametersInfoW(SPI_GETWHEELSCROLLLINES,0, &pulScrollLines, 0);
1294     gcWheelDelta -= GET_WHEEL_DELTA_WPARAM(wParam);
1295     if (abs(gcWheelDelta) >= WHEEL_DELTA && pulScrollLines)
1296       nPos += pulScrollLines * (gcWheelDelta / WHEEL_DELTA) * 8;
1297     if(nPos>=editor->nTotalLength)
1298       nPos = editor->nTotalLength - 1;
1299     if (nPos<0) 
1300       nPos = 0;
1301     if (nPos != editor->nScrollPosY) {
1302       ScrollWindow(hWnd, 0, editor->nScrollPosY-nPos, NULL, NULL);
1303       editor->nScrollPosY = nPos;
1304       SetScrollPos(hWnd, SB_VERT, nPos, TRUE);
1305       UpdateWindow(hWnd);
1306     }
1307     break;
1308   }
1309   case WM_SIZE:
1310   {
1311     ME_MarkAllForWrapping(editor);
1312     ME_WrapMarkedParagraphs(editor);
1313     ME_UpdateScrollBar(editor);
1314     ME_Repaint(editor);
1315     return DefWindowProcW(hWnd, msg, wParam, lParam);
1316   }
1317   case EM_GETOLEINTERFACE:
1318   {
1319     LPVOID *ppvObj = (LPVOID*) lParam;
1320     FIXME("EM_GETOLEINTERFACE %p: stub\n", ppvObj);
1321     return CreateIRichEditOle(ppvObj);
1322   }
1323   default:
1324   do_default:
1325     return DefWindowProcW(hWnd, msg, wParam, lParam);
1326   }
1327   return 0L;
1328 }
1329
1330 /******************************************************************
1331  *        RichEdit10ANSIWndProc (RICHED20.9)
1332  */
1333 LRESULT WINAPI RichEdit10ANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
1334 {
1335   /* FIXME: this is NOT the same as 2.0 version */
1336   return RichEditANSIWndProc(hWnd, msg, wParam, lParam);
1337 }
1338
1339 void ME_SendOldNotify(ME_TextEditor *editor, int nCode)
1340 {
1341   HWND hWnd = editor->hWnd;
1342   SendMessageA(GetParent(hWnd), WM_COMMAND, (nCode<<16)|GetWindowLongW(hWnd, GWLP_ID), (LPARAM)hWnd);
1343 }
1344
1345 int ME_CountParagraphsBetween(ME_TextEditor *editor, int from, int to)
1346 {
1347   ME_DisplayItem *item = ME_FindItemFwd(editor->pBuffer->pFirst, diParagraph);
1348   int i = 0;
1349   
1350   while(item && item->member.para.next_para->member.para.nCharOfs <= from)
1351     item = item->member.para.next_para;
1352   if (!item)
1353     return 0;
1354   while(item && item->member.para.next_para->member.para.nCharOfs <= to) {
1355     item = item->member.para.next_para;
1356     i++;
1357   }
1358   return i;
1359 }
1360
1361
1362 int ME_GetTextW(ME_TextEditor *editor, WCHAR *buffer, int nStart, int nChars, int bCRLF)
1363 {
1364   ME_DisplayItem *item = ME_FindItemAtOffset(editor, diRun, nStart, &nStart);
1365   int nWritten = 0;
1366   
1367   if (!item) {
1368     *buffer = L'\0';
1369     return 0;
1370   }
1371   assert(item);    
1372   
1373   if (nStart)
1374   {
1375     int nLen = ME_StrLen(item->member.run.strText) - nStart;
1376     if (nLen > nChars)
1377       nLen = nChars;
1378     CopyMemory(buffer, item->member.run.strText->szData + nStart, sizeof(WCHAR)*nLen);
1379     nChars -= nLen;
1380     nWritten += nLen;
1381     if (!nChars)
1382       return nWritten;
1383     buffer += nLen;
1384     nStart = 0;
1385     item = ME_FindItemFwd(item, diRun);
1386   }
1387   
1388   while(nChars && item)
1389   {
1390     int nLen = ME_StrLen(item->member.run.strText);
1391     if (nLen > nChars)
1392       nLen = nChars;
1393       
1394     if (item->member.run.nFlags & MERF_ENDPARA)
1395     {
1396       if (bCRLF) {
1397         *buffer++ = '\r';
1398         nWritten++;
1399       }        
1400       *buffer = '\n';
1401       assert(nLen == 1);
1402     }
1403     else      
1404       CopyMemory(buffer, item->member.run.strText->szData, sizeof(WCHAR)*nLen);
1405     nChars -= nLen;
1406     nWritten += nLen;
1407     buffer += nLen;    
1408       
1409     if (!nChars)
1410     {
1411       *buffer = L'\0';
1412       return nWritten;
1413     }
1414     item = ME_FindItemFwd(item, diRun);
1415   }
1416   *buffer = L'\0';
1417   return nWritten;  
1418 }
1419
1420 static WCHAR wszClassName[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '2', '0', 'W', 0};
1421 static WCHAR wszClassName50[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '5', '0', 'W', 0};
1422
1423 void ME_RegisterEditorClass(HINSTANCE hInstance)
1424 {
1425   BOOL bResult;
1426   WNDCLASSW wcW;
1427   WNDCLASSA wcA;
1428   
1429   wcW.style = CS_HREDRAW | CS_VREDRAW;
1430   wcW.lpfnWndProc = RichEditANSIWndProc;
1431   wcW.cbClsExtra = 0;
1432   wcW.cbWndExtra = 4;
1433   wcW.hInstance = NULL; /* hInstance would register DLL-local class */
1434   wcW.hIcon = NULL;
1435   wcW.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
1436   wcW.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH);
1437   wcW.lpszMenuName = NULL;
1438   wcW.lpszClassName = wszClassName;
1439   bResult = RegisterClassW(&wcW);  
1440   assert(bResult);
1441   wcW.lpszClassName = wszClassName50;
1442   bResult = RegisterClassW(&wcW);  
1443   assert(bResult);
1444
1445   wcA.style = CS_HREDRAW | CS_VREDRAW;
1446   wcA.lpfnWndProc = RichEditANSIWndProc;
1447   wcA.cbClsExtra = 0;
1448   wcA.cbWndExtra = 4;
1449   wcA.hInstance = NULL; /* hInstance would register DLL-local class */
1450   wcA.hIcon = NULL;
1451   wcA.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_IBEAM));
1452   wcA.hbrBackground = (HBRUSH)GetStockObject(NULL_BRUSH);
1453   wcA.lpszMenuName = NULL;
1454   wcA.lpszClassName = "RichEdit20A";
1455   bResult = RegisterClassA(&wcA);  
1456   assert(bResult);
1457   wcA.lpszClassName = "RichEdit50A";
1458   bResult = RegisterClassA(&wcA);  
1459   assert(bResult);
1460 }
1461
1462 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
1463 {
1464     TRACE("\n");
1465     switch (fdwReason)
1466     {
1467     case DLL_PROCESS_ATTACH:
1468       DisableThreadLibraryCalls(hinstDLL);
1469       me_heap = HeapCreate (0, 0x10000, 0);
1470       ME_RegisterEditorClass(hinstDLL);
1471       break;
1472
1473     case DLL_PROCESS_DETACH:
1474       UnregisterClassW(wszClassName, 0);
1475       UnregisterClassW(wszClassName50, 0);
1476       UnregisterClassA("RichEdit20A", 0);
1477       UnregisterClassA("RichEdit50A", 0);
1478       HeapDestroy (me_heap);
1479       me_heap = NULL;
1480       break;
1481     }
1482     return TRUE;
1483 }
1484
1485 /******************************************************************
1486  *        CreateTextServices (RICHED20.4)
1487  *
1488  * FIXME should be ITextHost instead of void*
1489  */
1490 HRESULT WINAPI CreateTextServices(IUnknown *punkOuter, void *pITextHost,
1491     IUnknown **ppUnk)
1492 {
1493   FIXME("stub\n");
1494   /* FIXME should support aggregation */
1495   if (punkOuter)
1496     return CLASS_E_NOAGGREGATION;
1497     
1498   return E_FAIL; /* E_NOTIMPL isn't allowed by MSDN */
1499 }
1500
1501 /******************************************************************
1502  *        REExtendedRegisterClass (RICHED20.8)
1503  *
1504  * FIXME undocumented
1505  */
1506 void WINAPI REExtendedRegisterClass(void)
1507 {
1508   FIXME("stub\n");
1509 }