11779 Commits (79f974b04985eae19db15854f30d6bcce0dbe261)
 

Author SHA1 Message Date
Matt Ward 7a742d922f Add C# Razor completion for model. 13 years ago
PeterForstmeier 139d2f96b4 Cpp Binding, cleanup ApplicationOptions 13 years ago
PeterForstmeier f26538978d Cleanup C# BuildOptions, remove BaseAdressValidator 13 years ago
Daniel Grunwald 740d893085 More UnitTesting.Tests. 13 years ago
Daniel Grunwald 13e1843f47 Add more UnitTesting.Tests, and fixed handling of inherited tests that are hidden (not overridden) 13 years ago
Matt Ward e5836be58e Add C# Razor completion for MVC helper methods. 13 years ago
Matt Ward ebbc850754 Add basic C# Razor completion for WebViewPage members. 13 years ago
Daniel Grunwald b762264ac1 Add unit tests for IsTestClass and IsTestMethod; and fixed a bug where IsTestClass would incorrectly return false for static classes. 13 years ago
PeterForstmeier 064445410e C# BuildOptions 13 years ago
PeterForstmeier efc78ce461 Standard option dialogs 13 years ago
PeterForstmeier 9119ef39e4 Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms 13 years ago
PeterForstmeier 3fc84ac83f AnalysisProjectOptionsPanelXaml.xaml.cs 13 years ago
Matt Ward 98ada4ef52 Fix null reference exception when running project. 13 years ago
Daniel Grunwald ce3de78aba Introduce SDTestFixtureBase to initialize/tear down the static service container. 13 years ago
Matt Ward 4aef0a2189 Add simple dot completion for C# Razor files. 13 years ago
Matt Ward 06f2886d1f Fix AspNet.Mvc tests being run with NUnit 64-bit and failing. 13 years ago
Daniel Grunwald 20d3ad7815 More UnitTesting.Tests; and fixed a bug in the AssemblyParserService. 13 years ago
Daniel Grunwald 8d5c533f4a Adjust SharpDevelop to NRefactory API changes. 13 years ago
Daniel Grunwald 2dbebf213d Merge NRefactory 5.2.0-361-g875ee8d into SharpDevelop newNR branch. 13 years ago
Daniel Grunwald 875ee8d079 Add test: implicit long constant expression conversion to short 13 years ago
Daniel Grunwald 42f5055b47 Fix potential NullReferenceException in GetAccessibleMembers() if GetDefinition() returns null 13 years ago
Daniel Grunwald 12ceead5a6 Re-enabling the first few UnitTesting.Tests. 13 years ago
Daniel Grunwald 332ad8f7a6 Add ClipboardWrapper. 13 years ago
Daniel Grunwald 64254d99a6 Move IMenuItemBuilder into ICSharpCode.Core. 13 years ago
Daniel Grunwald fcb7e48993 Move some addin tree paths. 13 years ago
Daniel Grunwald c53ba4b343 Simplify "Browse for Folder/File" buttons and simplified ApplicationSettings. 13 years ago
Daniel Grunwald 09cbdfcf7a Add missing manifest to MachineSpecifications and HelpViewer addins. 13 years ago
Daniel Grunwald 11971a35af Allow values larger than 100 for ColumnRulerPosition. 13 years ago
Daniel Grunwald 3e5aebd1ac Fix navigate backward/forward buttons sometimes not updating their enabled state. 13 years ago
Mike Krüger eb2d78e29a Used new GetAccessibleMembers method in code completion. 13 years ago
Daniel Grunwald 6b977c69a7 Add MemberLookup.GetAccessibleMembers(). 13 years ago
Daniel Grunwald 47aa23e828 Add unit tests that check that a class hiding a field depends on the generics. 13 years ago
Mike Krüger 1ed352ca30 [Completion] Added a case to prevent recursive constructor calls: 13 years ago
Mike Krüger 979151a7c2 Added indexer parameter name test. 13 years ago
Daniel Grunwald f558b300e7 Revert "[AST] Handled protected and/or internal on AST level." 13 years ago
Daniel Grunwald 89ef0aef0e Add type system accessibility tests. 13 years ago
Daniel Grunwald 359bb7b848 GetClassTypeReference: remove redundant code 13 years ago
Mike Krüger ab6f86fa9c [TypeSystem] GetClassTypeReference: Fixed CurrentAssembly == null 13 years ago
Mike Krüger b5ad2882ca [AST] Handled protected and/or internal on AST level. 13 years ago
Daniel Grunwald d578bae772 Add 'inheritdoc' to XmlDoc completion. 13 years ago
Daniel Grunwald 56d93e11d8 Fix bug in C# find references. 13 years ago
Daniel Grunwald 9adf535ecd Remove unused SD.Editor.CodeCompletion classes and move the remaining ones to new folder structure. 13 years ago
Mike Krüger fc72147b88 [Refactoring] Script now corrects the formatting of inserted & 13 years ago
Daniel Grunwald e2c38c531e Move some types to the new folder structure. 13 years ago
Mike Krüger 07c8929aa2 [Ast] GetTypes now includes inner delegates as well. 13 years ago
Daniel Grunwald bf62230dc1 Rename 'ExtensionMethods' to 'TypeSystemExtensions'. 13 years ago
Daniel Grunwald 1f43c620d2 Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms. 13 years ago
Mike Krüger 922b9d7e1d Merge branch 'master' of github.com:icsharpcode/NRefactory 13 years ago
mkrueger 1f78013258 [Ast] GetTypes now includes delegate declarations as well. 13 years ago
mkrueger bb8df03211 [CodeIssue] Fixed bug in redundant type cast issue. 13 years ago