[Qgis-developer] New Python Console

Jeremy Palmer JPalmer at linz.govt.nz
Tue Apr 2 14:55:34 PDT 2013


Hi QGIS devs!

I'm just been playing with the new python console and it's a great improvement -many thanks to Salvatore Larosa.

One feature that seems to be missing is the ability for auto-completion to work on runtime objects using automatic type inference.

e.g. currently:

>>> iface.activeLayer().

does not bring up autocompletion list for the QgsMaplayer object

Or:

>>> layer = iface.activeLayer()
>>> layer.

does not bring up the autocomplete for the layer object.

Is this a hard thing to implement? Or is it limited by the Qsci module?

Cheers,
Jeremy

This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please notify us immediately (Phone 0800 665 463 or info at linz.govt.nz) and destroy the original message. LINZ accepts no responsibility for changes to this email, or for any attachments, after its transmission from LINZ. Thank You.


More information about the Qgis-developer mailing list