File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 188
188
<DEBUG32 Include =" bin\Debug\*.*" />
189
189
<NPP64BIT Include =" $(NppPath64)\plugins\CSharpRegexTools4Npp" />
190
190
<NPP32BIT Include =" $(NppPath32)\plugins\CSharpRegexTools4Npp" />
191
- <TRANSLATION_ORIGIN Include =" ..\translation\*.json5" />
192
- <TRANSLATION32 Include =" $(NppPath32)\plugins\CSharpRegexTools4Npp\translation" />
193
- <TRANSLATION64 Include =" $(NppPath64)\plugins\CSharpRegexTools4Npp\translation" />
194
191
</ItemGroup >
195
192
<MakeDir Directories =" @(NPP64BIT)" Condition =" '$(Platform)' == 'x64' " />
196
193
<MakeDir Directories =" @(NPP32BIT)" Condition =" '$(Platform)' == 'x86' " />
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ class Main
21
21
internal const string PluginName = "C# Regex Tools 4 Npp" ;
22
22
public static readonly string PluginConfigDirectory = Path . Combine ( Npp . Notepad . GetConfigDirectory ( ) , PluginName ) ;
23
23
public const string PluginRepository = "https://github.com/codingseb/CSharpRegexTools4Npp" ;
24
- // general stuff things
25
- private static readonly Icon dockingFormIcon = null ;
26
- private static readonly string sessionFilePath = Path . Combine ( PluginConfigDirectory , "savedNppSession.xml" ) ;
27
- // indicator things
28
- // Allowing translation to other languages
29
24
/// <summary>
30
25
/// This listens to the message that Notepad++ sends when its UI language is changed.
31
26
/// </summary>
You can’t perform that action at this time.
0 commit comments