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
-------------------------------------------------------------------------------
- user-configurable menus.

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

- ispell interface.

- "bookmarks".  more correctly, file marks, to keep track of and be
  able to jump locations within files.

- when inserting HTML tags, if text is already highlighted/selected,
  then put the HTML tag around the currently selected text.

- set sensitivity on toolbar buttons and menu items for cut/copy/paste
  as well as for undo/redo.


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.)

