14334 Commits (d690ae52800666d10d088540777c328be199d15c)
 

Author SHA1 Message Date
tbulle d690ae5280 Revert "Merge remote-tracking branch 'remotes/origin/master' into WpfDesignerPartialPanelSelectionHandler" 11 years ago
tbulle 352d2dcaca Merge remote-tracking branch 'remotes/origin/master' into WpfDesignerPartialPanelSelectionHandler 11 years ago
tbulle aa59343fa8 changed implementation of PanelSelectionHandler so that custom panelselectionhandlers can inherit that class if they are built in the same project. Also added a Partial Selectionhandler that selects objects that are partially selected if both mousebuttons are pressed. 11 years ago
Andreas Weizel 9cd3cc5eb9 Added Siegfried's fix on Properties class back. 11 years ago
Andreas Weizel bedbae8b60 Some improvements to formatting options fix. 11 years ago
Andreas Weizel 86150a45d6 Fixed some issues with formatting options becoming "dirty" unnecessarily. 11 years ago
Siegfried Pammer 9ea1ae2ed3 prevent creation of empty .sdsettings-files: empty Property containers should not be marked dirty (see discussion #480) 11 years ago
Siegfried Pammer 16635919a4 fix #396 - x:Shared missing in XAML CC 11 years ago
Peter Forstmeier c8a714b5b5 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 11 years ago
Peter Forstmeier 12fb6ae3bc Text formatting 11 years ago
Siegfried Pammer 51d876514f Merge pull request #484 from gumme/WpfDesignerMarkupExtensionPrinterFix 11 years ago
gumme c4f80dc05e Added a simple test to verify that file path strings is parsed correctly. 11 years ago
gumme 0f95a49a19 Added MarkupExtensionModelTests for testing various strings being used with both shorthand and element style markup extensions. 11 years ago
Peter Forstmeier dfd1c1e17a Merge branch 'master' of github.com:icsharpcode/SharpDevelop 11 years ago
Peter Forstmeier 7e532c4536 Simple Context Menus 11 years ago
Matt Ward 8384a172d6 Fix incorrect package sources being used when updating a package. 11 years ago
Matt Ward 50b2f02f0d Fix .nuget folder not being checked for a NuGet.Config file. 11 years ago
gumme b8ad8c5a42 Merge remote-tracking branch 'remotes/origin/WpfDesignerXamlParserNativeTypesConversion' 11 years ago
gumme a8b03d9ee5 Merge remote-tracking branch 'upstream/master' 11 years ago
Matt Ward 70fd9337bd Support solution specific NuGet.Config files. 11 years ago
Siegfried Pammer 9253860f89 Merge pull request #474 from linquize/newline-initializecomp 11 years ago
Siegfried Pammer 224ee65483 Merge pull request #476 from gumme/WpfDesignerResizeThumbAlignmentNull 11 years ago
Siegfried Pammer 410813bfb2 Merge pull request #478 from gumme/WpfDesignerMarkupExtensionParserFix 11 years ago
Siegfried Pammer 7c5b1f93f0 XAML CC: do not insert equals sign and quotation marks while trying to type the name of an attached property/event 11 years ago
tbulle 6697216623 Fixed bug that double escaped backslashes became three backslashes after parsing 11 years ago
tbulle a6a9bfe7c2 Fixed so that MarkupExtensionParser doesent ignore escaped backslash 11 years ago
tbulle c825585043 Simplification of code 11 years ago
gumme 6252f3b507 Added support for native types (string, int, double, etc). 11 years ago
Linquize 0153927447 Add trailing newline when generating InitializeComponents() 11 years ago
Daniel Grunwald 6585614ee8 Merge pull request #463 from jogibear9988/master 11 years ago
Daniel Grunwald e4a573debd Merge pull request #470 from gumme/WpfDesignerCollectionUndoFix 11 years ago
Christoph Wille 428558da6b Beta 4 designation 11 years ago
Peter Forstmeier c4305104e6 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 11 years ago
Peter Forstmeier 58f346415c TextEditor for text and expressions in PropertyGrid, 11 years ago
Daniel Grunwald 6147f605bb Fix ArgumentNullException in RedundantCatchClauseIssue.GatherVisitor.IsRedundant() 11 years ago
Daniel Grunwald 9735fe99e8 In SavePreferences(), ignore not only IOException, but also UnauthorizedAccessException. 11 years ago
Daniel Grunwald 7936c3247b XmlDocumentationElement: return null if given a null entity 11 years ago
Daniel Grunwald 93e368d5e2 ILSpySymbolSource.GetLocalVariables: in case of error, return an empty collection instead of null 11 years ago
Daniel Grunwald 09a0c5ca39 Try to fix InvalidCastException in CreateOverloadWithoutParameterAction 11 years ago
Daniel Grunwald 04a076956d Try to fix NullReferenceException in UnreachableCodeIssue. 11 years ago
Daniel Grunwald b171c5210f ForeachStatement.EmbeddedStatement doesn't return null, but it might return Statement.Null. 11 years ago
Daniel Grunwald 9b67631e55 Debugger: During callback processing, handle the COMException "Process was terminated. (Exception from HRESULT: 0x80131301)". 11 years ago
Daniel Grunwald b48164d331 Fix build by ignoring the broken debugger unit test. See #472 for details. 11 years ago
Andreas Weizel 35ed1ef0d0 Fix #471: Debugger console crashes with "DebuggerException: Evaluation did not return any value" when invoking a method returning `void` 11 years ago
gumme 40b5d5147f Merge remote-tracking branch 'remotes/origin/WpfDesignerCollectionUndoFix' 11 years ago
gumme 5ccc93f254 Added tests for undo/redo operations on implicit and explicit dictionaries. 11 years ago
tbulle c410a20a75 Nullable ResizeThumbAlignment to enable both top and bottom snap on resize simultaneously 11 years ago
gumme 8d1732981e Merge remote-tracking branch 'upstream/master' 11 years ago
gumme 22ff94b295 Merge remote-tracking branch 'upstream/master' 11 years ago
Daniel Grunwald 929fc8e4f1 More high-DPI fixes. 11 years ago