14350 Commits (095b914abb9432de79bb96ea7e44e0d609562580)
 

Author SHA1 Message Date
Peter Forstmeier dfd1c1e17a Merge branch 'master' of github.com:icsharpcode/SharpDevelop 12 years ago
Peter Forstmeier 7e532c4536 Simple Context Menus 12 years ago
Matt Ward 8384a172d6 Fix incorrect package sources being used when updating a package. 12 years ago
tbulle ca037b0938 Allows placementoperation to take null for PlacementAlignment so that all snaplines can be shown at the same time on resize operations 12 years ago
Matt Ward 50b2f02f0d Fix .nuget folder not being checked for a NuGet.Config file. 12 years ago
Andreas Weizel 6ff259e9de IndentationSize and ConvertTabsToSpaces settings can now be defined in separate policies together with other formatting options. 12 years ago
Dragan 9600529237 Exclude packages from repository 12 years ago
Matt Ward 70fd9337bd Support solution specific NuGet.Config files. 12 years ago
Siegfried Pammer 9253860f89 Merge pull request #474 from linquize/newline-initializecomp 12 years ago
Siegfried Pammer 224ee65483 Merge pull request #476 from gumme/WpfDesignerResizeThumbAlignmentNull 12 years ago
Siegfried Pammer 410813bfb2 Merge pull request #478 from gumme/WpfDesignerMarkupExtensionParserFix 12 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 12 years ago
Linquize 31382f7051 This is the Visual Studio Style Event Handler: preserve control name case 12 years ago
tbulle 6697216623 Fixed bug that double escaped backslashes became three backslashes after parsing 12 years ago
tbulle 7e238a9b52 Fix for skewed checkbox movement on arrow key press 12 years ago
tbulle a6a9bfe7c2 Fixed so that MarkupExtensionParser doesent ignore escaped backslash 12 years ago
tbulle c825585043 Simplification of code 12 years ago
gumme 6252f3b507 Added support for native types (string, int, double, etc). 12 years ago
Linquize 087d79f356 WinForms Designer should not modify class fields of generic types outside designer file 12 years ago
Linquize 0153927447 Add trailing newline when generating InitializeComponents() 12 years ago
Daniel Grunwald 6585614ee8 Merge pull request #463 from jogibear9988/master 12 years ago
Daniel Grunwald e4a573debd Merge pull request #470 from gumme/WpfDesignerCollectionUndoFix 12 years ago
Christoph Wille 428558da6b Beta 4 designation 12 years ago
Peter Forstmeier c4305104e6 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 12 years ago
Peter Forstmeier 58f346415c TextEditor for text and expressions in PropertyGrid, 12 years ago
Daniel Grunwald 6147f605bb Fix ArgumentNullException in RedundantCatchClauseIssue.GatherVisitor.IsRedundant() 12 years ago
Daniel Grunwald 9735fe99e8 In SavePreferences(), ignore not only IOException, but also UnauthorizedAccessException. 12 years ago
Daniel Grunwald 7936c3247b XmlDocumentationElement: return null if given a null entity 12 years ago
Daniel Grunwald 93e368d5e2 ILSpySymbolSource.GetLocalVariables: in case of error, return an empty collection instead of null 12 years ago
Daniel Grunwald 09a0c5ca39 Try to fix InvalidCastException in CreateOverloadWithoutParameterAction 12 years ago
Daniel Grunwald 04a076956d Try to fix NullReferenceException in UnreachableCodeIssue. 12 years ago
Daniel Grunwald b171c5210f ForeachStatement.EmbeddedStatement doesn't return null, but it might return Statement.Null. 12 years ago
Daniel Grunwald 9b67631e55 Debugger: During callback processing, handle the COMException "Process was terminated. (Exception from HRESULT: 0x80131301)". 12 years ago
Daniel Grunwald b48164d331 Fix build by ignoring the broken debugger unit test. See #472 for details. 12 years ago
Andreas Weizel 35ed1ef0d0 Fix #471: Debugger console crashes with "DebuggerException: Evaluation did not return any value" when invoking a method returning `void` 12 years ago
gumme 5ccc93f254 Added tests for undo/redo operations on implicit and explicit dictionaries. 12 years ago
tbulle c410a20a75 Nullable ResizeThumbAlignment to enable both top and bottom snap on resize simultaneously 12 years ago
Daniel Grunwald 929fc8e4f1 More high-DPI fixes. 12 years ago
Daniel Grunwald ceeb58b133 Don't catch ProjectLoadException in ProjectDescriptor. 12 years ago
Daniel Grunwald 8666180860 Fix a couple of high-DPI problems. 12 years ago
Daniel Grunwald 68c1cd6cf7 Fix #356: Search and Replace dialog window does not scale with DPI setting 12 years ago
gumme 300417bb5f Added tests for undo/redo operations on implicit and explicit lists. 12 years ago
Andreas Weizel 96f6ad6d93 Fix #458: Shortcut for 'Reformat code' breaks the '@' symbol on Turkish keyboard layouts. Shortcut has been changed to Ctrl+Shift+I. 12 years ago
Daniel Grunwald 14464bd8b4 Fix #466: Add support for targeting .NET 4.5.2 12 years ago
Daniel Grunwald 3bbbf0b732 Windows SDK 7.1 is still necessary 12 years ago
Peter Forstmeier c3120ad7e1 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 12 years ago
Peter Forstmeier ef51be84a8 Some renames, broken UnitTest is working again 12 years ago
Andreas Weizel 5d759cd9e3 Fix #453: Solution FormatterSettings are not persisted properly 12 years ago
Peter Forstmeier 53bba82906 Ignore broken Test 12 years ago
jkuehner df4cd4b1c6 A few WhiteSpace fixes and Comments removed. 12 years ago