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 11// NPP plugin platform for .Net v0.94.00 by Kasper B. Graversen etc.
22using System ;
33using System . Runtime . InteropServices ;
4- using System . Text ;
54
65namespace Kbg . NppPluginNET . PluginInfrastructure
76{
Original file line number Diff line number Diff line change 44// "notepad-plus-plus/scintilla/include/Scintilla.iface"
55// found at
66// 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 ;
117
128namespace NppPluginNET . PluginInfrastructure
139{
Original file line number Diff line number Diff line change 44// "notepad-plus-plus/scintilla/include/Scintilla.iface"
55// found at
66// 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 ;
117using Kbg . NppPluginNET . PluginInfrastructure ;
128
139namespace NppPluginNET . PluginInfrastructure
You can’t perform that action at this time.
0 commit comments