Editor-BUGS
written by Michael Riedel, 01/30/98,
		   updated 02/03/98,
		   updated 02/05/98,
		   updated 02/09/98,
		   updated 06/27/98,
		   updated 07/05/98,
		   updated 08/16/98


The following Bugs are known and will be fixed as soon as possible:

	* Marking is actually not done in white-on-black color but simply
	  XOR-ed. Well, this is not actually a bug, and if one likes 
	  colorful markings...

	* horizontal scrolling is wrong when there are tabs on the longest line.

	* the replace function does not stop at the position it started with; 
	  this leads to trouble when the replaced string is contained in the
	  replacement string.	

	* Undo does not recognize actions, that do not make the doc dirty.
	  the dirty flag could be cleared as soon as all 'dirty' actions are
	  undone (e.g. cursor movement does not change the dirty state of the 
	  doc). 

	* Undoing and redoing of clipboard actions is somewhat buggy; be 
	  careful using this feature.

	* Using the DragNDrop feature currently creates a new application
	  - and not just a new Editor widget in the application the file 
	  was dropped on - this means, that the static findEditorWidget() 
	  method does not work for these editor windows.

	* DragNDrop currently does not support URLs with a protocol part 
	  other than 'file:'

	* Inserting tabs does not make a doc dirty!!!

The following functions are not fully implemented and/or do not work correctly:
	
	* Save As... function. Is actually a Force Save function

