From 303874fee0f3c2f40c5ef1dda4699ee6a8dbd7ea Mon Sep 17 00:00:00 2001 From: Nippur de Lagash Date: Sun, 1 Oct 2017 12:10:50 +0200 Subject: [PATCH] Fix Function list Python parser bad function name detection Fix #3706, close #3790 --- PowerEditor/src/functionList.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/functionList.xml b/PowerEditor/src/functionList.xml index ea4e1667..decaeb5d 100644 --- a/PowerEditor/src/functionList.xml +++ b/PowerEditor/src/functionList.xml @@ -678,7 +678,7 @@ mainExpr ="(?<=^class\x20).*?(?=\n\S|\Z)" > - +