this document contains these sections:

	- knownbugs
	- todo
	- maybe


knownbugs
-------------------------------------------------------------------------------
- actual features for text editing is limited by GTK's text widget.  if you
  really want more text editing features (e.g., syntax highlighting), more work
  on the text widget is needed as opposed to more work on gnotepad+ itself.

- text inserted from the output of a shell command cannot be undone/redone.


todo
-------------------------------------------------------------------------------
- add user-configurable menus.

- add configurable location for toolbar (e.g., top, bottom, left right).  store
  settings in preferences.

- add ispell interface.


maybe
-------------------------------------------------------------------------------
- better/more Gnome support.  personally, i really don't use Gnome (i only have
  the Gnome libraries for gnotepad+ development), but am not against it.

- internationalization.  i'm pretty clueless about this, so could use the help
  if this is something a lot of people want.

- integrate hex-edit to/and/or have hex editing capabilities

- as an optimization, if preferences are set to not show the toolbar, then
  don't create the toolbar on initialization until needed.  same reasoning
  applies with loading the toolbar pixmaps...  (currently, the toolbar is
  always created and the pixmaps are always loaded, but just not shown.  i
  don't feel much of a slowdown, but on slower machines, it's possible.)

