1746 Commits (f7aa5f0520a7959a391891d8d5883668448e6853)

Author SHA1 Message Date
Daniel Grunwald 671d51a6e8 Fixed method insight for constructors. 18 years ago
Daniel Grunwald 3c3ac7e95a CSharpExpressionFinder: better support for field initializers 18 years ago
Daniel Grunwald 6d9000dc5e Fixed code completion bug: calls from nested classes to static methods in the parent class now are resolved correctly. 18 years ago
Daniel Grunwald a58c7e1f86 More C# code completion fixes. 18 years ago
Daniel Grunwald 60fe87ccd7 Fixed start page "Team" / "Help wanted" links (they were pointing to the old wiki) 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 a16fc826ce EventHandlerCompletitionDataProvider: build event name correctly ("button1.Click"=>"button1_Click"), fixed support for generic delegates (EventHandler<T>) 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
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
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
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 dd9be602c8 XamlBinding. 18 years ago
Daniel Grunwald 701223a3dc Support "Find references" and "Rename" in .xaml files. 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
Matt Ward a1d5fdfec4 Updated to NUnit 2.4.1 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 Srbecký c043db09e8 Debbugger.AddIn is now available under the BSD license 18 years ago
Daniel Grunwald 7a158a9340 Fixed forum-17249: NullReferenceException in MergeFormChanges if the form contains a VB field without datatype. 18 years ago
Daniel Grunwald a8993567c1 "Code Completion when a character is typed" can now be turned off in the options. 18 years ago
Christian Hornung e4b33eeac4 Fixed forms designer to load successfully if registry access is denied in TypeResolutionService.RegisterVSDesignerWorkaround. 18 years ago
Christian Hornung fa9ae124db More fixes to the forms designer view to prevent meaningless NullReferenceExceptions when the DesignSurface cannot be created because of an early exception in LoadDesigner. 18 years ago
Christian Hornung aba3c746f3 Fixed NullReferenceException in the exception handling code for the forms designer initialization when an exception is thrown before the DesignSurface is created. 18 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 18 years ago
Daniel Grunwald 06388697e0 Update language resources. 19 years ago
Daniel Grunwald b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 19 years ago
Daniel Grunwald 2c68fb0e71 Fixed code-completion bugs. 19 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 19 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 19 years ago
Christian Hornung b07724e602 ResourceToolkit: Fixed NullReferenceException when a ResourceManager access is resolved and the source code contains an assignment to a variable which does not have a return type. 19 years ago
Justin Dearing d23f1a3a73 Copied embedded wxs files in WixProject.xpt into separate files. I will add these to the setup project and commit a much smaller WixProject.xpt that includes these files. I will also commit other setup templates that include these files. 19 years ago
Christian Hornung 444f6b6341 Fixed the mouse cursor staying hidden after typing when the text area loses focus without the mouse being moved (e.g. when the user types some code and then opens a modal dialog box by using keyboard shortcuts only). 19 years ago
Daniel Grunwald c8744453ae Fixed unit tests. 19 years ago
Daniel Grunwald 7962a07e6b Show "value" in Ctrl+Space completion list inside property setters. 19 years ago