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

Commit 426f918

Browse files
committed
Code Generating Msgs_h
1 parent 87032fb commit 426f918

File tree

2 files changed

+690
-449
lines changed
  • ToolsForMaintainersOfTheProjectTemplate/notepad_hfiles_synchronizer
  • Visual Studio Project Template C#/PluginInfrastructure

2 files changed

+690
-449
lines changed

ToolsForMaintainersOfTheProjectTemplate/notepad_hfiles_synchronizer/cs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ def printFile(name, addComments):
8181

8282
resourcefile = printFile("../../../notepad-plus-plus/PowerEditor/src/resource.h", False)
8383
Regenerate("../../Visual Studio Project Template C#/PluginInfrastructure/Resource_h.cs", "/* ", resourcefile)
84+
85+
msgsfile = printFile("../../../notepad-plus-plus/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h", True)
86+
Regenerate("../../Visual Studio Project Template C#/PluginInfrastructure/Msgs_h.cs", "/* ", msgsfile)

0 commit comments

Comments
 (0)