[QScintilla] Object type-sensitive Scintilla prompts

Jack Cosgrove jackcosgrove at gmail.com
Sat Mar 24 21:22:01 GMT 2012


Just a quick question:

Since Python is not strongly typed it isn't possible to filter the
methods available in a Scintilla prompt based upon the object type,
right? So upon typing the '.' operator for an object of type MyClass,
you cannot immediately be presented with MyMethod1(), MyMethod2() simply
because those are methods of class MyClass? Even if you were to keep
track of variable names and types, objects of different types can have
the same name at different times in a program.



More information about the QScintilla mailing list