3600 Commits (885afa299e6d1e24b29e396596d672c272628584)
 

Author SHA1 Message Date
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
Matt Ward 381262f765 Updated to WiX 3.0.4917.0 17 years ago
Siegfried Pammer 5f1fccd9ce improved ExtractMethod 17 years ago
Siegfried Pammer c2d6a0cb80 fixed Bugs in ExtractInterface 17 years ago
Daniel Grunwald 4bc08d161a Add PrintDocument to default Toolbox. 17 years ago
Daniel Grunwald 2fd53108e1 Renamed "OK" button in solution configuration editor to "Close" (there's no way to cancel the changes). 17 years ago
Daniel Grunwald efc40af0ff Fixed SD2-1504: Tooltip not shown when code folded 17 years ago
Siegfried Pammer 61a20439ea fixed bugs in Extract Method 17 years ago
Daniel Grunwald e8edfd0864 Fixed updating properties in .user file. 17 years ago
Daniel Grunwald 653e996b6f Fixed SD2-1477 - Unable to save project settings in .user file. 17 years ago
Daniel Grunwald c7c5017022 Change base class of ToolBarCommand from ToolStripMenuItem to ToolStripButton. 17 years ago
Daniel Grunwald 24b1a71f09 Fixed bug introduced in revision 3744 (see SD2-1383) 17 years ago
Daniel Grunwald c15374a67c On quad core machines, use 4 build workers by default. 17 years ago
Daniel Grunwald adfef0e617 Fixed build. 17 years ago
Daniel Grunwald c3cc141fe4 Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns). 17 years ago
Siegfried Pammer a5c660c325 fixed SD2-1486 - Extract Interface fails with overloaded methods 17 years ago
Siegfried Pammer 6eaee68ad4 fixed SD2-1383 - Long file name displayed in view title 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
Daniel Grunwald 363aced498 Fixed SD2-1499: Parser null reference exception when parsing an incomplete VB.NET class 17 years ago
Christian Hornung 08b5ca93e2 Fixed SD2-1496 - ArgumentOutOfRange exception when generating event handler in forms designer. 17 years ago
Daniel Grunwald 759f7933a2 Fixed SD2-1488: Tooltips not visible on secondary monitor 17 years ago
Matt Ward 52147675d7 Fixed ArgumentException when MSHelpServices GetSlotFromString method returns an invalid slot index. 17 years ago
Matt Ward 22fd00b356 Fixed SD2-1396 - Moving a file from one project to another when a file exists and is on display. 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 35c76c4613 Fixed SD2-1475 - Rename class does not rename destructor. 17 years ago
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Daniel Grunwald f9b0436045 Fixed build. 17 years ago
Daniel Grunwald d5eaa4e07e Fixed VB compact framework targets. 17 years ago
Matt Ward 24adea7110 Fixed SD2-1333 - Unable to scroll horizontally when a file is first opened. 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 b4030339d7 Added BoundTypeParameter to Dom to represent the inferred types of a generic method invocation. 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 2921e6f48b NRefactory: ensure Parent property is correctly set for all nodes 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 abdf370ea4 Fixed SD2-1469: Argument out of range exception in expression finder 17 years ago
Daniel Grunwald 7b19ef76a3 Fixed SD2-1490: Removing reference throws exception after change of target framework 17 years ago
Daniel Grunwald c197764697 Fixed SD2-1476: Return value attributes not converted correctly 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