409 Commits (a0801f53f9b8f5337e4c4f270dfe6185741f74e4)

Author SHA1 Message Date
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 19 years ago
Daniel Grunwald 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 19 years ago
Daniel Grunwald e52deb9249 Support embedding the .manifest in the .exe. 19 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 19 years ago
Daniel Grunwald 0333757269 Fixed build. 19 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 19 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 19 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 19 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). 19 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 19 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 19 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. 19 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 19 years ago
Daniel Grunwald 467dcdd3a4 Worked on SD2-1234 - added support for view contents that are not editing a file (e.g. project options). 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Daniel Grunwald 5e9379e6a1 Refresh assembly project contents when adding a reference. 19 years ago
Matt Ward f8983fac80 Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location. 19 years ago
Daniel Grunwald 2be71f98f3 Implemented SD2-1212: Solution configuration editor 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald 1cb82b76a8 Update assembly base addresses to prevent relocation. 19 years ago
Daniel Grunwald ecf6c52e82 On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name. 19 years ago
Daniel Grunwald a40a3cee90 Show "Please wait..."-dialog during actions that might block the main thread for a long time (search, find references, etc.) 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 120583a73f Fixed bugs that prevented creating new VB projects. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 20 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 20 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 20 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 20 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 20 years ago
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 20 years ago
Markus Palme 1dc51241d5 cleanup 20 years ago
Daniel Grunwald 2af45ce811 Load list of available fonts on separate thread - speeds up opening the text editor options panel. 20 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Daniel Grunwald c2cc6b6453 Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file 20 years ago
Daniel Grunwald c9e2f44b1e Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project 20 years ago
Matt Ward a7a23e1400 Added a custom ColorDialog that remembers any user defined custom colors. 20 years ago
Daniel Grunwald a1b74dfb38 Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70). 20 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 20 years ago
Matt Ward 5de660a1f5 Added incremental search. 20 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald d154f02884 Fixed SD2-1020: Nameing project folders with ';' makes the solution unable to run. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 20 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 20 years ago
Daniel Grunwald b00f016ce6 Applied "Providing text editor tooltips using the AddInTree" patch by Christian Hornung. 20 years ago