347 Commits (e2fbe21758211ab20e578c6ae019687cc93fe913)

Author SHA1 Message Date
Daniel Grunwald 6db02df273 ICSharpCode.SharpDevelop.BuildWorker: Fixed excessive CPU usage during build worker shutdown. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Daniel Grunwald 56339d8148 Fixed forum-9381: GetClass could return class with incorrect type parameter count. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 0f98095978 AvalonDockLayout: Fixed exception 'Unable to deserialize a docking layout while DockingManager control is unloaded'. 17 years ago
Daniel Grunwald 2f86318fd8 Improved performance of UpdateAssemblyInfo. 17 years ago
Daniel Grunwald 970d46507d Added some comments. 17 years ago
Siegfried Pammer 422a3263f7 Removed CreateEventHandler from RefactoringProvider 17 years ago
Siegfried Pammer 8c27d50744 added tests in XamlBinding 17 years ago
Daniel Grunwald 2c2ef65f89 Improved GetNextCaretPosition - placed word borders at line starts and ends. 17 years ago
Daniel Grunwald 7674e2dc2f Prevent potential stack overflow in ElementReturnType.BaseType. 17 years ago
Daniel Grunwald 77d34dd41d Fixed bug introduced in last commit (fixes unit tests). 17 years ago
Daniel Grunwald d665141232 Fixed SD2-1530: protected inner classes are not visible 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 9fc26985b2 Added CreateStartInfo method to AbstractProject. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald ca7e25fe5b Fixed SD2-1524: Reference to a method hiding a base class event resolved incorrectly. 17 years ago
Daniel Grunwald 2d0d749425 Fixed SD2-1528: Stack overflow in code completion when using FluentValidation 17 years ago
Daniel Grunwald e397b87c6b Fixed bug in "Find references": MemberLookupHelper.IsSimilarMember could return true when comparing a field with a local variable. 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald f0c3caffd7 Fixed forum-8965: "+=" code completion for events did not work if delegate was declared in source code. 17 years ago
Daniel Grunwald ea4b5473c3 Fixed SD2-1517: Changes made in project options not being saved on configuration change. 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald 195a4cac61 Fixed code completion on nullables. 17 years ago
Daniel Grunwald d8ff8210c5 Remove abstract/sealed modifiers from interface when extracting an interface from a class. 17 years ago
Daniel Grunwald 1b7cd19159 Minor changes to BuildWorker. 17 years ago
Daniel Grunwald aef5688593 Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Daniel Grunwald 1a0d6c4cdd Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Daniel Grunwald a8dd913eb1 Fixed build. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Siegfried Pammer c2d6a0cb80 fixed Bugs in ExtractInterface 17 years ago
Daniel Grunwald c15374a67c On quad core machines, use 4 build workers by default. 17 years ago
Siegfried Pammer a5c660c325 fixed SD2-1486 - Extract Interface fails with overloaded methods 17 years ago
Daniel Grunwald 1012755da5 Fixed SD2-783: GDI Handle leak 17 years ago
Daniel Grunwald b4030339d7 Added BoundTypeParameter to Dom to represent the inferred types of a generic method invocation. 17 years ago
Daniel Grunwald c4cca90012 Fixed SD2-1487: protected static members not visible in code completion of derived class 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald aaa165322a Fixed lookup of namespaces in default imports. 17 years ago
Daniel Grunwald ea3c694316 Fixed build. 17 years ago
Daniel Grunwald a9eb814ba3 VB: Fixed bug in global name lookup when the using scope of the compilation unit is inside a namespace 17 years ago
Daniel Grunwald de2a2b359e Suggest only namespaces after 'using'. 17 years ago
Daniel Grunwald a79df36253 Fixed NullReferenceException in MethodInsightDataProvider. 17 years ago
Daniel Grunwald e9371ce7bc Make use of using scopes for resolving type and namespace names. 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Daniel Grunwald ce64b86579 Fixed type inference for methods with expression tree parameters. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 26f3ddb298 Don't load assemblies by partial name. 17 years ago