--- a/QScintilla/APIsManager.py Tue Feb 24 18:31:14 2015 +0100 +++ b/QScintilla/APIsManager.py Fri Feb 27 19:43:04 2015 +0100 @@ -100,6 +100,14 @@ self.prepareAPIs() return self.__apis + def isEmpty(self): + """ + Public method to check, if the object has API files configured. + + @return flag indicating no API files have been configured (boolean) + """ + return len(self.__apifiles) == 0 + def __apiPreparationFinished(self): """ Private method called to save an API, after it has been prepared.