-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish develop ContextMenuManager page
1.Finish develop ContextMenuManager page 2.Fix Loopbackmanager page search filter error 3.Update readme.md 4.Publish 3.4.1210.0 version
- Loading branch information
1 parent
b217ef6
commit 31403c3
Showing
27 changed files
with
651 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
{ | ||
public enum BlockedClsidType | ||
{ | ||
CurrentUser, | ||
LocalMachine | ||
Unknown = 0, | ||
CurrentUser = 1, | ||
LocalMachine = 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
Title=Context menu manager | ||
EmptyDescription=The device does not have any new right-click menu items | ||
ExplainTitle=Menu management instructions | ||
ExplanContent=Manage the display status of Windows new-click right-click menu items | ||
ExplanContent1=1.Manage the display status of Windows new-click right-click menu items | ||
ExplanContent2=2.Context menu item information is saved under registry HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PackagedCom\\Package | ||
ExplanContent3=3.The right-click menu item display status blacklist is saved in the registry under HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Blocked (no Blocked entries need to be created manually) | ||
ExplanContent4=4.You can manually navigate to the corresponding registry key and add the key value of the right-click menu item to change the display status of the menu item | ||
ExplanContent5=5.If you're not clear about the specific menu item you've changed, you can try reverting to the default settings, or removing the Blocked item | ||
ExplanContent6=6.This app's right-click menu displays status options is in the settings page | ||
LearnContextMenuManager=Learn right-click menu management | ||
LearnCustomRightClickMenu=Learn about customizing the right-click menu | ||
LearnCustomRightClickMenu=Learn to custom right-click menu | ||
LoadingContextMenuInformation=Loading right-click menu information, please wait... | ||
OpenPackagePathToolTip=Open the app installation folder | ||
OpenSettings=Open settings | ||
Refresh=Refresh | ||
SearchAppNamePHText=Search app name | ||
RestoreDefault=Restore default | ||
SearchAppNamePHText=Search app name or package full name | ||
SearchEmptyDescription=No matching right-click menu item found | ||
SelectedToolTip=Selected | ||
Unknown=Unknown | ||
UnSelectedToolTip=Unselected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
Title=Context menu manager | ||
EmptyDescription=The device does not have any new right-click menu items | ||
ExplainTitle=Menu management instructions | ||
ExplanContent=Manage the display status of Windows new-click right-click menu items | ||
ExplanContent1=1.Manage the display status of Windows new-click right-click menu items | ||
ExplanContent2=2.Context menu item information is saved under registry HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PackagedCom\\Package | ||
ExplanContent3=3.The right-click menu item display status blacklist is saved in the registry under HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Blocked (no Blocked entries need to be created manually) | ||
ExplanContent4=4.You can manually navigate to the corresponding registry key and add the key value of the right-click menu item to change the display status of the menu item | ||
ExplanContent5=5.If you're not clear about the specific menu item you've changed, you can try reverting to the default settings, or removing the Blocked item | ||
ExplanContent6=6.This app's right-click menu displays status options is in the settings page | ||
LearnContextMenuManager=Learn right-click menu management | ||
LearnCustomRightClickMenu=Learn about customizing the right-click menu | ||
LearnCustomRightClickMenu=Learn to custom right-click menu | ||
LoadingContextMenuInformation=Loading right-click menu information, please wait... | ||
OpenPackagePathToolTip=Open the app installation folder | ||
OpenSettings=Open settings | ||
Refresh=Refresh | ||
SearchAppNamePHText=Search app name | ||
RestoreDefault=Restore default | ||
SearchAppNamePHText=Search app name or package full name | ||
SearchEmptyDescription=No matching right-click menu item found | ||
SelectedToolTip=Selected | ||
Unknown=Unknown | ||
UnSelectedToolTip=Unselected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
Title=右键菜单管理 | ||
EmptyDescription=该设备没有任何新版的右键菜单项 | ||
ExplainTitle=菜单管理说明 | ||
ExplanContent=管理 Windows 新版右键菜单项的显示状态 | ||
ExplanContent1=1.管理 Windows 新版右键菜单项的显示状态 | ||
ExplanContent2=2.右键菜单项信息保存在注册表 HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PackagedCom\\Package 下 | ||
ExplanContent3=3.右键菜单项显示状态黑名单保存在注册表 HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Blocked 下(没有 Blocked 项需要手动创建) | ||
ExplanContent4=4.您可以手动定位到所对应的注册表项,添加对应右键菜单项的键值以更改菜单项的显示状态 | ||
ExplanContent5=5.如果您不清楚您更改的具体菜单项,您可以尝试恢复默认设置,或删除 Blocked 项 | ||
ExplanContent6=6.本应用的右键菜单显示状态选项在设置页面 | ||
LearnContextMenuManager=了解右键菜单管理 | ||
LearnCustomRightClickMenu=了解自定义右键菜单 | ||
LoadingContextMenuInformation=正在加载右键菜单信息中,请稍候... | ||
OpenPackagePathToolTip=打开应用安装目录 | ||
OpenSettings=打开设置 | ||
Refresh=刷新 | ||
SearchAppNamePHText=搜索应用名称 | ||
RestoreDefault=恢复默认 | ||
SearchAppNamePHText=搜索应用名称或包全名 | ||
SearchEmptyDescription=没有搜索到复合的右键菜单项 | ||
SelectedToolTip=已选择 | ||
Unknown=未知 | ||
UnSelectedToolTip=未选择 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.