From c0373e036e965a70045971e2abc582cb4bf12a4e Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 10 Mar 2018 10:58:26 -0500 Subject: Added curses platform. --- scripts/HeaderCheck.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/HeaderCheck.py') diff --git a/scripts/HeaderCheck.py b/scripts/HeaderCheck.py index e36ffa18e..fd644f7db 100644 --- a/scripts/HeaderCheck.py +++ b/scripts/HeaderCheck.py @@ -45,6 +45,7 @@ def CheckFiles(root): # The Qt platform code interleaves system and Scintilla headers #~ filePaths += glob.glob(root + "/qt/ScintillaEditBase/*.cpp") #~ filePaths += glob.glob(root + "/qt/ScintillaEdit/*.cpp") + filePaths += glob.glob(root + "/curses/*.cxx") #~ print(filePaths) masterHeaderList = ExtractHeaders(root + "/scripts/HeaderOrder.txt") for f in filePaths: -- cgit v1.2.3