This repository was archived by the owner on Jan 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Visual Studio Project Template C#/PluginInfrastructure Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
// NPP plugin platform for .Net v0.94.00 by Kasper B. Graversen etc.
2
2
using System ;
3
3
using System . Runtime . InteropServices ;
4
- using System . Text ;
5
4
6
5
namespace Kbg . NppPluginNET . PluginInfrastructure
7
6
{
Original file line number Diff line number Diff line change 4
4
// "notepad-plus-plus/scintilla/include/Scintilla.iface"
5
5
// found at
6
6
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/include/Scintilla.iface
7
- using System ;
8
- using System . Collections . Generic ;
9
- using System . Linq ;
10
- using System . Text ;
11
7
12
8
namespace NppPluginNET . PluginInfrastructure
13
9
{
Original file line number Diff line number Diff line change 4
4
// "notepad-plus-plus/scintilla/include/Scintilla.iface"
5
5
// found at
6
6
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/include/Scintilla.iface
7
- using System ;
8
- using System . Collections . Generic ;
9
- using System . Linq ;
10
- using System . Text ;
11
7
using Kbg . NppPluginNET . PluginInfrastructure ;
12
8
13
9
namespace NppPluginNET . PluginInfrastructure
You can’t perform that action at this time.
0 commit comments