0.0.7  (2012-03-??)
===================

* ...

0.0.6  (2012-03-02)
===================

* Python parse syntax plugin
* PEP8 checker plugin
* PyFlakes checker plugin
* JSLint checker plugin

0.0.5  (2012-02-28)
===================

* Cleaning code
* Fix little error in preatty JSON. The quotes should be " instead of '
* Fix some other error
* Refactored autocomplete plugin to python
* Created a pyplete, a generic module to autocompletion in python
* Fix a in the code to detect the class has a error (insert init plugin, insert super plugin)


0.0.4  (2012-02-20)
===================

* Fix a error in autocomplete, if the line contains "and" or "or" 
* Improvement in the performance in the python autocompletation
* Abstraction of Autocomplete. Create a Abstract class
* Create a AbstractJSONFileCodeCompletionModel. Only autocompletion creating a json file
* Create a static autocompletation to javascript

0.0.3  (2012-02-02)
===================

* Fix some errors to autocomplete
* Icons different to packages and modules
* Usability in the autocomplete:
* The popup that say "Syntax error" only show if the autocomplete is not manual
* The python autocomplete, only works if the file ends with ".py", ".pyc" or it is not saved


0.0.2  (2012-02-01)
===================

* Autocomplete to python (second version)

0.0.1  (2012-01-29)
===================

* Autocomplete to python (first version)
* ipdb, init, super, urls, form, model, ready, json plugin