Skip to content

Commit

Permalink
Merge pull request #19 from sebinside/reworkrework
Browse files Browse the repository at this point in the history
Rework AHK2PremiereCEP
  • Loading branch information
sebinside authored Dec 4, 2022
2 parents db46b74 + 99c2d0e commit f2c5798
Show file tree
Hide file tree
Showing 26 changed files with 11,026 additions and 881 deletions.
2 changes: 1 addition & 1 deletion .debug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionList>
<Extension Id="de.sebinside.premiereahk.panel">
<Extension Id="de.sebinside.premiereremote.panel">
<HostList>
<Host Name="PHXS" Port="8000"/>
<Host Name="IDSN" Port="8001"/>
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.idea/
jquery.min.js
jquery.min.js
host/build/
14 changes: 7 additions & 7 deletions CSXS/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version='1.0' encoding='UTF-8'?>
<ExtensionManifest ExtensionBundleId="de.sebinside.premiereahk" ExtensionBundleVersion="1.0.0" Version="7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionManifest ExtensionBundleId="de.sebinside.premiereremote" ExtensionBundleVersion="1.0.0" Version="7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
<Extension Id="de.sebinside.premiereahk.panel" Version="1.0.0" />
<Extension Id="de.sebinside.premiereremote.panel" Version="2.0.0" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<Host Name="PPRO" Version="[12.0,99.9]" />
<Host Name="PPRO" Version="[15.0,99.9]" />
</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="7.0" />
<RequiredRuntime Name="CSXS" Version="11.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="de.sebinside.premiereahk.panel">
<Extension Id="de.sebinside.premiereremote.panel">
<DispatchInfo>
<Resources>
<MainPath>./client/index.html</MainPath>
<ScriptPath>./host/index.jsx</ScriptPath>
<ScriptPath>./host/build/out/index.jsx</ScriptPath>
<CEFCommandLine>
<Parameter>--enable-nodejs</Parameter>
</CEFCommandLine>
Expand All @@ -29,7 +29,7 @@
</Lifecycle>
<UI>
<Type>Panel</Type>
<Menu>AHK2CEP - Premiere</Menu>
<Menu>PremiereRemote</Menu>
<Geometry>
<Size>
<Height>50</Height>
Expand Down
Loading

0 comments on commit f2c5798

Please sign in to comment.