2611 Commits (b355b23dba3f3e60d6da01c33e79b8d208aff5af)
 

Author SHA1 Message Date
Daniel Grunwald a58c7e1f86 More C# code completion fixes. 18 years ago
Daniel Grunwald 76636e154f C# expression finder: Fix "if (a > b) {}". 18 years ago
Daniel Grunwald ac9f4a917b Fixed C# expression finder bug for statements like "if (a < b) {}" 18 years ago
Daniel Grunwald 5602eff9e7 NRefactory output visitors: allow inserting specials between attributes and the attributed node. 18 years ago
Daniel Grunwald 456847adde Fixed SD2-1365: FxCop can't start if project's name contains spaces 18 years ago
Daniel Grunwald a65659b0d3 Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code. 18 years ago
Daniel Grunwald 326db119e1 Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers. 18 years ago
Daniel Grunwald c8f31d4b3a Lookup XmlDoc for XNA references. 18 years ago
Daniel Grunwald d45e39c051 TextEditorOptions: enlarge two check boxes where the last word was cut off 18 years ago
Daniel Grunwald 9947820325 Increment version number to 2.2.1. 18 years ago
Daniel Grunwald 60fe87ccd7 Fixed start page "Team" / "Help wanted" links (they were pointing to the old wiki) 18 years ago
Daniel Grunwald 313121fcc9 Fixed VB Direct3D project template. 18 years ago
Christian Hornung 791a591134 Fixed forum-17806: Exception on showing resource tooltip when the resource name is equal to the project root namespace. 18 years ago
Daniel Grunwald 9bad98d6e4 Merged SD 2.2 revision 2560:2603 to trunk. 18 years ago
Daniel Grunwald 4b8d80a68b Fixed SD2-1363: Exception is thrown using incorrect VB syntax. 18 years ago
Daniel Grunwald e710827635 Fixed project creation bug: By default, "Optimize" was not set to true for release builds. 18 years ago
Daniel Grunwald e49d2b4493 TextEditor: Fixed UpdateToEnd when there are folded regions. 18 years ago
Daniel Grunwald e8a0736262 TextAreaMouseHandler: This patch by Troy Simpson fixes an issue with selecting text via double-click, then following-up with a gutter selection. 18 years ago
Daniel Grunwald 4775ade1e9 Change UpgradeCode - otherwise it is not possible to install SharpDevelop 2.2 when SharpDevelop 3.0 is already installed. 18 years ago
Daniel Grunwald 5b6a66edab Applied text editor selection patch by Troy Simpson. 18 years ago
Daniel Grunwald c09f7049f4 Fixed forum-17570: text editor saves an additional empty when saving a file. 18 years ago
Daniel Grunwald 0acdde0b37 Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick. 18 years ago
Daniel Grunwald a16fc826ce EventHandlerCompletitionDataProvider: build event name correctly ("button1.Click"=>"button1_Click"), fixed support for generic delegates (EventHandler<T>) 18 years ago
Christoph Wille dd5d5aa5cd 2.2 updates for \doc folder 18 years ago
Christoph Wille 8fa6d50a29 Update a few SDR resources 18 years ago
David Alpert c162cb1a09 c# event completion better handles generic eventhandlers (EventHandler<TEventArgs>) with a workaround to resolve TEventArgs into a more explicit reference (eg. MouseEventArgs) 18 years ago
David Alpert b1e92b9535 improved C# event handler code completion; delegate completion now suggests a method name and optionally inserts the stub. 18 years ago
Daniel Grunwald c96e754075 Implemented AttributeReturnType, now the unit test AddIn should work again. 18 years ago
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