Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit bb33564

Browse files
committed
Moved maintenance files to different folder
1 parent bb33086 commit bb33564

File tree

4 files changed

+2
-4680
lines changed

4 files changed

+2
-4680
lines changed

scripts/Face.py renamed to ToolsForMaintainersOfTheProjectTemplate/Scintilla_iface_synchronizer/Face.py

File renamed without changes.

scripts/FileGenerator.py renamed to ToolsForMaintainersOfTheProjectTemplate/Scintilla_iface_synchronizer/FileGenerator.py

File renamed without changes.

scripts/cs.py renamed to ToolsForMaintainersOfTheProjectTemplate/Scintilla_iface_synchronizer/cs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def printLexCSFile(f):
2525

2626
def main():
2727
f = Face.Face()
28-
f.ReadFromFile("Scintilla.iface")
29-
Regenerate("../Visual Studio Project Template C#/Integration/Scintilla_iface.cs", "/* ", printLexCSFile(f))
28+
f.ReadFromFile("../../../notepad-plus-plus/scintilla/include/Scintilla.iface")
29+
Regenerate("../../Visual Studio Project Template C#/Integration/Scintilla_iface.cs", "/* ", printLexCSFile(f))
3030

3131
if __name__ == "__main__":
3232
main()

0 commit comments

Comments
 (0)