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
Peter Forstmeier
ee463213c4
DataPageBuilder runs ExpressionVisitor.cs on every Data row
12 years ago
Andreas Weizel
466dcf6e0b
Fixed compile error in AddInManager tests.
12 years ago
Peter Forstmeier
788350e5b0
Handling of Evaluator.Globals
12 years ago
Andreas Weizel
25bdf445cf
Added "General" option panel for AddInManager2 allowing to disable UpdateNotifier. Also updated resource strings from server.
12 years ago
Peter Forstmeier
0a958eb57b
Remove Reference to PdfSharp
12 years ago
Peter Forstmeier
4d61f96c57
Add more Globals
12 years ago
Peter Forstmeier
2e39dbcb2f
Add missing Files
...
set some test's to Ignore
12 years ago
Peter Forstmeier
3a8c818f25
add missing PdfSharp-WPF.dll
12 years ago
Peter Forstmeier
6a8bfe1106
Add Error handling for Parameters and Fields
12 years ago
Siegfried Pammer
b8652b7369
Merge pull request #72 from jogibear9988/WPFDesignerFixes
...
Wpf designer fixes & Extensions
12 years ago
Peter Forstmeier
a97c39fd9d
Rework Fields!Fieldname
12 years ago
Matt Ward
4f618c4e46
Update NuGet to version 2.7.1
...
NuGet.Core version 2.7.40911.225
12 years ago
Matt Ward
93e01cceae
Update IronPython to version 2.7.4
12 years ago
Matt Ward
195fa858a7
Launch html page with software dependencies after install.
12 years ago
Peter Forstmeier
4f130ed11c
Basic implementation of Fields!Fieldnames
12 years ago
Andreas Weizel
8723b9e67f
ClassBrowser fix: In tree of debugged process type definitions were not shown correctly. Also adding a debugged module to workspace always added the process'es assembly instead.
12 years ago
Andreas Weizel
fd697f5cc4
Added FullAssemblyName property in AssemblyModel, ClassBrowser, AssemblyParserService etc. now use it instead of AssemblyName.
12 years ago
Peter Forstmeier
4492bcbddf
Evaluate inside Container
12 years ago
Andreas Weizel
0a4719492e
Completed support for pinned/unpinned assemblies in ClassBrowser.
12 years ago
Peter Forstmeier
f34b1dc128
Integrate ParameterHandling in ExpressionVisitor
12 years ago
Peter Forstmeier
9a974b5dc1
Extend grammer for Parameters,
...
add UnitTest#s for ParametersHandling
12 years ago