--- a/editors/TextViewer.py Fri Aug 26 10:20:14 2016 +0500
+++ b/editors/TextViewer.py Fri Sep 09 11:47:00 2016 +0500
@@ -629,6 +629,10 @@
self.SetStyling(current_pos - last_styled_pos + 2, STC_PLC_COMMENT)
last_styled_pos = current_pos + 1
+ if len(self.CallStack) > 0: + current_call = self.CallStack.pop() self.SetStyling(current_pos - last_styled_pos, STC_PLC_EMPTY)