Andreas Weizel
b1ec1ca977
Localization of "Declaring type" menu item.
12 years ago
Andreas Weizel
6f021a0f30
Removed try...catch block left after debugging.
12 years ago
Peter Forstmeier
f99845489c
Sort Grouping with Linq and Fill Items
12 years ago
Siegfried Pammer
a48ff79320
adjust project configurations in Tests solution
12 years ago
Daniel Grunwald
2246366dcb
SolutionConfigurationEditor: When the solution is misconfigured to use a non-existing configuration/platform, allow switching to an existing configuration/platform.
12 years ago
Daniel Grunwald
a9169e8187
Prefer ModuleDefinition.ReadModule over AssemblyDefinition.ReadAssembly
12 years ago
Andreas Weizel
ab83884bc2
Merge remote-tracking branch 'remotes/origin/master' into refactoringFeatures
12 years ago
Andreas Weizel
e8bc3e5a91
Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu.
12 years ago
Daniel Grunwald
52ab4d36a5
Normalize newlines in *.cs
12 years ago
Siegfried Pammer
a0a2f124e3
fix some warnings in HelpViewer
12 years ago
Siegfried Pammer
32aa4b092c
fix some depreciation warnings in ResourceEditor AddIn
12 years ago
Siegfried Pammer
ba2cd7a6aa
make some projects with x86 dependencies compile as x86 (fixes MSB3270)
12 years ago
Siegfried Pammer
07f929dfc5
fix nuget reference platform incompatibility compiler warning
12 years ago
Siegfried Pammer
19372a4f79
fix some more warnings
12 years ago
Siegfried Pammer
21bd92305a
fix warnings in XAML binding
12 years ago
Siegfried Pammer
b959bf5bdf
add better error messages to evaluation visitor
12 years ago
Siegfried Pammer
4b82d6e382
fix typo in CallStackPad
12 years ago
Siegfried Pammer
cb0f290477
add Ctrl+F7: Add selected text as watch; simplify EnqueueForEach
12 years ago
Siegfried Pammer
e050421879
add support for Solution Format 12.00
12 years ago
Daniel Grunwald
7526232c1a
Merge remote-tracking branch 'origin/newNR' (SD 5.0 using NRefactory 5) into master.
...
'master' is now SharpDevelop 5.0; SharpDevelop 4.x is continued on the 4.x branch.
12 years ago
Daniel Grunwald
ce4ca4e81c
Suppress more warnings
12 years ago
Daniel Grunwald
e6a6f4d2ad
Remove old SD.Dom resolver unit tests.
12 years ago
Daniel Grunwald
f07ea5af32
Reduce number of compiler warnings; and re-enable some old unit tests.
12 years ago
Daniel Grunwald
befea66cf0
Add IPropertyService.LoadExtraProperties + SaveExtraProperties
...
Add 'IncludeHidden' option for IFileSystem.GetFiles() so that it has the same functionality as FileUtility.SearchFiles()
12 years ago
Daniel Grunwald
2dfa409711
Fix some compiler warnings.
12 years ago
Peter Forstmeier
5605e65bc5
Fill Data with Grouping
12 years ago
sven-n
187219a614
Fix indentation for 'Move class to File' function
...
'Move class to File' function did always use tab as indentation
character. As space user you always had to convert the tabs to spaces by
hand afterwards. This fix tries to find and set the right indentation
character. If no indentation character is found, it falls back to tab.
12 years ago
Matt Ward
5a39ad4d46
Merge branch 'master' into newNR
...
Conflicts:
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/CodeEditorView.cs
src/AddIns/Misc/HelpViewer/Source/Commands.cs
src/Main/GlobalAssemblyInfo.cs.template
src/Main/ICSharpCode.SharpDevelop.Dom/Project/Src/XmlDoc.cs
src/Setup/Files.wxs
src/Setup/Setup.wxs
src/Tools/NUnit/nunit-console-dotnet2-x86.exe
src/Tools/NUnit/nunit-console-dotnet2.exe
src/Tools/NUnit/nunit-console-x86.exe
src/Tools/NUnit/nunit-console.exe
12 years ago
Matt Ward
de00d29db3
Update NUnit to version 2.6.3
12 years ago
Andreas Weizel
26ead0f9bf
Completed "Declaring type: ..." context menu basically, but currently no translated name and no proper icon.
12 years ago
Christoph Wille
24ce089696
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop
12 years ago
Christoph Wille
ff27882f9c
Chocolatey package for SD 4.3.3
12 years ago
Andreas Weizel
339996c9f9
Added DeclaringTypeSubMenuBuilder.
12 years ago
Peter Forstmeier
fe1ba9bd8f
WpfExporter ContentAlignment, VertivalAlinment of text seems not to work:
...
http://social.msdn.microsoft.com/Forums/vstudio/en-US/e480abb9-a86c-4f78-8955-dddb866bcfef/vertical-text-alignment-in-textblock?forum=wpf
12 years ago
Peter Forstmeier
1077d96967
Refactor Visitors
12 years ago
Peter Forstmeier
014e277c76
FormatVisitor, format all elements in one pass after ExpressionVisitor
12 years ago
Andreas Weizel
90e907c3d3
Added "Goto Definition" command to symbol context menus.
12 years ago
Peter Forstmeier
baf1fc51bc
Add DataSource to ExpressionRunner.cs,
...
modify some test's
12 years ago
mathiassimmack
b15ecba5b5
ToolNotFoundDialog added to Contents and Search commands, FSharp added as supported project language
12 years ago
Andreas Weizel
67340f1302
Separate AddInTree paths for context menus of different symbol types with inclusion of EntityContextMenu, where sensible.
12 years ago
Andreas Weizel
b3b26db7de
Added some code editor context menus dependent on symbol at caret (like "Rename", "Find references" etc.)
12 years ago
Peter Forstmeier
e592a63fd4
Expressions - Aggregates (Sum)
12 years ago
Siegfried Pammer
d16566ee9d
update localization resources
12 years ago
mathiassimmack
757391035b
see last commit, here are the missing pieces
12 years ago
mathiassimmack
d102150698
new ToolNotFoundDialog if HelpLibManager is not installed, rewritten debug messages, Help 3.0 renamed into HelpViewer (debug msgs)
12 years ago
Andreas Weizel
bde6f8134a
Added SymbolTypeAtCaretConditionEvaluator.
12 years ago
Peter Forstmeier
82eb2f6eb4
Cleanup DataPageBuilder.cs
12 years ago
Christoph Wille
36f38bf456
Update 4.5.1 Developer Pack URL to RTM version of download
12 years ago
Siegfried Pammer
13b2b3a7f9
fix exception handler in case of errors while deleting a directory from a SVN repository.
12 years ago
Siegfried Pammer
4e43caa38f
Update SharpSVN to 1.8 beta
12 years ago