6611 Commits (73268d6fda1279d6fd2a00ac3def13cd8b6d7a84)

Author SHA1 Message Date
Daniel Grunwald bfcd3b9352 Avoid crash in BuildWorker when trying to build a project that was deleted. 15 years ago
Daniel Grunwald de4c77b629 Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor). 15 years ago
Daniel Grunwald 976156700f Set e.Handled=true in TextArea.Drop handler. 15 years ago
Daniel Grunwald ce7d7d326b Fix build. 15 years ago
Daniel Grunwald e12e17f6e0 Fixed InvalidOperationException when collapsing two overlapping folds. 15 years ago
Daniel Grunwald 6497f4a12f Fix SD-769: Missing file still shown as missing in project browser after opening 15 years ago
Daniel Grunwald 9d9c3dcfc0 CustomTool.GetOutputFileName: don't use file names that already exist in the project but don't depend on the base item. 15 years ago
Matt Ward da2ae63119 Fix invalid cast exception when assigning a stylesheet to an XML file. 15 years ago
Daniel Grunwald 01c619cdf0 Fixed incorrect AddIn.xsd, and make BuildAddinDocumentation validate the schema before saving it (http://community.sharpdevelop.net/forums/t/12508.aspx) 15 years ago
Daniel Grunwald dce2df4ca7 Fixed thread-safety issue in DefaultProjectContent (possible cause of crash #495) 15 years ago
Daniel Grunwald 80c4354dc9 Fix SD-1806 - VB source exception - "public" at the end of source 15 years ago
Daniel Grunwald ea5e4470ac Trying to add workaround for crash #1580 (top crash in 4.0 RC2, reproduction steps unknown). 15 years ago
Eusebiu Marcu 7cb1f38325 fix SD-1796 - Unable to debug IIS applications after attaching to aspnet_wp.exe 15 years ago
peterforstmeier e6a9713527 Fix ImageItem 15 years ago
peterforstmeier 39eecd3d0a Extract included classes to seperate Files 15 years ago
peterforstmeier 20f5ec1954 RoundedRectangle in Pdf 15 years ago
peterforstmeier 5dccb4d1ca remove unused file 15 years ago
peterforstmeier df7f687ebd Rectangle with rounded corners. 15 years ago
peterforstmeier efe555b0ec Fix UnitTest's (Remove SetCulture), small fix in Addin.BaseImageItem.cs 15 years ago
Daniel Grunwald df5ae9ed79 Fix typo. 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
mkonicek d8083e0ce5 Fixed comment. 15 years ago
mkonicek df5acd812d Added comments to CaretReferencesRenderer. 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
Daniel Grunwald 9359f9af74 Name resolution fix: prefer using aliases over imported types. 15 years ago
Daniel Grunwald 2a5459a0b9 Fixed ArgumentOutOfRangeException in CodeCoverageControl.OpenFile (http://community.sharpdevelop.net/forums/t/12456.aspx). 15 years ago
Daniel Grunwald 4c8a325a5e ProfilerView: bring errors pad to front only if there were errors executing the query. 15 years ago
Siegfried Pammer c51c4a525d fixed SD-1725 - BadImageFormatException when profiling .NET 4 WinForms application 15 years ago
peterforstmeier 1db7ea0d76 Wizard can work with Views from SqlServer 15 years ago
Daniel Grunwald 6cb64ebefd Fix SD-1786 - DockPanel - Crash (NullReferenceException in DockingManager.ShowFlyoutWindow) 15 years ago
Daniel Grunwald 7f0d78b734 ContextActionsRenderer: increase delay to 500ms to improve performance when typing in large files. 15 years ago
peterforstmeier 01d754d617 Add StringResources for Wizard 15 years ago
Daniel Grunwald f4b0c54f2d Minor performance improvement for AvalonEdit (e.g. when indenting all lines in the file). 15 years ago
Daniel Grunwald c744659edb Use same icon for "collapse all" as in search results pad. 15 years ago
Matt Ward 93e5a5dcd3 Update NUnit to version 2.5.9 15 years ago
Daniel Grunwald adac4478bb Handle exception when downloading children in TocEntry. 15 years ago
Daniel Grunwald c59338ab22 Avoid NullReferenceException in LazyCodeCompletionBinding when binding can not be created. 15 years ago
peterforstmeier 361932eb6a ReportWizard 15 years ago
Siegfried Pammer 71ebb24fcd fixed NullReferenceException in VBNetExpressionFinder.FindFullExpression (Crash #1554) 15 years ago
Daniel Grunwald 0c9ddb5f74 Update to AvalonDock 1.3.3585. 15 years ago
Daniel Grunwald b130c95019 Make TextRunProperties setter private. 15 years ago
Siegfried Pammer eece1ecd85 fixed SD-1583 - Finalize() is visible in C# override completion 15 years ago
Siegfried Pammer 998a9db966 fixed SD-1780 - Xaml code completion tooltip hides completion window 15 years ago
Siegfried Pammer 66cfa9957e fixed background color of ColorPicker popup 15 years ago
Siegfried Pammer f45bf5e1d7 created new ctor with optional parameters in ProfilerOptions for better usability 15 years ago
Daniel Grunwald 7b8e65a2d3 Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList. 15 years ago
Daniel Grunwald 1d25ed2fd1 Fix bug in WPF designer: ChangeGroup was left open when creating a control by clicking on the design surface (http://community.sharpdevelop.net/forums/t/12410.aspx) 15 years ago
Daniel Grunwald 754cb29bfd Fix off-by-one error in profiler's "Go to definition". 15 years ago