2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
Christian Hornung 08b5ca93e2 Fixed SD2-1496 - ArgumentOutOfRange exception when generating event handler in forms designer. 17 years ago
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
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Daniel Grunwald 1012755da5 Fixed SD2-783: GDI Handle leak 17 years ago
Matt Ward 652a2288d8 Improved error reporting with the PythonCompilerTask. STAThread attribute added to main method when compiling python code to executable. 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
Siegfried Pammer 5e40d123b8 fixed some bugs in the HexEditor 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald 7b19ef76a3 Fixed SD2-1490: Removing reference throws exception after change of target framework 17 years ago
Daniel Grunwald e7cfd48550 Fixed SD2-1484: Subversion AddIn: Cannot delete ignored file. 17 years ago
Siegfried Pammer ccfbbfe22c removed custom settings file and integrated into SharpDevelop's settings file and improved display binding (no need to load for all files anymore) 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
Daniel Grunwald 9730e9b2ce Revert revision 3700. 17 years ago
Siegfried Pammer 2c7a1477ef implemented some stability checks into ShowErrorHelpCommand 17 years ago
Matt Ward 83f1a70b35 Fixed SD2-784 - File still considered dirty after undoing all changes. 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
Matt Ward b42119f27c Correct F# targets file now used when creating a new F# project. 17 years ago
Siegfried Pammer aa66c1f847 Implemented insertion of "#End Region" Tags. 17 years ago
Siegfried Pammer 85a49fecab fixed insertion of End-Statements in VBNetBinding 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
Christian Hornung 661fdc3406 ResourceCodeGeneratorTool: Ensure that we do not overwrite an existing class (e.g. designed form) with the generated class. Output an error message when such a situation occurs. 17 years ago
Daniel Grunwald 21cc29b04e Fixed forum-8540: code completion window opens and closes immediately when overwriting an identifier. 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 0f7890a6a1 Remove WPF Designer. 17 years ago
Daniel Grunwald 899eccf099 Fixed build. 17 years ago
Daniel Grunwald 8d0d84ad0e Fixed build error when F# is not installed. 17 years ago
Robert Pickering d36a6cade0 Remove custom F# msbuild task. 17 years ago
Robert Pickering 7755f80fe8 Upgrade to F# version 1.9.6.2 which includes an msbuild task, so we can remove our custom task. 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
Matt Ward e6e7966038 The language to use for localization of WiX UI dialogs can now be specified in the project options. 17 years ago
Matt Ward 81527343aa Updated to WiX 3.0.4714 17 years ago
Matt Ward 8fb658431b No longer ignoring one of the python parser tests which now works in IronPython 2 17 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 17 years ago
Matt Ward 3b917d707f Changed the Python console window command line history so it behaves the same as ipy. Previously after reaching the start/end of the command line history the start/end command line would be shown again when moving the other way through the history. 17 years ago
Matt Ward 6a7bce1bcc Added IronPython.dll reference to Python console and winform project templates. 17 years ago