Kate-plugins Changelog

What's new in Kate-plugins 0.2.3

May 16, 2013
  • Updated the readme.

New in Kate-plugins 0.2.2 (Apr 8, 2013)

  • Update the readme.

New in Kate-plugins 0.2.1 (Mar 11, 2013)

  • This release is out of support
  • Now works from pypi
  • Improvement to pep8 checker

New in Kate-plugins 0.2.0 (Feb 13, 2013)

  • Fix an error in the Close Template tag (django)
  • Details to the JSON plugin
  • Improve in the js autocomplete generator

New in Kate-plugins 0.1.9 (Feb 6, 2013)

  • These changes are backwards incompatibles.
  • Adapt the plugins to the last Kate (2012-02-01)
  • Fix a little error in the pep8 plugin
  • Improve the JSON plugin

New in Kate-plugins 0.1.7 (Sep 5, 2012)

  • Adapt the code to the last version of pyplete. Now the python autocomplete plugin can autocomplete the relative imports, something like this:
  • from models import MyModel # from the same directory of the models.py
  • And this:
  • from .models import MyModel # from the same directory of the models.py

New in Kate-plugins 0.1.6 (Aug 23, 2012)

  • Fix for autocomplete in the last KDE
  • Restructuring of menus
  • Refactor
  • Thank you to Jeroen van Veen to the changes

New in Kate-plugins 0.1.5 (Jul 11, 2012)

  • Liberate PyPlete (You need install this egg if you want python autocomplete)
  • Add Copyright

New in Kate-plugins 0.1.4 (Jun 20, 2012)

  • Detail to jQuery autocomplete. This did not accept something like this: jQuery("a.class-with-dash")

New in Kate-plugins 0.1.3 (Apr 25, 2012)

  • I forgot the block_plugins file.... o_O

New in Kate-plugins 0.1.1 (Mar 19, 2012)

  • Created a menu structure to the plugins, before they were all in edit menu
  • Refactor an clean the code, if you insert a text with XXX, the cursor move here
  • Fix a little error in the jQuery plugin regex
  • Fix a little error in the python plugin, when the lines contains ";"

New in Kate-plugins 0.1.0 (Mar 16, 2012)

  • A new settings to ignore pep8 errors
  • Now is possible move between various errors in the same line
  • Fix jslint errors line number
  • Fix callRecursive error, when to call the plugin with text in this line
  • Fix a little error in autocomplete

New in Kate-plugins 0.0.9 (Mar 13, 2012)

  • Add jQuery autocomplete plugin
  • Add XML pretty plugin
  • Add call recursive plugin
  • Title in the autocompletes
  • Fix some error in js autocomplete
  • Now the python autocomplete can depend of the session
  • The checker plugins move to the first error, from position, when they are invoked
  • Remove old popups in check plugins
  • Improvement in the usability of the template Django urls plugin and jQuery ready plugin
  • Other settings: PYTHON_AUTOCOMPLETE_ENABLED, JAVASCRIPT_AUTOCOMPLETE_ENABLED, JQUERY_AUTOCOMPLETE_ENABLED, CHECKALL_TO_SAVE
  • Refactor: Rename the utils file to kate_core_plugins, removing unnecessary code

New in Kate-plugins 0.0.8 (Mar 9, 2012)

  • Usability improvements in check plugins

New in Kate-plugins 0.0.5 (Mar 1, 2012)

  • 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)

New in Kate-plugins 0.0.4 (Feb 20, 2012)

  • 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

New in Kate-plugins 0.0.3 (Feb 8, 2012)

  • 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