aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderCheck.py
diff options
context:
space:
mode:
authormitchell <unknown>2018-03-10 10:58:26 -0500
committermitchell <unknown>2018-03-10 10:58:26 -0500
commitc0373e036e965a70045971e2abc582cb4bf12a4e (patch)
tree24bbd02ff5a9c032157a24a4856c325398455bd4 /scripts/HeaderCheck.py
parentb086b4d30fee49c09184b2145e3a222925ac3fc8 (diff)
downloadscintilla-mirror-c0373e036e965a70045971e2abc582cb4bf12a4e.tar.gz
Added curses platform.
Diffstat (limited to 'scripts/HeaderCheck.py')
-rw-r--r--scripts/HeaderCheck.py1
1 files changed, 1 insertions, 0 deletions
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: