WordPress Info at sieker.info

freeNotes 0.0.3

I’ve stopped work on freeNotes since I found wikidPad which is exactly what I want.

I just uploaded freenotes 0.0.3. I missed announcing 0.0.2. Go to it’s page freeNotes, to get the downloads.

Changes from 0.0.2:

  • use standard wxIDs for the Exit and Help menu items, so wxWidgets will move them to the App menu under MacOS X
  • new notes that don’t have any content are silently ignored.
  • moved the search trigger from key up to key down and changed the comparison for the Return key. I hope it works under MacOS X now.
  • call self._sendNoteSelectedEvent(node[0].Data) only if a node was selected in the tree.
  • add a 2 pixel Border around the controls.
  • changed a isinstance from unicode to basestring.
  • replaced a few self.activateEditorContent()calls with self.rPanel.setFocus(’content’). activateEditorContent is designed to be called as an event callback.
  • new notes are now created under the, in the tree or list view, selected note and not under the displayed.
  • updated the default database, to reflect the changes.

adi

freeNotes 0.0.1 released

I’ve stopped work on freeNotes since I found wikidPad which is exactly what I want.

freeNotes is an application similar to a wiki. It is written in Python using the Dabo framework, so it should run under MacOS X, Linux and Windows. To find out more about it go to it’s homepage.