600 Commits (1c93eb4096d2b084dbfbb3e3bdf3dc85d849d61e)

Author SHA1 Message Date
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
Tomasz Tretkowski 21d7311b20 CppBinding initial release 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 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 df936415bb Enable MSBuild's change detection. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald 8e1bb69fbb Fixed compiling projects with project references. 16 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Daniel Grunwald b4f383ad8f New search results pad. 16 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 16 years ago
Daniel Grunwald 3c7a54507f New Search Results pad. 16 years ago
Daniel Grunwald 70ceca472d Project reference to AvalonDock. 16 years ago
Daniel Grunwald 6008cea9fb Reimplemented MSBuildEngine. 16 years ago
Daniel Grunwald c096d54094 MSBuildBasedProject based on Microsoft.Build.Construction 16 years ago
Daniel Grunwald 1cba8b527f Started rewrite of MSBuildBasedProject using MSBuild 4.0. 16 years ago
Daniel Grunwald 0ddeaa68a8 Remove ICSharpCode.SharpDevelop.BuildWorker. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 16 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 16 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 16 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 16 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 16 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 16 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Daniel Grunwald 376c978294 Cut/Copy/Paste: use WPF routed commands. 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 17 years ago
Daniel Grunwald 2c2ef65f89 Improved GetNextCaretPosition - placed word borders at line starts and ends. 17 years ago
Daniel Grunwald 7ec33b1bc5 Don't constantly create new threads to poll the clipboard. 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 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 f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Siegfried Pammer dbb13a444f I uploaded the wrong file (sorry), reverting the changes. 17 years ago
Siegfried Pammer 759d3705ee updated project file (deleted files) 17 years ago
Daniel Grunwald 994ffb1812 Fixed bug in CompileModifiedProjectsOnly that could cause projects to not recompile even if they were changed. 17 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 17 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 17 years ago
Daniel Grunwald c0a8b482e8 r7436@daniel-notebook (orig r3398): daniel | 2008-08-17 15:41:21 +0200 17 years ago
Daniel Grunwald 24507c638c Converted GoTo dialog to WPF, add LocalizeExtension to ICSharpCode.Core.Presentation. 17 years ago
Daniel Grunwald 61f9ddce50 Remove duplicated InputBox. 17 years ago
Daniel Grunwald 216cc81acd Add AvalonDock. 17 years ago