212 self.vcs.getEncoding(), 'replace') |
212 self.vcs.getEncoding(), 'replace') |
213 self.__appendText(s, True) |
213 self.__appendText(s, True) |
214 |
214 |
215 def __appendText(self, txt, error=False): |
215 def __appendText(self, txt, error=False): |
216 """ |
216 """ |
217 Public method to append text to the end. |
217 Private method to append text to the end. |
218 |
218 |
219 @param txt text to insert (string) |
219 @param txt text to insert (string) |
220 @param error flag indicating to insert error text (boolean) |
220 @param error flag indicating to insert error text (boolean) |
221 """ |
221 """ |
222 tc = self.__log.textCursor() |
222 tc = self.__log.textCursor() |