11355 Commits (7a09aa56b8728a0e780bbc05ba846109348a41cd)

Author SHA1 Message Date
Siegfried Pammer 4170e41ea8 fix #542: Code completion window description tooltip missing 11 years ago
Siegfried Pammer a0d84c9cc8 fix bug in code completion: space should trigger insertion 11 years ago
Daniel Grunwald 6c2f0f4320 Avoid unnecessary access to entity.Documentation. Improves code completion performance. 11 years ago
Peter Forstmeier 2a0600761d Update WizardPages 11 years ago
Peter Forstmeier d1a18587d8 GoPrevious,Goback 11 years ago
Linquize 6806912502 WinForms Designer: Insert new fields below the last field of class in its designer.cs 11 years ago
Siegfried Pammer d303714f8d fix #524: Reentrancy in 'external change' dialogs 11 years ago
Siegfried Pammer ff7b95d75d fix #337: Code inspection: "convert to constant" 11 years ago
Siegfried Pammer 3d5279686e remove CodeCompletionDataUsageCache from DefaultCompletionItem 11 years ago
Siegfried Pammer 2027db1531 fix build again 11 years ago
Siegfried Pammer 295dda6540 fix build 11 years ago
Siegfried Pammer 3288019d73 fix #527: Code Completion Options broken in 5.0 11 years ago
Siegfried Pammer 3fe3e66195 work on #527: Code Completion Options broken in 5.0 11 years ago
Siegfried Pammer 4e4ee835ac fix some CommandManager-related bugs in ResourceEditor - make it suitable for translation-related usage 11 years ago
Siegfried Pammer 4db8797a5d add StringResources.resx to SharpDevelop.csproj for better accessibility 11 years ago
Siegfried Pammer 320cd692ab rename the class as well 11 years ago
Siegfried Pammer 7b27c8b699 rename CodeCompletionPanelXaml.xaml[.cs] to CodeCompletionOptionPanel.xaml[.cs] 11 years ago
Siegfried Pammer efcc1c080b fix InvalidCastException in GeneratePartialClassStub: not every IMethod corresponds to a MethodDeclaration (there are ConstructorDeclaration and DestructorDeclaration, for ex.) 11 years ago
Siegfried Pammer 871078db99 fix #528: Code completion doesn't scroll to pre-selection 11 years ago
Siegfried Pammer 09e8eacea6 enhance bookmark tooltips: allow breakpoint tooltip to be displayed even if CurrentLineBookmark is on the same line. 11 years ago
Peter Forstmeier eb4423fffc PullModelPage 11 years ago
Matt Ward 3409a32fda Fix service references. 11 years ago
Andreas Weizel 2b85ce40ad Fix #532: 'Go to base method' is missing from entity context menu. 11 years ago
Peter Forstmeier d4ff35ebbd Missing 11 years ago
Peter Forstmeier 1044ae32c6 Missing 11 years ago
Peter Forstmeier e6b7ed94fc WizardPages 11 years ago
Peter Forstmeier e8293448cd Create PushModel report with Wizard 11 years ago
Matt Ward 2baac1b1c5 Use version constraints for updates shown in Manage Packages dialog. 11 years ago
Matt Ward 5a8f57f425 Support version constraints in packages.config file. 11 years ago
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