3559 Commits (2921e6f48bec154fede0fb22a360c5a09e585a6a)
 

Author SHA1 Message Date
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
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
Daniel Grunwald c7b3b9193a prevent user from deleting the last configuration/platform 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 e9eba2d44b 'default' keyword was missing in completion list in field initializers. 17 years ago
Matt Ward 5e0d32dfa5 Fixed SD2-1366. Updated app.config schema with elements and attributes in .NET 3.5 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Daniel Grunwald aaa165322a Fixed lookup of namespaces in default imports. 17 years ago
Daniel Grunwald ea3c694316 Fixed build. 17 years ago
Daniel Grunwald a9eb814ba3 VB: Fixed bug in global name lookup when the using scope of the compilation unit is inside a namespace 17 years ago
Daniel Grunwald de2a2b359e Suggest only namespaces after 'using'. 17 years ago
Daniel Grunwald a79df36253 Fixed NullReferenceException in MethodInsightDataProvider. 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 dbb13a444f I uploaded the wrong file (sorry), reverting the changes. 17 years ago
Siegfried Pammer 759d3705ee updated project file (deleted files) 17 years ago
Siegfried Pammer 7323ba5be3 reverted some files uploaded by mistake (sorry). 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 7181ed1237 NRefactory: set parent property on PropertyGetSetRegion, EventAddRemoveRegion, TemplateDefinition. 17 years ago
Daniel Grunwald f26ce60c82 Allow startup to continue if some commands fail 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 36dabdb8e5 Force recompilation of all projects when the solution configuration is changed. 17 years ago
Daniel Grunwald 8b507a58ac Use Dictionary instead of Hashtable in BrushRegistry to prevent boxing of Color objects. Use Pen.DashPattern instead of Pen with HatchBrush for dotted pens. 17 years ago
Daniel Grunwald dbaed14afa Memory usage optimization for the Text Editor as suggested in forum-8629. 17 years ago
Daniel Grunwald 25612ba844 When an external AddIn is missing, allow removing the AddIn with the AddIn Manager. 17 years ago
Christoph Wille f08e6b4517 Beta 3 designation 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
Christian Hornung 1358578da4 Fixed code navigation to work correctly after jumping to another location (e.g. using "Goto definition"). 17 years ago
Daniel Grunwald 9d66ca2fbd Remove SharpDevelop Reports template from data/templates 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 650e909244 Fixed forum-8538: incorrect selection on Undo/Redo. 17 years ago