File tree Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
- using System ;
1
+ using BluePointLilac . Methods ;
2
+ using System ;
2
3
using System . Globalization ;
3
4
using System . IO ;
4
5
using System . Runtime . InteropServices ;
5
6
using System . Windows . Forms ;
6
- using BluePointLilac . Methods ;
7
7
8
8
namespace ContextMenuManager
9
9
{
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public static class AppImage
60
60
///<summary>资源管理器图标</summary>
61
61
public static readonly Image Explorer = ResourceIcon . GetIcon ( "explorer.exe" , 0 ) . ToBitmap ( ) ;
62
62
///<summary>命令提示符图标</summary>
63
- public static readonly Image Cmd = ResourceIcon . GetIcon ( "cmd.exe" , 0 ) . ToBitmap ( ) ;
63
+ public static readonly Image Cmd = ResourceIcon . GetIcon ( "cmd.exe" , 0 ) . ToBitmap ( ) ;
64
64
///<summary>重启Explorer图标</summary>
65
65
public static readonly Image RestartExplorer = ResourceIcon . GetIcon ( "shell32.dll" , 238 ) . ToBitmap ( ) ;
66
66
///<summary>网络驱动器图标</summary>
Original file line number Diff line number Diff line change 1
- using System . Drawing ;
1
+ using BluePointLilac . Methods ;
2
+ using System . Drawing ;
2
3
using System . Windows . Forms ;
3
- using BluePointLilac . Methods ;
4
4
5
5
namespace BluePointLilac . Controls
6
6
{
Original file line number Diff line number Diff line change 33
33
<PlatformTarget >AnyCPU</PlatformTarget >
34
34
<DebugSymbols >true</DebugSymbols >
35
35
<DebugType >full</DebugType >
36
- <Optimize >false </Optimize >
36
+ <Optimize >true </Optimize >
37
37
<OutputPath >bin\Debug\</OutputPath >
38
38
<DefineConstants >DEBUG;TRACE</DefineConstants >
39
39
<ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private void LoadBlockedItems()
26
26
} ) ;
27
27
Array . ForEach ( values . Distinct ( StringComparer . OrdinalIgnoreCase ) . ToArray ( ) , value =>
28
28
{
29
- this . AddItem ( new GuidBlockedItem ( value ) ) ;
29
+ this . AddItem ( new GuidBlockedItem ( value ) ) ;
30
30
} ) ;
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public string IconLocation
117
117
if ( IsShortcut )
118
118
{
119
119
location = Shortcut . IconLocation ;
120
- if ( location == ",0" ) location = Shortcut . TargetPath ;
120
+ if ( location == ",0" ) location = Shortcut . TargetPath ;
121
121
}
122
122
else
123
123
{
Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ private void InitializeComponents()
132
132
TsiChangeGroup . Click += ( sender , e ) => ChangeGroup ( ) ;
133
133
BtnMoveDown . MouseDown += ( sender , e ) => MoveItem ( false ) ;
134
134
BtnMoveUp . MouseDown += ( sender , e ) => MoveItem ( true ) ;
135
- TsiAdministrator . Click += ( sender , e ) => {
135
+ TsiAdministrator . Click += ( sender , e ) =>
136
+ {
136
137
WinXList . HashLnk ( this . FilePath ) ;
137
138
ExplorerRestarter . Show ( ) ;
138
139
} ;
Original file line number Diff line number Diff line change 1
1
[Update]
2
- Version =2.2 .0.0
3
- Url =https://github.com/BluePointLilac/ContextMenuManager/releases/download/2.2 .0.0/ContextMenuManager.zip
4
- Info =【更新描述】\n(1).支持定义所有格式文件的右键菜单 ;\n(2).优化规则“使用 Skype 共享”,可永久禁用 ;\n(3).支持更改程序内网页搜索引擎 ;\n(4).添加设置文件格式感知类型功能 ;\n(5).扩充程序GUID字典,更友好!
2
+ Version =3.0 .0.0
3
+ Url =https://github.com/BluePointLilac/ContextMenuManager/releases/download/3.0 .0.0/ContextMenuManager.zip
4
+ Info =【更新描述】\n(1).支持通过GUID添加ShellEx菜单项目 ;\n(2).添加ShellExecute函数,方便创建更加强大的Shell菜单项目 ;\n(3).添加WinX菜单创建和排序功能 ;\n(4).添加IE右键菜单管理和创建功能 ;\n(5).添加管理和创建右键拖拽菜单项目功能;\n(6).添加了丰富的字典,添加了很多增强菜单;\n(7).整合文件类型管理功能,使管理更加方便;\n(8).添加状态栏实时显示文件路径功能;\n(9).优化程序部分UI,优化部分代码,解决一些已知Bug。
You can’t perform that action at this time.
0 commit comments