2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Robert Pickering a859e782a3 Fix problems with F# interactive, thanks Matt! 17 years ago
Siegfried Pammer d99197c07c Added translation for ExtractMethodForm 17 years ago
Christian Hornung 9a36ba805b Forms designer: Fixed the reload interrupting the start of the debugger (forum-8997). Fixed the form being marked as dirty when doing a "warm" reload. 17 years ago
Matt Ward 73fbc027af Disabled local variable resolving in Python binding. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald ea4b5473c3 Fixed SD2-1517: Changes made in project options not being saved on configuration change. 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Christian Hornung 019db94649 Forms designer: Fixed removing and replacing field declarations in VB (the parser obviously specifies the field regions in a different way). 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Daniel Grunwald f5b7441d61 Update to Boo 0.9.0.3203. 17 years ago
Christian Hornung 2ba95f3f4f Enabled strong name signing for the FormsDesigner assembly. 17 years ago
Christian Hornung b932d4fd46 Fixed SD2-1518 - Removing a component from Form is not saved. 17 years ago
Christian Hornung e0791cefb3 ResourceToolkit: Show a message instead of an exception when a resource file cannot be read or written when deleting or renaming keys. 17 years ago
Matt Ward adff7b48bf Project options now working for F# projects. 17 years ago
Daniel Grunwald 0583126bf3 Update to Boo 0.9.0.3153. This fixes SD2-1495. 17 years ago
Daniel Grunwald 086444c2e3 Trying to fix build of F# binding. 17 years ago
Daniel Grunwald a8dd913eb1 Fixed build. 17 years ago
Robert Pickering 02d3d085d2 Build F# plugin with --standalone switch to avoid dependency problems. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Siegfried Pammer dcbc8d5fdd added support for implicitly typed local variables in ExtractMethod, now the type is resolved before using it as a parameter in the new method's signature. 17 years ago
Siegfried Pammer 5f1fccd9ce improved ExtractMethod 17 years ago
Siegfried Pammer 61a20439ea fixed bugs in Extract Method 17 years ago
Daniel Grunwald c3cc141fe4 Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns). 17 years ago
Matt Ward c11c8658f9 Can now specify target CPU when compiling Python applications. 17 years ago
Christian Hornung 52c20abe83 Fixed SD2-1507 - ArgumentNullException when closing a form. 17 years ago
Christian Hornung 08117f470d Fixed SD2-1498 - Deleting Form.Designer file will close main form file and lose changes. 17 years ago
Matt Ward 6e80d05d88 Fixed SD2-1503. Invalid expression error message prompt displayed by watch window. 17 years ago
Matt Ward 76ea758b2a Explicitly set the form's size in ironpython unit test before generating code. 17 years ago
Matt Ward e8fcd7c020 The Python forms designer (currently disabled) now has limited support for designing very basic forms. 17 years ago
Matt Ward a3cabc08a1 StyleCop's tools options panel now handles spaces in the settings file path. 17 years ago
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