fgallina / python-django.el

An Emacs package for managing Django projects.
GNU General Public License v3.0
67 stars 24 forks source link

Allow <RET> to work on text, not just widgets #6

Closed Wilfred closed 11 years ago

Wilfred commented 11 years ago

If I open a Django project with M-x python-django-open-project, I get a list of apps that I can open and close by pressing on the folder widget, which acts as widget-button-press.

It would be really nice if I could also expand the apps by pressing on the app name. Perhaps even should work too.

Thanks for python-django.el -- it's excellent, especially for easily jumping into a shell :).

fgallina commented 11 years ago

@Wilfred I can't recall correctly why but I went down that path a long time ago with not so good results, that's why movement commands warp point to the icons.

BTW you can jump quickly to an specific app with mini-buffer completion by pressing j a (python-django-cmd-jump-to-app).

I recognize project buffer is more keyboard than mouse friendly but that's a feature ;-)