python-mode.el 6.0.12 "Soper"
Milestone information
- Project:
- python-mode.el
- Series:
- trunk
- Version:
- 6.0.12
- Code name:
- Soper
- Released:
- Registrant:
- Andreas Roehler
- Release registered:
- Active:
- No. Drivers cannot target bugs and blueprints to this milestone.
Activities
- Assigned to you:
- No blueprints or bugs assigned to you.
- Assignees:
- 10 Andreas Roehler
- Blueprints:
- No blueprints are targeted to this milestone.
- Bugs:
- 2 Invalid, 8 Fix Released
Download files for this release
Release notes
New in version 6.0.12
-------
- py-sexp-function,
When set, it's value is called instead of `forward-sexp', `backward-sexp
Choices are py-partial-
- `py-partial-
Beside common moves like `defun', `statement' specific Python-mode edits are delivered:
`py-expression' and `py-partial-
Statement below is considered composed of two `py-expression'
a = ['spam', 'eggs', 100, 1234]
|_| |______
Assigment operator and all inside comments is ignored.
`py-partial-
a = ['spam', 'eggs', 100, 1234]
|_| |_____| |____| |__| |__|
When traversing code, `py-partial-
all levels encountered, i.e. at opening `[' `py-expression' would return ['spam', 'eggs', 100, 1234], while one char behind at `''
it yields `'spam','
- `py-find-
- Choice between `py-imenu-
py-imenu-
Customizable variable `py-imenu-
command in PyTools
- New commands addressing BOL as start/end:
py-beginning-
py-end-
py-mark-block-bol
py-copy-block-bol
py-kill-block-bol
py-delete-
py-end-
etc.
- While commands "py-beginning..." resp. "py-end..." compute the context,
selecting the corresponding beginning or end,
new "py-up...", "py-down..." jump regexp-based to the
next element in buffer.
See also menu PyEdit
Changelog
This release does not have a changelog.