1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Matt Ward 52147675d7 Fixed ArgumentException when MSHelpServices GetSlotFromString method returns an invalid slot index. 17 years ago
Matt Ward 915738a5c7 Fixed null reference exception in highlighting editor when loading a syntax definition file with Digits/@color set to an unknown color. 17 years ago
Daniel Grunwald c4cca90012 Fixed SD2-1487: protected static members not visible in code completion of derived class 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald e7cfd48550 Fixed SD2-1484: Subversion AddIn: Cannot delete ignored file. 17 years ago
Matt Ward 4d6ef0cf86 Fixed SD2-1125 - Component inspector search dialog throws an exception if the Levels field is empty. 17 years ago
Matt Ward 651d5e81ba Fixed ObjectDisposedException in Component Inspector when opening the FindDialog with no object selected. 17 years ago
Matt Ward 5d0452ed41 Fixed unhandled exception thrown when opening a file that is not a .NET assembly or COM component in the Component Inspector. 17 years ago
Matt Ward e9decd66d8 Improved fix committed in rev 3705. 17 years ago
Matt Ward ff6e99aed9 Adding/removing a directory from the Code Analysis's Add/Remove rule assembly dialog was not marking the options panel as being modified so the changes were not saved. 17 years ago
Matt Ward 11575009d5 Path to FxCop 1.36 now detected. 17 years ago
Siegfried Pammer 2c7a1477ef implemented some stability checks into ShowErrorHelpCommand 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Matt Ward 3521331803 Fixed SD2-1213. The Unit Tests tree view now updates correctly when a duplicate test class has its name changed. 17 years ago
Daniel Grunwald e9371ce7bc Make use of using scopes for resolving type and namespace names. 17 years ago
Siegfried Pammer 7235fd6683 Added BuildError to Task, sightly modified FxCopLogger to pass over the error code to the BuildError instance; Added ShowErrorHelpCommand to directly show help for build errors (except FxCop and StyleCop) 17 years ago
Daniel Grunwald 21ec6655aa Ignore exceptions during shutdown after a debugger error (e.g. trying to debug 64-bit process) 17 years ago
David Srbecký 8caabfea65 Fixed SD2-1479 - Null exception when running a Python project with the debugger; 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Daniel Grunwald 25612ba844 When an external AddIn is missing, allow removing the AddIn with the AddIn Manager. 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Christian Hornung e35c250c39 ResourceToolkit: Fixed exception when encountering an empty resource name in a ResourceManager constructor call. 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 18 years ago
Matt Ward a7e361e83b Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually. 18 years ago
Daniel Grunwald d2f3fac28c Mark HistoryView as IsViewOnly 18 years ago
Daniel Grunwald fef66a43e6 Fixed exception opening StyleCop options when StyleCop is not installed 18 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 18 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 18 years ago
Siegfried Pammer 213abd0b2a Fixed null reference exception when debugger is running. 18 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 18 years ago
Siegfried Pammer 122177828b Removed unused conditional breakpoint types and improved workflow of breakpoints. 18 years ago
Siegfried Pammer a9ad6e8f8a Small improvements in watch pad. 18 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 18 years ago
Daniel Grunwald 37de833220 Removed failing unit test 18 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Christian Hornung eb46887d5f Prevent project resource image editor from resetting the custom tool to ResXFileCodeGenerator when PublicResXFileCodeGenerator is selected. 18 years ago
Daniel Grunwald f28c5af616 Fixed exception double clicking code-coverage class node when that class didn't contain any methods. 18 years ago
Siegfried Pammer 61c64ac3e7 fixed conditional breakpoints and ==-operator evaluation. 18 years ago
Christian Hornung c6c52a4d9b Reflector AddIn: Wait until assembly loading is finished after starting Reflector. Restore the Reflector form when it is minimized. 18 years ago
Christian Hornung bc98ed09b7 Reflector AddIn: Support indexers with non-default names. 18 years ago
Siegfried Pammer 706c26290e fixed inconsistency with \r and \n in the code generation and insertion code. 18 years ago
Matt Ward d89e6ae397 SD2-1242. Code coverage results now groups a property's getter and setter methods in the tree view. 18 years ago
Siegfried Pammer 6136b45d69 Improved range checking of variable references 18 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 18 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 18 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 18 years ago
Christian Hornung 6a23957e5f Fixed ResourceToolkit crash when resolving in certain VB code where the region of the ExpressionResult is not set. 18 years ago
Daniel Grunwald e1f3edd547 Fixed build. 18 years ago
Daniel Grunwald 20d4744aa4 Put a Hyperlink into the startpage ListView. 18 years ago