Next big Snaked's release. It features:
Browser mode in quick open dialog.
Pygtk hint provider allows to complete attributes and signal handlers parameters based on glade file.
Regex support in search plugin. Replace is also implemented.
Doc string hint provider. One can place type hints directly in python code.
Django hint provider. Supported ORM fields, managers (objects and related sets) and query sets.
Also some minor improvements:
- Hide tab bar on <Alt>F11.
- Switch tabs on additional "standard" <Ctrl>PageUp/PageDown keys.
- Automatic character encoding detection.
- Highlight selection on <Ctrl>H.
- All search dialogs allow activate the one item by Enter key in search entry.
- Hints config format changed. Now it is ordinary python module.
- Show cursor column on <Ctrl><Alt>O
- Editor's line spacing option.
- Hints for re.RegexObject and re.MatchObject.
- Auto remove trailing space on file save.
- Disable left mouse button click in text view window.
- Rewrap text on right margin with <Alt>F.
What will be in next version?
- Multiple snippet contexts.
- Variable autocomplete in Django/Jinja templates.
- Editing capabilities improving.
You can install:
sudo pip install snaked
Upgrade:
sudo pip install -U snaked
Or download package directly from PyPI. Also check install instructions.