3826 Commits (fd03921b134c220b8b7d0802069e6aae60a51034)
 

Author SHA1 Message Date
Daniel Grunwald 4333bf1d26 Add missing documentation for WpfDesign.XamlDom. 17 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 17 years ago
Daniel Grunwald b8b9b2fd39 Disable VSTS code analysis inside SharpDevelop. 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Christian Hornung 6a23957e5f Fixed ResourceToolkit crash when resolving in certain VB code where the region of the ExpressionResult is not set. 17 years ago
Christian Hornung 7ca6d25437 Fixed unit tests. 17 years ago
Christian Hornung 1467245840 Fixed SD2-1374 (Property Pad hides "Design" category for Datasets) and SD2-1375 (DataSet's Modifiers property is reset after changing a control's property). This seems to be a problem with how SharpDevelop does not access a certain service of the WinForms designer regularly. See the comments in the source for more details. 17 years ago
Daniel Grunwald 5f0f752290 Implemented SD2-1410 - Add Existing Folder 17 years ago
Daniel Grunwald ef8ee6e782 Fixed SD2-1453: Crash in class diagram when clicking VB "MyProject" class 17 years ago
Daniel Grunwald 56bd533b84 Fixed SD2-1294: Reloading a file should load the file using a FileUtility.ObservedLoad method 17 years ago
Daniel Grunwald 08ccdbccfd Add outline view pad. 17 years ago
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 17 years ago
Daniel Grunwald 185ae7e2b0 Enable WPF designer only for Window and UserControl. 17 years ago
Daniel Grunwald a2c9321fef Add back GrayOutDesignerExceptActiveArea. 17 years ago
Daniel Grunwald eb63955007 Upgrade AvalonDock to 1.1.1648. 17 years ago
Daniel Grunwald 300d8a5e19 Implemented .xaml code completion. 17 years ago
Matt Ward 357c0fdfd9 Installer now checks that .NET 3.5 SP1 is installed. 17 years ago
Daniel Grunwald e1f3edd547 Fixed build. 17 years ago
Daniel Grunwald 20d4744aa4 Put a Hyperlink into the startpage ListView. 17 years ago
Daniel Grunwald 2110f0ca43 Add WPF startpage. 17 years ago
Daniel Grunwald 238cdb3b80 Run WixBinding tests as STA (fixes unit test failure). 17 years ago
Daniel Grunwald 30bc0ebe10 Fixed setup. 17 years ago
Daniel Grunwald 4e2f2496b1 Fixed build. 17 years ago
Daniel Grunwald 41a88a7912 Merge 3.0wpf into trunk. 17 years ago
Ivan Shumilin 1cf6a442ae Dispatcher.BeginInvoke(delegate, priority) -> Dispatcher.BeginInvoke(priority, delegate) 17 years ago
Daniel Grunwald 4daf6188ee Merge 3.0 to trunk. 17 years ago
Daniel Grunwald 4cf6263988 Fixed exception during shutdown that caused SharpDevelop to not save any settings. 17 years ago
Daniel Grunwald 67324fc433 Forgot to commit ICSharpCode.SharpDevelop.addin. 17 years ago
Daniel Grunwald 15336dd45f Add icons for pads; dispose view contents when closing them. 17 years ago
Daniel Grunwald 1dc0c12074 Fixed build. 17 years ago
Daniel Grunwald 690d353d37 Fixed forum-8290: Do not add "static" to constants when converting a VB module to a C# class. 17 years ago
Matt Ward 0474a93678 Added support for nunit-console-x86.exe so 32-bit unit tests can be run on a 64-bit system. 17 years ago
Daniel Grunwald b4909233cf Added unit test for VBNetToCSharpConvertVisitor.FullyQualifyModuleMemberReference. 17 years ago
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 17 years ago
Daniel Grunwald 7d4c78a8a9 When adding an assembly reference, check if the code-completion information needs to be refreshed. 17 years ago
Siegfried Pammer a785866cc9 Updated resources for watch pad 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 17 years ago
Christian Hornung 05ab24a760 Fixed SD2-798 - New items are not sorted in the project browser. 17 years ago
Daniel Grunwald 2bc455cdea Implemented shortcut-forwarding in DebuggerGridControl. 17 years ago
Daniel Grunwald b52503bd88 Improved menu updating. 17 years ago
David Srbecký a49fe97ea7 If parameter of a function is a value type unbox it. This does not always work, but it is a better guess. 17 years ago
Siegfried Pammer c3430df42a Updated translation files 17 years ago
Daniel Grunwald 7dae1c0c71 Mark changelog start for 4.0 17 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 17 years ago
Daniel Grunwald 79c8d01269 Upgrade to AvalonDock 1.1.1631. 17 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 17 years ago
David Srbecký 0e7d5082dd Fixed a bug caused by extending the search scope to supertypes 17 years ago
David Srbecký 8436503701 Started implementation of evaluation of InvocationExpression 17 years ago
Christian Hornung 996abff0a4 Fixed the project browser view state not being restored when a solution is opened by double-clicking it in Explorer or by passing its file name on the command line. 17 years ago
Christian Hornung c8de34803e Implemented SD2-1293 - Creating a DependentUpon file in the Project Browser: 17 years ago