3047 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
mrward 57400acf44 Fix build. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Eusebiu Marcu 9d12a7c782 Fix delete breakpoint command with no breakpoints 15 years ago
Eusebiu Marcu a72baabcd2 v0.2 15 years ago
Eusebiu Marcu 2dc3ec2efc Hidden definitions v0.1 15 years ago
Daniel Grunwald df5ae9ed79 Fix typo. 15 years ago
Siegfried Pammer c402ab82ed move IChangeWatcher, ChangeType and LineChangeInfo to AvalonEdit.AddIn 15 years ago
Daniel Grunwald 4509ad6196 CancelLongRunningAppTestFixture: avoid test failure when running concurrently 15 years ago
Daniel Grunwald 5c996dfbee After testing for IDisposable; cast to IDisposable, not to ExtTreeNode. 15 years ago
Daniel Grunwald 6a8c1130b5 Minor optimization for ReadOnlyDocument. 15 years ago
mkonicek d8083e0ce5 Fixed comment. 15 years ago
mkonicek df5acd812d Added comments to CaretReferencesRenderer. 15 years ago
Siegfried Pammer e3e72b80e6 ChangeMarkerMargin: optimized refresh performance on load and save 15 years ago
mkonicek 62cad95369 Fixed build. 15 years ago
mkonicek 62a6e2cd99 Context actions optimization - removed one unnecessary call to EditorContext ctor. 15 years ago
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 15 years ago
Daniel Grunwald 9359f9af74 Name resolution fix: prefer using aliases over imported types. 15 years ago
Siegfried Pammer c3b06c0517 CaretHighlightAdorner animation is no longer played when stepping 15 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Daniel Grunwald c744659edb Use same icon for "collapse all" as in search results pad. 15 years ago
Daniel Grunwald c59338ab22 Avoid NullReferenceException in LazyCodeCompletionBinding when binding can not be created. 15 years ago
Siegfried Pammer 71ebb24fcd fixed NullReferenceException in VBNetExpressionFinder.FindFullExpression (Crash #1554) 15 years ago
Siegfried Pammer eece1ecd85 fixed SD-1583 - Finalize() is visible in C# override completion 15 years ago
Siegfried Pammer 66cfa9957e fixed background color of ColorPicker popup 15 years ago
Daniel Grunwald 7b8e65a2d3 Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList. 15 years ago
Daniel Grunwald 754cb29bfd Fix off-by-one error in profiler's "Go to definition". 15 years ago
Eusebiu Marcu 301352be07 add collapse all to unit tests pad 15 years ago
Eusebiu Marcu 0a986b486a Collapse all in project browser pad and class browser pad 15 years ago
Daniel Grunwald 3e13c25cb1 Fixed performance issue in Ctrl-Space completion. 15 years ago
Daniel Grunwald 43a01803db Optimize initializing TextDocument. 15 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 15 years ago
Daniel Grunwald 5990c898ec ICSharpCode.Core: memory optimization: use common XmlNameTable for all addins being loaded. 15 years ago
mkonicek f6077076b2 Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult) 15 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 15 years ago
mkonicek c3eb3c38a6 Extend selection works with comments (CTRL+W, will be a command in menu). 15 years ago
Matt Ward 8c0fbdc203 Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open 15 years ago
Siegfried Pammer bbe1cdb13a use WpfDesigner color picker in ColorPicker button 15 years ago
mkonicek bbb1b3edc8 Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult) 15 years ago
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
mkonicek dccf197fb0 Editor context actions - Fix: "Check for (not) null" is only offered if the type of the assigned expression is reference type. Now the actions is offered pretty much only in the situations where it makes sense. 15 years ago
mkonicek 1e8e0353c0 Context actions - Fix: "Add check for null" is offered only for parameter definitions of non-abstract methods. 15 years ago
Daniel Grunwald 7ec189fc1d Add 200ms timeout to CaretReferencesRenderer. 15 years ago
mkonicek 2a826a7a5f Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!) 15 years ago
Siegfried Pammer 9f130b0233 fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception. 15 years ago
Daniel Grunwald b9b8378eae Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus 15 years ago
Matt Ward 9c333a8e6c Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception 15 years ago
Eusebiu Marcu daf172e700 Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion) 15 years ago
Eusebiu Marcu 73b5a6660a Fix SD-1782 - Interaction between bookmarks and breakpoints 15 years ago
Daniel Grunwald c7323f7005 Replace references to "4.1" in setup with variable that gets populated with information from GlobalAssemblyInfo.template. 15 years ago
Eusebiu Marcu fd2044b3d5 add SelectedFrameBookmark 15 years ago