lpcmanager

80122593c8c3
Parents c8e3d9ab06a6
Children 169d6c59873d
#2539 removed dangerous and unmaintainable code
--- a/LPCManager.py Fri Jan 26 16:21:25 2018 +0100
+++ b/LPCManager.py Mon Jan 29 13:55:14 2018 +0100
@@ -881,14 +881,6 @@
self.Colourise(0, -1)
TextViewer.RefreshView = RefreshView
-
-def RefreshJumpList(self):
- if self.TextSyntax == "IL" or self.TextSyntax == "ST":
- self.Jumps = [jump.upper() for jump in LABEL_MODEL.findall(self.GetText())]
- self.Colourise(0, -1)
-
-TextViewer.RefreshJumpList = RefreshJumpList
-
def VariablesEditorSetCollSize(self):
ColSizes = [20, 150] + [130] * (len(self.VariablesDefaultValue) - 2) + [300]
for col in range(self.Table.GetNumberCols()):