1684 pass |
1684 pass |
1685 self.__textEdit.setFolding(folding) |
1685 self.__textEdit.setFolding(folding) |
1686 self.__textEdit.setFoldMarginColors( |
1686 self.__textEdit.setFoldMarginColors( |
1687 Preferences.getEditorColour("FoldmarginBackground"), |
1687 Preferences.getEditorColour("FoldmarginBackground"), |
1688 Preferences.getEditorColour("FoldmarginBackground")) |
1688 Preferences.getEditorColour("FoldmarginBackground")) |
|
1689 self.__textEdit.setFoldMarkersColors( |
|
1690 Preferences.getEditorColour("FoldMarkersForeground"), |
|
1691 Preferences.getEditorColour("FoldMarkersBackground")) |
1689 else: |
1692 else: |
1690 self.__textEdit.setFolding(QsciScintilla.NoFoldStyle) |
1693 self.__textEdit.setFolding(QsciScintilla.NoFoldStyle) |
1691 |
1694 |
1692 def __setTextDisplay(self): |
1695 def __setTextDisplay(self): |
1693 """ |
1696 """ |