Files
emacs/lisp/progmodes
Fabián Ezequiel Gallina fc6c545e4c Added simple way of jumping to current buffer's class/function definitions
The new `python-nav-jump-to-defun' function allows a user to jump fast
and easy to a function or class definition in the current buffer. For
this a entry in the menu and the C-c C-j keybinding have been
introduced.

New functions:
 + `python-nav-list-defun-positions'
 + `python-nav-read-defun'
 + `python-nav-jump-to-defun'

The new function `python-nav-list-defun-positions' does the same as a
relevant part of the `python-imenu-create-index' so the latter has
been refactored to use it.
2012-05-17 00:03:25 -03:00
..
2012-04-27 17:49:31 +00:00
2012-02-08 23:59:13 -08:00
2012-05-04 22:50:20 -04:00
2012-04-27 11:10:38 +08:00
2012-04-20 16:48:50 +08:00
2012-05-04 13:14:14 +08:00
2012-05-04 22:50:20 -04:00