Hi.<br><br>From what I understand the function contentChange(int, int, int) is implemented but at the same time it does not seem like python accepts the following code:<br><br clear="all">&nbsp;self.connect(self.tabs.docs.getTextEdit(index).document(), QtCore.SIGNAL(&#39;contentsChange(int, int, int)&#39;), self.MainWindow,  QtCore.SLOT(&quot;self.test&quot;))<br>
<br>or<br><br>&nbsp;self.connect(self.tabs.docs.getTextEdit(index).document(),
QtCore.SIGNAL(&#39;contentsChange()&#39;), self.MainWindow,
QtCore.SLOT(&quot;self.test&quot;))<br>
<br>I&#39;ve tried a lot of different options but in the end only contentsChanged() works and how am I supposed to make syntax-coding work efficient without knowing the lines that where changed? To recheck the hole document seems like a stretch.<br>
<br><br>-- <br>Tim Kornhammar<br><a href="mailto:tim.kornhammar@gmail.com">tim.kornhammar@gmail.com</a>