feature request: some interactivity

Bug #517311 reported by Andrea Crotti
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
High
Andreas Roehler

Bug Description

I'd like to have some sort of interactivity in python-mode.
For example:
- call functions at point:
  simply run the function where your cursor is, and in case arguments are needed, ask for them
- generate test docstrings (execute the function as above generating a couple
  >>> fun(x)
  result

  and storing it in the kill buffer

- input() rawinput() querying:
  in textmate for example a nice windows comes out and asks if for input, which is then passed to the python script.
  it would be nice a similar thing using the minibuffer, this should intercept somehow those 2 calls at least (don't know exactly how it works on textmate).

Thanks,
Andrea

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
status: New → Confirmed
Changed in python-mode:
milestone: none → 6.0
milestone: 6.0 → none
milestone: none → 6.1
status: Confirmed → In Progress
Changed in python-mode:
importance: Undecided → High
Revision history for this message
Andreas Roehler (a-roehler) wrote :

Hi Andrea,

the basics are released. Please have a look what's not working yet.

As you mentioned a couple of things, it's easier implementing them one by one.
Closing this so I must not read all from the beginning.

Please write separate reports for the remaining issues.

Cheers,

Andreas

Changed in python-mode:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.