2733 Commits (9736ca6d4f9da2a025a84fb57b7f23497e139433)
 

Author SHA1 Message Date
Daniel Grunwald ce982a53c2 Try to work around MSBuild bug that causes the build to fail on the build server. 18 years ago
Daniel Grunwald e2ff87117b Fixed build. 18 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 18 years ago
Christoph Wille bcea7fa742 Updated to current build of SDR; PdfSharp 1.0 is now part of SDR 18 years ago
Matt Ward aba0dd0328 WiX NetFx library (netfx.wixlib) now installed with the correct file name. 18 years ago
Daniel Grunwald 89896ab09c Include XamlBinding and WPFDesigner in setup. 18 years ago
Daniel Grunwald 4b0b2e2690 Hide TreatIncludeAsLiteral from project browser, make the default value "true" (otherwise files named "a%def.cs" are added incorrectly to the project). 18 years ago
Matt Ward 9e671a683a Fixed SD2-1345. A warning message is now shown in the project options if an attempt is made to save a WiX compiler extension that is missing an assembly name. 18 years ago
Matt Ward 82c8dd1a3f Fixed SD2-1359. Incorrect test fixture tested if the base class has unit test methods when running an individual test from the Unit Test tree. 18 years ago
Matt Ward 7f09e9efd2 Added WiX UI project templates to the installer. 18 years ago
Daniel Grunwald 560b0ea00e Fixed WpfDesign unit tests. 18 years ago
Daniel Grunwald 43061cd1d8 Add image loading and custom control support to WpfDesign. 18 years ago
Daniel Grunwald 77efe1ecc1 Add Undo/Redo support to integrated WPF designer. 18 years ago
Matt Ward 8f3ca00a17 Adding WiX project templates for the WiX UI library: Mondo, InstallDir, FeatureTree and Minimal. 18 years ago
Matt Ward f66a2533c0 An MSBuild project item's include can now be treated as a literal. Project templates can now choose whether a project item's include value is escaped. 18 years ago
Daniel Grunwald cb3a1f2069 Support ToolBox and PropertyGrid in WPF designer. 18 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 18 years ago
Matt Ward 1e3e02a082 Added unit tests for XmlParser getting attribute names with prefixes. Added GetQualifiedAttributeName and GetQualifiedAttributeNameAtIndex methods which return a QualifiedName for an attribute that includes its prefix if any. 18 years ago
Daniel Grunwald 988c450347 Revert text editor selection code to that currently used by SD 2.1 - keyboard selection was broken by an old version of Troy Simpson's patch. 18 years ago
Daniel Grunwald dd9be602c8 XamlBinding. 18 years ago
Daniel Grunwald 701223a3dc Support "Find references" and "Rename" in .xaml files. 18 years ago
Daniel Grunwald e0f2d941e8 Update string resources. 18 years ago
Daniel Grunwald 8e8438876e Worked on Xaml language binding. 18 years ago
Daniel Grunwald ac2e558736 Fixed broken build. 18 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 18 years ago
Daniel Grunwald 89bba2c88c Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent. 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
Daniel Grunwald 7818a9f61a Merged SD 2.1/2.2 revision 2532:2560 to trunk. 18 years ago
Daniel Grunwald 839bf506c9 Add BSD header to SharpDevelop samples. 18 years ago
Daniel Grunwald 6331df6b0c Fixed forum-17502: exception in C# and VB lexer when a hexadecimal literal is larger than ulong.MaxValue. 18 years ago
Daniel Grunwald 12d559c90f Fixed forum-16247: Add Web Reference dialog missing URL on 120 DPI 18 years ago
Matt Ward eb7c9a8f91 Updated to WiX 2.0.5325 18 years ago
Matt Ward 69e1ad3b64 Added addin writing help url and app.config template to installer. Installer now installs into Program Files\SharpDevelop\2.2 18 years ago
Matt Ward a1d5fdfec4 Updated to NUnit 2.4.1 18 years ago
David Alpert ec0a6d97ce fixed the unit test that was breaking the build. 18 years ago
Justin Dearing 58aba4a28a Fixed projects now call Console.ReadKey(true). 18 years ago
Justin Dearing 5b6ce24ff6 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2552 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 18 years ago
Justin Dearing 29102893e2 Workaround to fix file casing 18 years ago
David Alpert 72ff842625 NavigationService now suspends logging while a solution is being loaded and resumes when ParserService.LoadSolutionProjectsThreadEnded fires. It also suspends logging while the workbench is starting up. 18 years ago
David Alpert a5fa3fb1cd Updated the NavigationService to reflect Daniel's ongoing work on SD-1234 in revisions 2313 and 2365; When jumping to a file position, the transitory (0x0) position is no longer marked; 18 years ago
David Srbecký c043db09e8 Debbugger.AddIn is now available under the BSD license 18 years ago
Christoph Wille 99c5c22496 Desktop icon show v2.2, same for start menu group 18 years ago
Daniel Grunwald e624307810 SharpDevelop Setup: fixed check for newer versions (test for >2.2.x instead of >2.1.x) 18 years ago
Christoph Wille 21de626fe8 Update SDR to SDR 2.2.0.192 for pre-release testing (this version of SDR uses a new file format) 18 years ago
Christoph Wille 2fb2d92e5c Setup versioned 2.2, upgrading 2.1 18 years ago
Daniel Grunwald f3787b6fc0 Fixed import of VS2003 projects that were saved with system encoding. 18 years ago
Daniel Grunwald a627f020d5 Disable IME on 64-bit Windows. 18 years ago
Daniel Grunwald f9ade6122e Fixed forum-17295: NullReferenceException when right clicking on "MyApplication" module that has one part in user code and one part in compiler generated code. 18 years ago
Daniel Grunwald 797979974d Syntax highlighting: Allow keyword groups without keywords to fix SD2-1354: Saving an empty keyword list using the highlighting editor causes the highlighting file to become invalid 18 years ago
Daniel Grunwald e11e1322bc Fixed forum-17250: Refactor->Rename does not work on local variables, method parameters and constructor calls. 18 years ago