From d8acff80d01e9da581482d9de4c1f825eb29e9a2 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Sun, 23 Aug 2015 14:29:16 +0200 Subject: [PATCH] Add final and override for c++ 11 in fuctionList (closes #790) , see: - http://en.cppreference.com/w/cpp/language/final - http://en.cppreference.com/w/cpp/language/override --- PowerEditor/src/functionList.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/functionList.xml b/PowerEditor/src/functionList.xml index 8f5057d9d..30e564e86 100644 --- a/PowerEditor/src/functionList.xml +++ b/PowerEditor/src/functionList.xml @@ -121,7 +121,7 @@ http://notepad-plus-plus.org/features/function-list.html @@ -131,7 +131,7 @@ http://notepad-plus-plus.org/features/function-list.html + mainExpr="^[\t ]*((static|const|virtual)[\s]+)?([\w]+([\s]+[\w]+)?([\s]+|(\*|\*\*|&)[\s]+|[\s]+(\*|\*\*|&)|[\s]+(\*|\*\*|&)[\s]+))?([\w_]+[\s]*::)?(?!(if|while|for|switch))[\w_~]+[\s]*\([^\)\(]*\)([\s]*const[\s]*)?([\s]*(final|override|final[\s]*override|override[\s]*final)[\s]*)?[\n\s]*\{">