5350 Commits (f9a40b7892b5ca1716b8f9aa6a39854295cbbab4)
 

Author SHA1 Message Date
Matt Ward 155d37d14e Installer now ngens IronPython assemblies. 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ý 03f22d048a Fixed build 16 years ago
David Srbecký 023ef6a40a Updated localized strings 16 years ago
David Srbecký 95187c2a2c Do not derive debugger objects from MarshalByRefObject since it not being used in any way. 16 years ago
David Srbecký a154d2f93f Backported r5308 - Fixed conditional breakpoints for statements that do not return bool 16 years ago
David Srbecký 320896e50e Backported r5302 - Fixed rude-abort of evals 16 years ago
David Srbecký 49ccffef87 Backported r5299 - Fixed "0x80131C33: Interception of the current exception is not legal" 16 years ago
David Srbecký aa7f962410 Backported r5296 - Fixed "0x8013132E - This process has already been attached to" 16 years ago
David Srbecký 29ceaafa3a Backported r5294 - Fixed "Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)" 16 years ago
David Srbecký 9b5f63e816 Backported r5293 - Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký bf11a5e2b7 Backported r5292 - Disable steppers before detach 16 years ago
David Srbecký 1f256c5327 Backported r5291 - General exception handler for CreateProcess 16 years ago
David Srbecký 68838acdf5 Backported r5290 - Workaround for exception during removing of breakpoint (can not reproduce though) 16 years ago
David Srbecký 5f9ac0618e Backported r5257 - Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 4ad43957db Backported r4826 "Fixed race condition that was causing unit tests to fail" to 3.1 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
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 16 years ago
David Srbecký b766057c4d Fixed "0x80131C33: Interception of the current exception is not legal" 16 years ago
Daniel Grunwald b87a337213 Fixed conversion of inner class type references to CodeDom. 16 years ago
Daniel Grunwald ea8ead857b Fixed SD2-1626 - Type parameters placed incorrectly when implementing interface nested inside generic class 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 a30ba7fec7 Added ${ItemNameNoExt} - see forum-9830. 16 years ago
Daniel Grunwald 4740f942e5 Backport r5265 - Fix for "Cannot use JMC on this code (likely wrong JIT settings)." to 3.1 16 years ago
Daniel Grunwald d5c6e2aad2 Fixed SD2-1623 - Boo: Find references does not return any results 16 years ago