Commit Graph

  • 5a599d21e9 Added check if parent view is ContentControl to avoid exception when pasting on for example a Border, that have a content property but is not a ContentControl. #507 gumme 2014-07-01 11:51:29 +0200
  • 72b0f87b8e Setting error sink to handle errors when pasting items. gumme 2014-07-01 11:22:12 +0200
  • 095b914abb Merge pull request #411 from AaronLenoir/commentToggle Andreas Weizel 2014-06-29 14:53:10 +0200
  • b7dabe16ba Add Underline attribute in syntax highlighting julodnik 2014-06-29 14:06:13 +0200
  • dbf74662a0 Merge pull request #1 from icsharpcode/master #504 julodnik 2014-06-28 19:42:55 +0200
  • 62b91e7b2b Notes added by 'git notes add' Build Server 2014-06-28 17:11:56 +0200
  • 3e5b969d09 Reduced unneeded lookup iterations when several symbol searches have the same search term. 5.0-Beta5 Andreas Weizel 2014-06-28 17:04:00 +0200
  • c9cc4a6a6a Notes added by 'git notes add' Build Server 2014-06-28 16:50:18 +0200
  • 8485318396 Fix cutting text from editor when the Clipboard class throws an ExternalException. Daniel Grunwald 2014-06-28 16:44:56 +0200
  • ae3ca6d2f1 Notes added by 'git notes add' Build Server 2014-06-28 16:42:09 +0200
  • 3b03e24356 Pass conditional symbols to completion engine. Daniel Grunwald 2014-06-28 16:36:39 +0200
  • a65ad38918 Fix NullReferenceException in SymbolCollector Daniel Grunwald 2014-06-28 16:25:08 +0200
  • e3899d1080 Fix ArgumentOutOfRangeException in DefaultCompletionContextProvider Daniel Grunwald 2014-06-28 16:13:10 +0200
  • 620258e623 Notes added by 'git notes add' Build Server 2014-06-28 15:55:57 +0200
  • 53860bfd63 AvalonEdit: use NRefactory public key in the WithNRefactory-version Daniel Grunwald 2014-06-28 15:47:56 +0200
  • fdb87492f5 Update to AvalonEdit 5.0.1 from the standalone AvalonEdit repository. Daniel Grunwald 2014-06-28 14:52:55 +0200
  • 853286a35c Notes added by 'git notes add' Build Server 2014-06-27 22:36:12 +0200
  • 5c13a9cd2d Notes added by 'git notes add' Build Server 2014-06-27 22:28:49 +0200
  • 37efb859f0 Fix "Collection modified during enumeration" exception in Debugger.Detach(). Daniel Grunwald 2014-06-27 22:28:00 +0200
  • 7085b820a5 Notes added by 'git notes add' Build Server 2014-06-27 22:21:32 +0200
  • 41cd4d640d Adjust CSharpBinding.addin to NRefactory changes, and reactivate some useful uncategorized issues. Daniel Grunwald 2014-06-27 22:19:54 +0200
  • fe566257de Update to NRefactory commit 9d875d3 Daniel Grunwald 2014-06-27 22:03:17 +0200
  • 6b01d6f551 Fix #354: "+" icon in SharpTreeView is missing right border in 120DPI mode Andreas Weizel 2014-06-27 22:14:17 +0200
  • eee2759e3d Notes added by 'git notes add' Build Server 2014-06-27 21:47:35 +0200
  • e5dfdae116 Fix ArgumentOutOfRangeException when double-clicking at text offset 0 in the DebuggeeExceptionForm. Daniel Grunwald 2014-06-27 21:40:32 +0200
  • ecd685871b Notes added by 'git notes add' Build Server 2014-06-27 20:38:50 +0200
  • d3237baa53 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-26 20:09:59 +0200
  • 8247fde331 Cleanup - FxCop Peter Forstmeier 2014-06-26 20:09:32 +0200
  • f6a68776e7 Notes added by 'git notes add' Build Server 2014-06-26 19:28:24 +0200
  • 6fc6bab462 Remove unused 'IList<string>[] interestingFileNames' from CSharpSymbolSearch Daniel Grunwald 2014-06-26 19:25:11 +0200
  • d8fd301d25 Debugger: ignore "Process was terminated" error when trying to terminate the process. Daniel Grunwald 2014-06-22 15:33:25 +0200
  • 1c1e65518b Fix adding 32-bit image format to .ico Daniel Grunwald 2014-06-22 15:30:19 +0200
  • 94c3927bc7 Notes added by 'git notes add' Build Server 2014-06-26 02:11:35 +0200
  • e2aacef60c Fix #328: Settings > File Format Associations Dialog Issue Andreas Weizel 2014-06-26 02:05:02 +0200
  • 269e2b737c Notes added by 'git notes add' Build Server 2014-06-26 01:47:56 +0200
  • 11dcc20cc4 Readded additional lookups for search term before searching for references in CSharpSymbolSearch. Andreas Weizel 2014-06-26 01:41:22 +0200
  • 2d2362d181 Merge branch 'issue357_2' Andreas Weizel 2014-06-25 22:14:59 +0200
  • eab58b0199 Notes added by 'git notes add' Build Server 2014-06-25 21:14:36 +0200
  • d4ca9909e5 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-25 21:07:10 +0200
  • ca0e99d417 Cleanup - FxCop Peter Forstmeier 2014-06-25 21:06:21 +0200
  • f10a461683 Cleanup - FxCop Peter Forstmeier 2014-06-25 20:12:59 +0200
  • af97e25438 Notes added by 'git notes add' Build Server 2014-06-25 19:57:32 +0200
  • fa82ddd246 Merge pull request #503 from dr-BEat/master Daniel Grunwald 2014-06-25 19:36:50 +0200
  • d018886781 Fixed #357: Ctrl+R: Does not rename ctors of types Andreas Weizel 2014-06-24 01:48:47 +0200
  • 0666245828 Correctly handle ServiceCreatorCallback in GetFutureService #503 dr-BEat 2014-06-24 23:15:42 +0200
  • 96d4ed3321 Merge pull request #499 from ciplogic/master Andreas Weizel 2014-06-24 22:00:17 +0200
  • f76f245d69 Merge pull request #502 from gumme/WpfDesignerMarkupExtensionStaticResourceFix Andreas Weizel 2014-06-24 21:42:30 +0200
  • 52a31350a1 Notes added by 'git notes add' Build Server 2014-06-24 20:56:57 +0200
  • f06d1aa36e B5 designation Christoph Wille 2014-06-24 20:49:08 +0200
  • 55b7a2c2ef Notes added by 'git notes add' Build Server 2014-06-24 20:32:12 +0200
  • dae26c35d3 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-24 20:25:40 +0200
  • b2bdd81f35 FxCop Cleanup Peter Forstmeier 2014-06-24 20:25:08 +0200
  • 5ede713dd0 Textalignment Justify in Pdf Peter Forstmeier 2014-06-24 19:50:24 +0200
  • 1017758445 Make case search insensitive. #499 Ciprian Khlud 2014-06-24 14:35:07 +0300
  • 577eb9c329 A StaticResource that references a resource on the same element is now printed in element style. #502 gumme 2014-06-24 12:05:08 +0200
  • 5705c28cc8 Notes added by 'git notes add' Build Server 2014-06-24 06:54:14 +0200
  • 2d27f61032 Merge pull request #501 from gumme/WpfDesignerCanvasPlacementFix Andreas Weizel 2014-06-23 23:30:21 +0200
  • b6f4cdf3cd Notes added by 'git notes add' Build Server 2014-06-23 22:36:57 +0200
  • 82e98ec949 Support custom NuGet package directory. Matt Ward 2014-06-23 21:29:49 +0100
  • 471a1e23df Merge remote-tracking branch 'remotes/sd/master' jkuehner 2014-06-23 15:57:26 +0200
  • aededd6a35 Moving controls several steps by holding down arrow keys is now working again. Removed canvas special handling in DesignPanel and instead letting each placement behavior handle its own special needs, and handling the Canvas issue by overriding GetPosition in CanvasPlacementSupport instead. Fixed SetPosition in CanvasPlacementSupport so Left/Top properties have priority over Right/Bottom, as this is the priority that the runtime uses. #501 gumme 2014-06-23 12:10:38 +0200
  • aab865d0f7 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-20 20:37:16 +0200
  • 9219731848 ContentAlignment is Obsolte, use TextAlignment as replacement to print Left,Center,Right and Justified Text Peter Forstmeier 2014-06-20 20:36:58 +0200
  • 2b007ee596 Notes added by 'git notes add' Build Server 2014-06-17 23:47:36 +0200
  • 8fa0692cfa Generate repositories.config file after NuGet package restore. Matt Ward 2014-06-17 22:33:06 +0100
  • 7c6772fecf Notes added by 'git notes add' Build Server 2014-06-17 02:09:48 +0200
  • f486456ec0 Part of #234: There was no key handling for Ctrl+Z & Ctrl+Y. Andreas Weizel 2014-06-17 02:02:10 +0200
  • fffcd64ee9 Added a search box for adding project references. It is important for big projects Ciprian Khlud 2014-06-16 22:27:11 +0300
  • 2882c6a88d Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-16 20:08:47 +0200
  • 00e3da97d8 WPF Extended Toolkit DLL Update jkuehner 2014-06-16 14:05:48 +0200
  • 7ff3ad1582 Notes added by 'git notes add' Build Server 2014-06-16 11:45:16 +0200
  • 69bef7e8e9 fix #451: InvalidOperationException when creating event handler for Slider.ValueChanged Siegfried Pammer 2014-06-16 11:12:53 +0200
  • eba3fd2778 Notes added by 'git notes add' Build Server 2014-06-15 23:58:25 +0200
  • 0f397285c8 Fix #394: Code hidden by method completion. Andreas Weizel 2014-06-15 23:50:57 +0200
  • 59cbbd7280 Notes added by 'git notes add' Build Server 2014-06-14 23:47:32 +0200
  • 63298a2752 fix #399: NotImplementedException when updating watch pad in decompiled code Siegfried Pammer 2014-06-14 23:12:46 +0200
  • a98e6967d8 CanGrow Peter Forstmeier 2014-06-14 20:12:46 +0200
  • a065b272a7 Notes added by 'git notes add' Build Server 2014-06-13 19:37:28 +0200
  • 11662db1b9 fix #418: File rename can break project file. The SVN AddIn should check if the rename operation is legal before attempting to rename a file. Siegfried Pammer 2014-06-13 19:03:45 +0200
  • db31ee80d6 CodeCoverage: Apply ccrewrite filter on C# only Dragan 2014-06-12 09:13:11 +0200
  • a397b9e97f CodeCoverage: Apply C# filter only to .cs files Dragan 2014-05-26 14:11:12 +0200
  • be8c6c69fc Notes added by 'git notes add' Build Server 2014-06-13 14:12:57 +0200
  • ff7b87ee41 Merge pull request #495 from ddur/CodeCoverageFilter Matt Ward 2014-06-13 13:06:16 +0100
  • e5cf801dbf Notes added by 'git notes add' Build Server 2014-06-13 06:52:58 +0200
  • 241d8dfa97 Merge pull request #494 from gumme/WpfDesignerEnumFix Siegfried Pammer 2014-06-12 21:18:44 +0200
  • d4660c166b Notes added by 'git notes add' Build Server 2014-06-12 20:51:54 +0200
  • 627081eaea Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-06-12 20:38:40 +0200
  • 193eb24fad ContendAlignment in WpfView Peter Forstmeier 2014-06-12 20:10:58 +0200
  • ba913a15b5 Added support for using enums. #494 gumme 2014-06-12 11:32:51 +0200
  • 44b7357ad9 CodeCoverage: Apply ccrewrite filter on C# only #495 Dragan 2014-06-12 09:13:11 +0200
  • 1ddcbbb721 Notes added by 'git notes add' Build Server 2014-06-12 00:03:28 +0200
  • 2ce1a82a47 Log messages in Package Management Console. Matt Ward 2014-06-11 22:55:10 +0100
  • b1c73ea1b0 Notes added by 'git notes add' Build Server 2014-06-11 16:35:17 +0200
  • d96bfb35a2 Merge pull request #493 from gumme/WpfDesignerSnaplineBugFix Siegfried Pammer 2014-06-11 16:27:09 +0200
  • 971ff3018e Notes added by 'git notes add' Build Server 2014-06-09 14:05:39 +0200
  • 0a4afa33ca Merge branch 'csformatter' to 'master'. Andreas Weizel 2014-06-09 13:01:10 +0200
  • 8591ab44fb Temporary fix for bug introduced with new snapline behaviour #493 tbulle 2014-06-09 11:42:17 +0200
  • 5c084ed695 Corrected reverting of editor options when C# binding's editor extension is detached. Andreas Weizel 2014-06-07 12:47:09 +0200
  • 58eca9c3d7 Notes added by 'git notes add' Build Server 2014-06-06 15:18:16 +0200
  • 9fcc47587b Merge remote-tracking branch 'remotes/sd/master' jkuehner 2014-06-06 12:18:49 +0200