665 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Siegfried Pammer d111238f33 - added CSharpBackgroundCompiler 16 years ago
Daniel Grunwald cd0fbe430d Fixed SD2-1642: NotImplementedException when converting project from C# to VB 16 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 16 years ago
Daniel Grunwald 1b10fc0c20 Implemented UpgradeView. 16 years ago
Daniel Grunwald 881a67359f Ported Edit>Insert menu to ITextEditor. 16 years ago
Daniel Grunwald 98fe76ebe4 Fixed forum-10067: incorrect indentation for nested if-statements without braces. 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 16 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 16 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 16 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 16 years ago
Daniel Grunwald c096d54094 MSBuildBasedProject based on Microsoft.Build.Construction 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 16 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald bc400c5dd9 IMementoCapable support is back. 17 years ago
Daniel Grunwald fd9e16c394 AvalonEdit code completion 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 17 years ago
Daniel Grunwald 9989443564 ITextEditor interface: caret line/column now starts counting at 1. 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Daniel Grunwald 7b19ef76a3 Fixed SD2-1490: Removing reference throws exception after change of target framework 17 years ago
Daniel Grunwald 21cc29b04e Fixed forum-8540: code completion window opens and closes immediately when overwriting an identifier. 17 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 17 years ago