* 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
-------------------
* 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
-------------------
* 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