diff -r b112bfdde5cc -r 5b6ad7a7fd9d editors/TextViewer.py --- a/editors/TextViewer.py Sat Aug 19 21:06:54 2017 +0300 +++ b/editors/TextViewer.py Mon Aug 21 21:55:18 2017 +0300 @@ -33,9 +33,9 @@ from EditorPanel import EditorPanel from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos, NAVIGATION_KEYS -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # Textual programs Viewer class -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- NEWLINE = "\n" @@ -915,9 +915,9 @@ self.Editor.AutoCompCancel() event.Skip() -#------------------------------------------------------------------------------- -# Highlights showing functions -#------------------------------------------------------------------------------- + # ------------------------------------------------------------------------------- + # Highlights showing functions + # ------------------------------------------------------------------------------- def OnRefreshHighlightsTimer(self, event): self.RefreshView()