integrate new extensions
This commit is contained in:
parent
fcd735283d
commit
9e6f638488
@ -18,7 +18,7 @@ extern const char* EXTEN_WINDOW_INSTRUCTIONS;
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
constexpr auto EXTEN_SAVE_FILE = u8"SavedExtensions.txt";
|
constexpr auto EXTEN_SAVE_FILE = u8"SavedExtensions.txt";
|
||||||
constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines";
|
constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines>Styler";
|
||||||
|
|
||||||
struct Extension
|
struct Extension
|
||||||
{
|
{
|
||||||
|
@ -44,6 +44,7 @@ foreach ($language in @{
|
|||||||
"Bing Translate",
|
"Bing Translate",
|
||||||
"Copy to Clipboard",
|
"Copy to Clipboard",
|
||||||
"DeepL Translate",
|
"DeepL Translate",
|
||||||
|
"DevTools DeepL Translate",
|
||||||
"Extra Newlines",
|
"Extra Newlines",
|
||||||
"Extra Window",
|
"Extra Window",
|
||||||
"Google Translate",
|
"Google Translate",
|
||||||
@ -54,6 +55,7 @@ foreach ($language in @{
|
|||||||
"Remove Repeated Phrases 2",
|
"Remove Repeated Phrases 2",
|
||||||
"Remove 30 Repeated Sentences",
|
"Remove 30 Repeated Sentences",
|
||||||
"Replacer",
|
"Replacer",
|
||||||
|
"Styler",
|
||||||
"Thread Linker"
|
"Thread Linker"
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
@ -74,6 +76,8 @@ foreach ($arch in @("x86", "x64"))
|
|||||||
"LocaleEmulator.dll",
|
"LocaleEmulator.dll",
|
||||||
"Qt5Core.dll",
|
"Qt5Core.dll",
|
||||||
"Qt5Gui.dll",
|
"Qt5Gui.dll",
|
||||||
|
"Qt5Network.dll",
|
||||||
|
"Qt5WebSockets.dll",
|
||||||
"Qt5Widgets.dll",
|
"Qt5Widgets.dll",
|
||||||
"platforms",
|
"platforms",
|
||||||
"styles"
|
"styles"
|
||||||
|
Loading…
Reference in New Issue
Block a user