More wxPython-learning. This time, a text editor!
Written in Python 2.5 and wxPython 2.8, though it might well support earlier versions. Icons are from the Tango project. Code licenced under GPL v3.
Issues with this application are tracked on my Mantis server, which is open to anyone to sign up, report bugs and request features. Please report any issues you find!
Use at your own risk, may make the world explode or various lesser symptoms (such as italicising YOUR FACE).
New in version 0.1-20080523
New, Load, Save, Save As, About all work. Word wrap doesn't work, disabled for now. Bold button only makes things bold, doesn't remove boldness.
TODO: Find a way of getting the bold button state, so we can unbolden. Make the toolbar a separate wx.ToolBar so we can have font/size dropdowns next to it (or find a way of putting dropdowns in a toolbar). Figure out if we can save as RTF or something. Move PNGs inside the script?