2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 18 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 18 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 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 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 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 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 8f3ca00a17 Adding WiX project templates for the WiX UI library: Mondo, InstallDir, FeatureTree and Minimal. 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
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
Daniel Grunwald a8993567c1 "Code Completion when a character is typed" can now be turned off in the options. 18 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 18 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
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
Daniel Grunwald 7962a07e6b Show "value" in Ctrl+Space completion list inside property setters. 19 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 19 years ago
Christian Hornung 97081e42c5 Enabled design-time localization in the Boo forms designer. 19 years ago
Daniel Grunwald 23b0145001 Fixed conversion of getter/setter visibility. 19 years ago
Daniel Grunwald 51e8e3aade Fixed forum-16159: dots in folder names stripped from namespaces. 19 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Daniel Grunwald e98edfac8c Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter 19 years ago
Daniel Grunwald 08c138311d Fixed editing of raw MSBuild properties in project options (where the user can use $(..) in the text box). 19 years ago
Justin Dearing 64cad7396f Setup projects now have an UpgradeCode assigned to them. This is a GUID that remains consistent throughout all incarnations of the MSI package. You cannot upgrade an installed MSI without an upgrade code. 19 years ago
Daniel Grunwald ff3c0cbdfa Forum-13925: allow turning off the parameter list in ambience. 19 years ago
Daniel Grunwald 3cf1fe8410 Fixed forum-15241-2. : Pressing Ctrl-Space in Boo Interpreter Debuggee causes exception. 19 years ago
Daniel Grunwald 33ea15dfff Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime). 19 years ago
Daniel Grunwald 20cbe02631 Fixed SD2-1276: Duplicated code when converting single VB.NET If-Then line into multiple lines 19 years ago
Daniel Grunwald 50bf57497f Fixed build. 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