added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / classes / gadgets / texteditor / TODO
blobf91877b763972f0a2b6788e71dd9bf8b92919158
1 /***************************************************************************
3  TextEditor.mcc - Textediting MUI Custom Class
4  Copyright (C) 1997-2000 Allan Odgaard
5  Copyright (C) 2005 by TextEditor.mcc Open Source Team
7  This library is free software; you can redistribute it and/or
8  modify it under the terms of the GNU Lesser General Public
9  License as published by the Free Software Foundation; either
10  version 2.1 of the License, or (at your option) any later version.
12  This library is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  Lesser General Public License for more details.
17  TextEditor class Support Site:  http://www.sf.net/projects/texteditor-mcc
19  $Id: TODO,v 1.3 2005/07/04 20:32:25 itix Exp $
21 ***************************************************************************/
23 Items that ought to be implemented in future TextEditor.mcc releases:
24 --------------------------------------------------------------------
26 * Fix the problem that parts of italic letters are erased (happens only
27   if fonts are anti aliased)
28 * Better tab handling (import hooks, real tabs)
29 * Implement more different Import/Export hooks.
30 * Change all import/export hooks to use a flex template whereever possible.
31 * Inline image display
32 * Fix background rendering when certain types of gradients are used.