11552 Commits (a8d57550a0ee664a143c08929ab3dd3fccbd8593)

Author SHA1 Message Date
Matt Ward 9424de8c9b Fix PackageManagement.sln. 11 years ago
Siegfried Pammer 96fdb81cfb fix #526: InsertWithCursor broken in Create Enum refactoring - Enum member is added properly 11 years ago
Siegfried Pammer 569e086cae partial fix for #526: InsertWithCursor broken in Create Enum refactoring 11 years ago
Peter Forstmeier a1fd70e664 PushDataWizard 11 years ago
Daniel Grunwald 8ae347fd0a Fix build. 11 years ago
Siegfried Pammer 2256606360 raise FileCreated events for all newly-created files when creating a new solution/project 11 years ago
Siegfried Pammer 582d996f28 fix #530: Missing whitespace in XML Doc tooltips 11 years ago
Daniel Grunwald 4be799023b Fix #533: Use a mutex to prevent concurrent git add/rm calls. 11 years ago
Daniel Grunwald 71e2387f0d Fix part of #525 11 years ago
Daniel Grunwald 5810bb51e0 Fix #529: CC item creating an event handler has confusing name 'HandleHandleClick' 11 years ago
Daniel Grunwald 07870409a3 use "git add --intent-to-add" 11 years ago
Siegfried Pammer e98a46da00 allow public use of indentation-alignment logic from TextMarkerToolTipProvider 11 years ago
Daniel Grunwald 6c0d5d2561 Remove weird extension method that was only used in a single place. 11 years ago
Siegfried Pammer 904373afe2 fix #234: Short cuts/toolbar actions do not always work in non-WPF view contents 11 years ago
Daniel Grunwald e5dde6f4ac Don't use lazy loading for built-in WPF commands. 11 years ago
Matt Ward af0cc60416 Fix Check with StyleCop menu not returning any StyleCop warnings. 11 years ago
Siegfried Pammer 7a6df89318 fix build 11 years ago
Siegfried Pammer e152b747dd fix calculation of sequence points for breakpoints in pdb files 11 years ago
Siegfried Pammer d68d301519 reimplement support for @model ModelTypeName 11 years ago
Siegfried Pammer 0c84517c9c remove old RazorCSharp completion code 11 years ago
Siegfried Pammer 466aa3a986 fix #371: No code completion in Razor .cshtml files 11 years ago
Siegfried Pammer 8063942775 close #296: ArgumentNullException when debugging and pdb points to missing file 11 years ago
Siegfried Pammer a8a3391f25 fix problem with captured/local variables in a generic context while debugging 11 years ago
Peter Forstmeier 9f847f624f First, very basic implementation for FormSheet Wizard 11 years ago
Daniel Grunwald 181731849c Replace StringResourceTool with ResGet, and update the string resources. 11 years ago
Siegfried Pammer 6ffe7b8cbe fix #106: Source code file reference cannot be extracted from non-English stacktrace 11 years ago
Siegfried Pammer 00d2fd1d66 fix #220: Cannot rename an identifier starting with an @ 11 years ago
jkuehner 50ad72bcc0 Grid placement Fix 11 years ago
Andreas Weizel e51144a5c3 Fix: InvalidOperationException when opening XML file in HexEditor when it was already open in normal XML editor. 11 years ago
Peter Forstmeier 97677677c5 Remove GlobalEnums.cs, start work on Wizard 11 years ago
Andreas Weizel bc3ac0cbaf Double click in list in "Open with..." dialog does the same as clicking on "OK" button. 11 years ago
Andreas Weizel bbf0565fe2 Deleting all selected bookmarks or breakpoints in pad (on Del key or toolbar command), not only one of them. 11 years ago
Siegfried Pammer 16125c67b3 fix #362: Code completion when typing lambda expression parameters 11 years ago
Siegfried Pammer fa567215f0 Revert "Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject" 11 years ago
Siegfried Pammer 2bae86b018 Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject 11 years ago
Siegfried Pammer 281d132e43 fix #316: Error when running Search for issues with Automatically Fix enabled. 11 years ago
Siegfried Pammer 11c3eb3470 Ad #316: Error when running Search for issues with Automatically Fix enabled. 11 years ago
Siegfried Pammer 514266dfec fix #434: Code action in BaseMethodParameterNameMismatchIssue doesn't rename symbols 11 years ago
jkuehner cfe4b3a77e Bugfix -> Number Editor smallest possible Value was zero! 11 years ago
jkuehner 22a021957b Bugfix -> Number Editor smallest possible Value was zero! 11 years ago
Andreas Weizel 4329ac1711 Fixed XmlEditor tests. 11 years ago
Andreas Weizel fc284a5d16 Part of #234: Keyboard shortcuts now working in XmlEditor's tree view. 11 years ago
Siegfried Pammer 3b9b2ac588 fix #496: ContextActionBulbControl: it should always be displayed inside the editor's view port bounds 11 years ago
Siegfried Pammer 4ac976c1f2 fix #515: Could not find class for token exception when stepping into code 11 years ago
Siegfried Pammer c92e695a20 assign ParentProject of SD BuildErrors 11 years ago
Daniel Grunwald ae692d51b7 Fix #284 NotSupportedException thrown in NR CecilLoader 11 years ago
Daniel Grunwald bede4f6643 Make SymbolCollector take a Lazy<TypeGraph> - it's expensive to construct and only used for some members. 11 years ago
Daniel Grunwald 14dc190f94 Fix SymbolCollector not returning a member when it was implementing interface members. 11 years ago
Siegfried Pammer f1894f80f5 fix #179: "navigate to file in project browser" does not work all the times 11 years ago
Daniel Grunwald ddd2ff1855 Fix NullReferenceException in InsertCtorDialog.CreateCtorParams(). 11 years ago