File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 188188 <DEBUG32 Include =" bin\Debug\*.*" />
189189 <NPP64BIT Include =" $(NppPath64)\plugins\CSharpRegexTools4Npp" />
190190 <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" />
194191 </ItemGroup >
195192 <MakeDir Directories =" @(NPP64BIT)" Condition =" '$(Platform)' == 'x64' " />
196193 <MakeDir Directories =" @(NPP32BIT)" Condition =" '$(Platform)' == 'x86' " />
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ class Main
2121 internal const string PluginName = "C# Regex Tools 4 Npp" ;
2222 public static readonly string PluginConfigDirectory = Path . Combine ( Npp . Notepad . GetConfigDirectory ( ) , PluginName ) ;
2323 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
2924 /// <summary>
3025 /// This listens to the message that Notepad++ sends when its UI language is changed.
3126 /// </summary>
You can’t perform that action at this time.
0 commit comments