0.2.4.1:
-added fonts/size support to the customize plugin
-codecompletion enhancements
-PyDeadObjectError warning fixed
-Refix Commandline file passing
-Fixed Plugin Enabled/Disabled status bug
0.2.4.2
-AttributeError: 'KeyEvent' has no 'Veto' attribute fixed!
-DOT-problem fixed in CodeCompletion ! Yay :p
-Fixed some bugs in the projects plugin
0.2.4.3
-Added python_file() method to Python plugin, returns True/False; instance.plugins.python.python_file() to check
-Made CodeCompletion only work on python_file() == True
-Warning when closing non-saved-but-changed files
-Fixed projectslist empty after closing project
-Fixed CSDialog, call CSDialog.GetValue() (or GetReturnCode()) to alternate between True/False
-Fixed update script!
0.2.4.4 [DEV]
-Fixed Customize bug prventing other font as standard and ubuntu font.
-Close Project now also checks for unsaved changes
-No warning when closing empty new file
-Macro plugin renamed to Emacs plugin
-Emacs Style Keybindings now supported, controll + a (C-a) will go to the beginnin of the line instead of selecting everything when emacs plugin is enabled.
-Emacs plugin disabled by default