To Do (How can I find other hard work to do for Amiga platform?)
------------------------------------------------------------------------------

- Replace into all opened files;

- NoWinED should load a .prefs and .profile file even if it was saved in
  another architecture like x86;

- Button tabs could be hide;

- Change "list files?" into "list registers?";

- implement a customisable number of recent files: at the moment, it is 
  limited to 5 (suggested by Lio);

- To auto-insert date and time to a file by setting the keyword .LOG in the
  first line of a textfile. After that it writes a new line with the current
  date and time to this textfile which lets you very simply edit logfiles.
  That way, you always have a time stamp for your edits whenever you open
  this file anew (suggested by Markus Lunk);

- Implement view mode (this implies to change MUIC_List obj into MUIC_NList to 
  have each view like a leaf into a node which will represent a new page, and a 
  context menu for each title button thus user can select a view 
  from this new kind of title button or from list...). This could mean to change 
  many parts of NoWinED so I don't know when I'll can implement is;

- Use unisupp functions instead of old ones (= encoding_support.c);

- Use NoWinED as associated tool into icon(s) create(s) for files saved with
  NoWinED (suggested by Turrican);

- Insert an ARexx port: open file, save file, save file as, search text, replace
  text (suggested by mobydick);
 
- Execute shell commands from Fn keys (suggested by Elena);

- When a recent file is loaded NoWinED remembers where user had its cursor
  position and thus when the file is loaded NoWinED knows at what point of file
  it has to show text (suggested by Turrican);

- Implement regexp standard with which I'll can implement sintaxt hightlight;

- More AmiDock features (it should show how many files are opened);

- Encrease speed of NoWinED (when I stop to insert features);

- on MorphOS NoWinED seems too slow to load files;

- better incapsulation of paged and ed classes;

- open, save, load a session;

<Turrican^> io scrivo a 7bit, ma qualche carattere mi scappa sempre, poi quando apro l'html inizio
a vedere caratteri strani e mi accorgo che mi  scappata qualche accentata o qualche carattere
dell'ascii esteso

<Turrican^> vabb, intanto metti tra i TODO anche sto fatto della conversione 7bit 



