Kate-plugins 0.0.3
Plugins to Kate editor to develop faster python projects, django projects and something of javascript
Latest Version: 0.1.3
Contents
Kate Plugins
Information
These are plugins to Kate editor. Plugins to make coding easier in Python, Django and JavaScript
Installation
- Install Pâté
- Install Pysmell (easy_install pysmell)
- Install the plugins:
easy_install Kate-plugins cd ~/.kde/share/apps/kate/pate/ ln -s /PATH/OF/THE/EGG/kate_plugins/ .
or
cd ~/ git clone git://github.com/goinnn/Kate-plugins.git cd ~/.kde/share/apps/kate/pate/ ln -s ~/Kate-plugins/kate_plugins/ .
Plugins
Autocomplete to python (python)
- Shortcut: It is automatical
- from and import instruction (beta)
- autocomplete into the code (beta) with pysmell
- There was a hook if you want to add your own packages python in the autocomplete structure. You should be create a file called "autocomplete_path.py" next to the "autocomplete.py" with a function "def path(doc, view)", like this:
def path(doc, view):
return ['/PATH/OF/THE/EGG1/name1.egg',
'/PATH/OF/THE/EGG2/name2.egg',
...
'/PATH/OF/THE/EGGN/namen.egg']
insert IPDB (python)
- Shortcut: Ctrl+I
- Insert the text "import ipdb; ipdb.set_trace()"
insert __init__ (python)
- Shortcut: Ctrl+-
- Smart insert a function __init__
insert super (python)
- Shortcut: Alt+-
- Smart insert a call to super of the function
template urls (django)
- Shortcut: Ctrl+Alt+7
- Smart template of the file urls.py
import views (django)
- Shortcut: Ctrl+Alt+v
- Insert the tipical imports in a view
Create form (django)
- Shortcut: Ctrl+Alt+F
- Template to form class
Create model (django)
- Shortcut: Ctrl+Alt+M
- Template to model class
jQuery ready (js)
- Shortcut: Ctrl+J
- Template jQuery ready
Pretty JSON (js)
- Shortcut: Ctrl+Alt+J
- Convert a horrible json in a pretty JSON :-)
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Kate-plugins-0.0.3.tar.gz (md5) | Source | 2012-02-02 | 11KB | 418 | |
- Author: Pablo Martin
- Home Page: https://github.com/goinnn/Kate-plugins
- License: Apache Software License
- Categories
- Package Index Owner: Goin
- DOAP record: Kate-plugins-0.0.3.xml
