Hi Barry, hi all,

in order to hide forms at point, python-mode.el comes with a couple of
commands ‘py-hide-def’, ‘py-hide-block’ etc.

Their counterparts ‘py-show-block’ etc. however turned out rather
complicated to use: had to remember which form was hidden.

Replaced py-show-FORM commands by single ‘py-show’, which shows
whatever is hidden at point. There is also a new ‘py-show-all’
un-hiding all hidden stuff in buffer.

Should someone need the dropped specific commands, please tell.

Cheers,

Andreas

_______________________________________________
Python-mode mailing list
Python-mode@python.org
https://mail.python.org/mailman/listinfo/python-mode

Reply via email to