Browse Source
Make go to work with partial classes. Show expression in tooltips while pressing Ctrl. Project templates can now specify the BuildAction and CopyToOutputDirectory properties for files. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@421 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
17 changed files with 120 additions and 56 deletions
@ -1,19 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<Template author="Roman Taranchenko" version="1.0"> |
|
||||||
|
|
||||||
<Config |
|
||||||
name = "${res:Templates.File.NewClassWizard.Name}" |
|
||||||
icon = "C++.File.NewClass" |
|
||||||
category = "C++" |
|
||||||
defaultname = "Class${Number}.cs" |
|
||||||
language = "C++.NET"> |
|
||||||
|
|
||||||
<Wizard path = "/SharpDevelop/Templates/File/NewClassWizard"/> |
|
||||||
|
|
||||||
</Config> |
|
||||||
|
|
||||||
<Description>${res:Templates.File.NewClassWizard.Description}</Description> |
|
||||||
|
|
||||||
<Files/> |
|
||||||
<AdditionalOptions/> |
|
||||||
</Template> |
|
@ -0,0 +1,23 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<configuration> |
||||||
|
<runtime> |
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||||||
|
<dependentAssembly> |
||||||
|
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
||||||
|
<codeBase version="2.0.0.1" href="../../../../bin/ICSharpCode.Core.dll"/> |
||||||
|
</dependentAssembly> |
||||||
|
<dependentAssembly> |
||||||
|
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
||||||
|
<codeBase version="2.0.0.1" href="../../../../bin/ICSharpCode.SharpDevelop.dll"/> |
||||||
|
</dependentAssembly> |
||||||
|
<dependentAssembly> |
||||||
|
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/> |
||||||
|
<codeBase version="2.0.0.1" href="../../../../bin/ICSharpCode.TextEditor.dll"/> |
||||||
|
</dependentAssembly> |
||||||
|
<dependentAssembly> |
||||||
|
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/> |
||||||
|
<codeBase version="2.0.0.1" href="../../../../bin/ICSharpCode.NRefactory.dll"/> |
||||||
|
</dependentAssembly> |
||||||
|
</assemblyBinding> |
||||||
|
</runtime> |
||||||
|
</configuration> |
Loading…
Reference in new issue