From f785b350d7e0e632a1bc81c96fc0bd76cd013cbc Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 1 Aug 2022 16:04:04 +1000 Subject: Update CheckMentioned.py script to handle ...Full structs. Fix documentation to use correct ID attribute. --- scripts/CheckMentioned.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/CheckMentioned.py') diff --git a/scripts/CheckMentioned.py b/scripts/CheckMentioned.py index 157acb31e..3e87be79c 100644 --- a/scripts/CheckMentioned.py +++ b/scripts/CheckMentioned.py @@ -61,6 +61,12 @@ def convertIFaceTypeToC(t): return "Sci_TextToFind *" elif t == "formatrange": return "Sci_RangeToFormat *" + elif t == "textrangefull": + return "Sci_TextRangeFull *" + elif t == "findtextfull": + return "Sci_TextToFindFull *" + elif t == "formatrangefull": + return "Sci_RangeToFormatFull *" elif Face.IsEnumeration(t): return "int " return t + " " -- cgit v1.2.3