448 Commits (e1ce528d586ac1cd256d4cad99f314e36075e6e9)

Author SHA1 Message Date
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
Daniel Grunwald 641d1994a1 Add ToolBar. 17 years ago
Daniel Grunwald 9fba54d385 WPF main menu 17 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 17 years ago
Justin Dearing 26e5311b8a Improved support for readonly projects and solutions. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Daniel Grunwald c49f7e8045 Add option to build only projects that were modified inside SharpDevelop to improve compilation time. 17 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 17 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 17 years ago
Justin Dearing 4591960580 Some refactoring of the projecthandling coded. Documented some methods and cleaned up code. Also DirectoryNodeFactory got its own file. 17 years ago
Daniel Grunwald 6139a17a8b Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats. 17 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 17 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 17 years ago
Daniel Grunwald adf614394b Fixed XML documentation warnings. 17 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 17 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 17 years ago
Daniel Grunwald 6cb022610d Use MSBuild to determine the correct default value of "Copy Local". 17 years ago
Daniel Grunwald 985ca71e1b Add SimpleWorkbenchLayout (a very simple layout which is not using the docking library, all pads are fixed on the left side) 18 years ago
Siegfried Pammer 9e02985b62 Implemented SD2-1404. 18 years ago
David Alpert de1ed7c4f4 Added basic support for Extract Interface refactoring in C#; not yet tested in VB.NET: 18 years ago
Daniel Grunwald b48ee36f99 Fixed SD2-1381: Missing String Resources 18 years ago
Daniel Grunwald ebe69d2387 Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 18 years ago
Daniel Grunwald e52deb9249 Support embedding the .manifest in the .exe. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald 0333757269 Fixed build. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 18 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald 5d5bdc2cdb Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks). 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 18 years ago
Daniel Grunwald 92cc697e74 The tools pad can now host any control as tool box, depending on the current view content. Every view content now has its own SideBar as toolbox, so AddIns don't have to manage merging toolbox sections anymore. 18 years ago