[Qgis-developer] New Python Console
    Alexander Bruy 
    alexander.bruy at gmail.com
       
    Tue Apr  2 23:59:53 PDT 2013
    
    
  
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 <JPalmer at 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
    
    
More information about the Qgis-developer
mailing list