        Report bugs to the mailing list gtk2edit-devel@lists.SourceForge.net .

Before reporting check the list of known bugs below and also look
into the file TODO.

*** GENERAL BUGS ***

* (Really was? At least happens not always.) "Insert file" may REPLACE the file
  content before inserting. Before doing it it asked whether to save the file.
  In short: it acted just like "Open".

* Setting unix/win line ends and BOM in preferences dialog does not work
  when there set "None" startup encoding.

* Should preferences_get_boolean() be wrapped to return TRUE/FALSE
  if unknown? Not very much necessarya s there are default preference
  values.

* Can't read /dev/stdin anymore as it tries to seek encoding...
  What to do? Use pipes?

* Once when trying to save the in encoding dialog was selected
  no encoding and it crashed. (I think it is a bug in GTK 2.2.1 for Linux).

* grep -r FIXME

* Completely hangs on opening e.g. unconnected /dev/stdin

* In message "Cannot convert Unicode filename" a wrong
  UTF-8 string in UI. Was in Windows?

* One can drag the "Selection" label from Open File dialog to the
  GtkTextView despite of Open File is a modal dialog. A bug in
  GTK 2.0.6, 2.2.1, 2.4.3.

* Not thoroughly checked for memory leaks

* Color of the "<" sign near the filename in statusbar when it's to long to
  fit may be unsuitable for color scheme.

* Dialogs with GTK_BUTTONS_CLOSE don't accept Esc key (in fact GTK+ 2.2.1 bug).

*** WINDOWS ***

* D&D is shown as dragging a _link_ (a bug in GTK+ 2.2.2.1?)

* (gtk2edit.exe:932): Gdk-WARNING **: gdk_property_delete: General case not implemented
  (gtk2edit.exe:932): Gdk-WARNING **: window 0x000501fe unexpectedly destroyed

* Sometimes (exact cases unknown) gtk2edit "grabs" clipboard preventing its use
  by other apps. Workaround: restarting gtk2edit.

* File dialog box doesn't work with Unicode filenames (at least with my binary version
  of GTK+). Use Windows native dialog box instead, Unicode (W) version if is_windows_nt().
