10722 Commits (05904c840741d07f30e12617730aa0b4f8c48b49)
 

Author SHA1 Message Date
Mike Krüger 8090455130 [Parser] Added conditional symbols to the compilation unit. 14 years ago
Mike Krüger 5f60958a7e [TypeSystem] Cecil loader can now take the loaded assembly location. 14 years ago
Mike Krüger 14addf402d [TypeSystem] Added SetLocation to IProjectContent. 14 years ago
Mike Krüger be9a3eda3f [Completion] Fixed get extension method call in parameter completion. 14 years ago
Mike Krüger c032382855 [TypeSystem] Added location property to IAssembly. 14 years ago
Mike Krüger 1146033e64 Fixed get extension method call. 14 years ago
Daniel Grunwald 58d7ac0ee6 Improved ToString() for methods. 14 years ago
Daniel Grunwald 5592e889ab Fixed bug when passing an extension method as a method group to a generic function. 14 years ago
Daniel Grunwald cc35fcc606 Revert f01a4b2 and 58c4ec8. 14 years ago
PeterForstmeier bebce53958 re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder 14 years ago
Daniel Grunwald b0367b735a TextRunProperties: Add setter for TypographyProperties and NumberSubstitution. 14 years ago
Mike Krüger 0a7fdcd833 [CodeCompletion] No longer show static enum members on enum types 14 years ago
Mike Krüger 58c4ec8010 [Resolver] Fixed type inference use case. 14 years ago
Mike Krüger c7de3dabcb [CodeAction] Fixed getter/setters of the implemented 14 years ago
Mike Krüger 4f70f16149 [CodeActions] Implemented abstract members action/Improved implement 14 years ago
PeterForstmeier dcd40d0443 Remove AnalysisProjectOptions from Optionpanels , rename to old_AnalysisProjectOptions 14 years ago
PeterForstmeier e4a0c08d90 AnalysisProjectOptionsPanel 14 years ago
Mike Krüger 1863ed6f16 [CodeAction] Implement interface now tends to implement the more 14 years ago
Mike Krüger 286091be90 [CodeActions] Finished first implement interface implementation. 14 years ago
Mike Krüger a4344c8737 Checked for possible null refrence exception. 14 years ago
Mike Krüger 461d5dabd0 [Completion] Fixed completion bug. 14 years ago
Mike Krüger d4209d09dd [CodeAction] Fixed extract method unit test. 14 years ago
Mike Krüger 4a5d1e851b [CodeAction] Fixed most extract method tests. 14 years ago
PeterForstmeier b0dd16be57 Remove unused PropertyChangedEvents 14 years ago
Matt Ward f02f880254 Fix strongly typed ASPX views not working with default MVC project templates. 14 years ago
Mike Krüger 2c98a2c8f2 [Completion] Filter out System.Void type 14 years ago
Erik Källén 3963b40a4e Fix 14 years ago
Erik Källén 0bc0d09007 Failing test. 14 years ago
Mike Krüger cf69275dd3 [Completion] Fix enum method list. 14 years ago
Mike Krüger f01a4b2c8d [Resolver] Interfere extension method type arguments from the target 14 years ago
Mike Krüger 62283e2640 [TypeSystem] Made error message more verbose. 14 years ago
Mike Krüger 68aa35aed5 [Ast] Added MemberNameToken property for pointer reference 14 years ago
PeterForstmeier e009596f6e Set MixedMode by adding Tuple to RuleState 14 years ago
PeterForstmeier 0efffa09d5 Active SectionRendering in Samples 14 years ago
PeterForstmeier 49e09b7f5c Icon in DataTemplate 14 years ago
Daniel Grunwald e62a04692b Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum) 14 years ago
Daniel Grunwald 459a2ef9f5 Fixed bug resolving indexer parameter declarations (was introduced with #66 [9476183]). 14 years ago
Daniel Grunwald 807e9c5fce Allow multiple occurrences of UnknownError. 14 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 14 years ago
Daniel Grunwald 5f6f27434b Merge pull request #70 from erik-kallen/DynamicResolveResults 14 years ago
Daniel Grunwald a7816c2f51 Fixed handling of user-defined conversions between primitive types. 14 years ago
PeterForstmeier c0365b6e7a DataTemplateSelector in Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml 14 years ago
Siegfried Pammer 76b4fe6179 fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over” 14 years ago
Siegfried Pammer 28047a4407 fix SD-1910 - IME support crashes when caret is in virtual space 14 years ago
Mike Krüger 8a80ae0375 [Completion] Added pointer reference completion. 14 years ago
Mike Krüger 2de50218e7 Fixed failing unit test. 14 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 14 years ago
Siegfried Pammer 58bcbca3a7 improve error message if accessing the performance counters fails 14 years ago
Siegfried Pammer 11139068ad fix profiler startup exception if performance counters are broken 14 years ago
Daniel Grunwald 4b7ce7936e Remove NR4 files from NR5 (left over from master->newNR merge) 14 years ago