5125 Commits (233eed8461a9b245df6145e181a121aed478c983)
 

Author SHA1 Message Date
Matt Ward 233eed8461 Merge IronPython addin changes to trunk. 16 years ago
David Srbecký 7a5ed71060 Fixed casting bug 16 years ago
Matt Ward 94944b0dd6 Added support for attributes defined in the simple content extension's base type. 16 years ago
Matt Ward 945a683791 Remove whitespace from xml schema annotation displayed in completion tooltip. 16 years ago
David Srbecký 0e3b031a71 Fixed conditional breakpoints for statements that do not return bool 16 years ago
David Srbecký d1cf2a993b "Index was outside the bounds of the array." for expressions like "abc"[-1] 16 years ago
David Srbecký 602dc8c4dc "null" value survives Continue 16 years ago
Siegfried Pammer 3f69c819ab fixed small bug in CreatePropertyPathCompletion 16 years ago
Matt Ward 1e6bf9d942 XML editor now supports an xml schema defined in multiple documents (e.g. Sandcastle MAML schemas). 16 years ago
David Srbecký 85dc142e3b Fixed a bug that could cause the debugger to freeze. (ie. all debugee threads suspended) 16 years ago
David Srbecký 4bac8628c8 Fixed rude-abort of evals 16 years ago
David Srbecký b90c4ffe1b Use other thread for evaluation if the current one is not suitable 16 years ago
David Srbecký b766057c4d Fixed "0x80131C33: Interception of the current exception is not legal" 16 years ago
David Srbecký 7e778c84b7 Fixed "0x8013132E - This process has already been attached to" 16 years ago
Matt Ward 4869fa32f3 Improved xml completion when a document uses multiple xml schemas. 16 years ago
David Srbecký f54d17c787 Fixed "Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)" 16 years ago
David Srbecký 63612c3c6d Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký 0305697c99 Disable steppers before detach 16 years ago
David Srbecký df6dac537a General exception handler for CreateProcess 16 years ago
David Srbecký 275ea5e6cd Workaround for exception during removing of breakpoint (can not reproduce though) 16 years ago
Matt Ward 0b148f5fbd Added unit tests for XmlFormattingStrategy. 16 years ago
Daniel Grunwald f23cba41b1 Converted XML-Mode.xshd to new file format. Fixes forum-10434 (bad XML highlighting in AvalonEdit). 16 years ago
Matt Ward 077dd31d2f XML editor uses folds from previous parse if current xml being parsed is not well formed. 16 years ago
Matt Ward 1c005e33dc Folding now working again in the XML editor. 16 years ago
Matt Ward a101f657c6 Installer now checks that the full .NET 4 beta 2 framework is installed. 16 years ago
Matt Ward 50f88d27c1 Fixed SD2-1432 - Saving a file in the WiX files editor does not update the subversion overlay icon. 16 years ago
Matt Ward d6475f8009 Now using one based line and column numbers in Wix addin to match the text editor. 16 years ago
Matt Ward d8c7949a09 When switching to the text editor window after designing a Wix dialog or adding new files in the Setup Files window the updated text is now selected in the text editor. 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Matt Ward 67ec85874e Wix addin now uses the new text editor interfaces. Restructured various Wix addin classes and added missing unit tests. 16 years ago
Daniel Grunwald adb609e6c4 IncrementalSearch: scroll to search result 16 years ago
Daniel Grunwald 885db4f619 UsageDataCollector: add link to privacy statement 16 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 16 years ago
Daniel Grunwald c478f64f15 Fixed cut/copy/paste commands in WinForms Designer context menu. 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 16 years ago
Daniel Grunwald 1454e53894 Adjust StringResourceToolAddIn: read .resx file 16 years ago
Daniel Grunwald 6e5a101780 Added debug-only shortcut for switching rendering mode. 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 16 years ago
David Srbecký 8f0971bf70 Fixed "Cannot use JMC on this code (likely wrong JIT settings)." 16 years ago
Daniel Grunwald 91cb4eb433 AvalonEdit: When VisualColumn validation has to change the caret position, prefer to move the caret into the direction that does not cause a caret offset change. 16 years ago
Daniel Grunwald a7454197bd Support for TextFormattingMode.Display in line number margin and other AvalonEdit components using the FormattedText class. 16 years ago
Daniel Grunwald da8f9a068c Add entry in tools menu for "Project Upgrade" view. 16 years ago
Daniel Grunwald a6d67cfa53 Don't crash when InlineUIElementGenerator's anchor is deleted. 16 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Matt Ward a5547a3118 Refactored various XML Editor classes used for xml completion for a better fit with the new text editor completion classes. 16 years ago
David Srbecký 58b7e7476a Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 9f08cf225e Updating some interop APIs 16 years ago
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 16 years ago