Skip to main content

Plugins to Kate editor to develop faster python projects, django projects and something of javascript

Project description

Kate Plugins

Information

These are plugins to Kate editor. Plugins to make coding easier in Python, Django and JavaScript

Requeriments

Installation

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: Is automatical

  • from and import instruction (alpha)

  • autocomplete into the code (pre-alpha) with pysmell

  • Currently working on this plugin

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

Future Plugins

Other repositories of Plugins to Kate

0.0.1 (2012-01-29)

  • Autocomplete to python (first version)

  • ipdb, init, super, urls, form, model, ready, json plugin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Kate-plugins-0.0.1.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file Kate-plugins-0.0.1.tar.gz.

File metadata

File hashes

Hashes for Kate-plugins-0.0.1.tar.gz
Algorithm Hash digest
SHA256 719c0179658cde172105d61e66ff75f3acda238cf1e4e78fb6dd6c5b8b150d49
MD5 d4e3c5d534d4e00754a18dbc54e03c83
BLAKE2b-256 7a17597049acae003df7d08ea5ec60e63ccc1a2d8b3517930a9894f4e8443f8f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page