Hi Jeremy,

this was already reported some time ago. See http://hub.qgis.org/issues/6333

On Wed, 3 Apr 2013 10:55:34 +1300
Jeremy Palmer <jpal...@linz.govt.nz> wrote:

> 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?

-- 
Alexander Bruy
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to