Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 2.4.0b2
-
Fix Version/s: 2.4
-
Component/s: Scripting, User Interface
-
Labels:None
Description
Typing $noop(\) in the script editor immediately crashes Picard with:
Traceback (most recent call last): File ".\picard\ui\widgets\scripttextedit.py", line 93, in highlightBlock if (next_index > -1) and text[next_index] == '(': IndexError: string index out of range