74 Commits (568f8b2d5884a47606c7fa2bf81c3aba4cea33fa)

Author SHA1 Message Date
Daniel Grunwald 568f8b2d58 Adjustments to AvalonEdit unit tests. 14 years ago
Matt Ward 256b569d03 Fix SD-1841 - SolutionDir MSBuild property not defined when running project. 14 years ago
Matt Ward 00adbade6b Generate service reference map file (Reference.svcmap) when adding service references. 14 years ago
Matt Ward 8a968a390e Move code to determine service reference folder into separate ServiceReferenceFileName class. 14 years ago
Matt Ward f06449a0fd Generate WCF proxy file from Add Service Reference dialog. 14 years ago
Matt Ward e64557d10a Move navigation service tests to ICSharpCode.SharpDevelop.Tests namespace. 14 years ago
Matt Ward 12f11b356b Move Rhino.Mocks to common libraries folder. 14 years ago
Matt Ward adb253e5cc Move check for web reference folder out of DirectoryNode. 14 years ago
Matt Ward ce4caf8a33 Show WCF service references in Projects window with different icons. 14 years ago
Daniel Grunwald 4f31c4098e Fix unit tests - GetProjectContentForReference requires a full path for all assemblies since the special cases were removed. 14 years ago
Siegfried Pammer 1cf7ecb3f1 moved Ambience to NRefactory 14 years ago
Siegfried Pammer c1a89d234e remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests 14 years ago
Siegfried Pammer fa38d8060a fix unit tests 14 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 14 years ago
Siegfried Pammer a48016d276 add support for ProjectExtensions in IProject API 14 years ago
mrward 569cce4d8e Fix SD-1693 - Double clicking on line in debug output causes ArgumentException. 15 years ago
Daniel Grunwald bd3dc66e86 Add unit test for ReadOnlyDocument. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Siegfried Pammer 01daa6db99 - removed BlockEnd/BlockEnd from CompilationUnit 15 years ago
Siegfried Pammer dfbcf6faf4 - updated visitors 15 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 15 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 15 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 15 years ago
Matt Ward 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 16 years ago
Daniel Grunwald 6ca2404d09 Adjust unit tests. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Matt Ward 662e1cf614 Added patch by Alex Prudkiy to fix sorting items in the combo box above the properties. 17 years ago
Daniel Grunwald 0a42c419c3 Add unit test that checks that SharpDevelop.exe, BuildWorker.exe and booc.exe all use the same value for the 32-bit-flag. 17 years ago
Matt Ward bb010887f8 Fixed SD2-1340 - Can specify invalid namespace in Add Web Reference dialog. 17 years ago
Daniel Grunwald 4e2f2496b1 Fixed build. 17 years ago
Matt Ward 4eff8040fd ${ProjectDir} string now returns the active project's directory and not its filename. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald a65659b0d3 Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code. 18 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Matt Ward 61ab46c6ff Fixed SD2-1312 - DivideByZeroException when searching an empty file. The ForwardTextIterator's MoveAhead method no longer tries to move forward when the text buffer is empty. 19 years ago
Matt Ward 4a6209467f SD2-857. Fixed an edge case where the search would incorrectly find no match when the cursor was located after the very last character in the text. 19 years ago
Matt Ward a588fc4a17 Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 0859a04a52 Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder. 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Daniel Grunwald fac93af8f1 Copy Mono.Cecil.dll to unit test folder. 19 years ago
Matt Ward a7a23e1400 Added a custom ColorDialog that remembers any user defined custom colors. 19 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 19 years ago