5380 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)
 

Author SHA1 Message Date
Daniel Grunwald 5b234505d4 Fixed compiling. 16 years ago
Siegfried Pammer cc3c85e651 implemented partial XAML markup extension resolving 16 years ago
Daniel Grunwald 3b275b49a9 Fixed bugs in MSBuildSetProperty. 16 years ago
Martin Koníček 7d12d7c92f Proper expanding of nodes. 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 16 years ago
Siegfried Pammer 1998c526b6 - fixed display bug in TaskView (off by one error) 16 years ago
Daniel Grunwald 528f42af4f Fixed support for parallel builds. 16 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 16 years ago
Martin Koníček 814cce4b1c ObjectProperty.IsNull to distinguish properties that have null value from those that have value but haven't been expanded yet. 16 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 16 years ago
Siegfried Pammer 3754225517 fixed Unit Tests 16 years ago
Daniel Grunwald e82a1f11fc Fixed showing completion window when another completion window is already open. 16 years ago
Martin Koníček a27db5bb6e Object graph visualizer - all doubles for communication with Graphviz's Neato are formatted to 3 decimal places - Neato crashed on some inputs, hopefully fixed now. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald 6ca2404d09 Adjust unit tests. 16 years ago
Daniel Grunwald aa044b3834 Support running unit tests in .NET 4.0 projects. 16 years ago
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 16 years ago
Matt Ward bd0f69b8de Python forms designer now ignores any statements before the form's InitializeComponent method is found (e.g. sys.path.append('...'). 16 years ago
Daniel Grunwald 8396a39d9c Update AvalonDock to 1.2.2154. 16 years ago
Daniel Grunwald 8a4b2018a5 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald 5fea001e96 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 16 years ago
Matt Ward eb27110cbf XML schema namespaces now visible in completion window. 16 years ago
Daniel Grunwald 8b85721272 Don't save temporary modifications in the project during a build into the project file. 16 years ago
Daniel Grunwald ba0cb0bd43 Shut down build worker processes after the build has finished. 16 years ago
Matt Ward 9e9c0c657e Add 'import clr' if clr.GetType used in converted python code. 16 years ago
Daniel Grunwald df936415bb Enable MSBuild's change detection. 16 years ago
Matt Ward c487ec1948 Xor operator now converted to python correctly. 16 years ago
Matt Ward ef6155db5d Python converter no longer uses 'self' when calling a method inside a static method. 16 years ago
Matt Ward 7319925fef Python code converter now adds code to call the project's main entry method. 16 years ago
Matt Ward 5a90f84c1b Python code converter now converts 'foreach (string key in dictionary.Keys)' statements correctly. 16 years ago
Matt Ward 4f56a35d20 Now using short type names (e.g. Array instead of System.Array) in generated python code. 16 years ago
Matt Ward eb5ba0db01 Convert System.String and System.Int32 to 'str' and 'int' in python. 16 years ago
Matt Ward 723584bcfc New line added between import statements and class definitions when converting code to Python. 16 years ago
Daniel Grunwald f33b5c152c Fixed code completion on protected members from a base class when the inheritance was specified in a different part of a partial class. 16 years ago
David Srbecký f6bd5596bb MemoryReadWrite test updated for .NET 4.0 (but it is still ignored by default) 16 years ago
Daniel Grunwald 44c665f6f5 Fixed ObjectDisposedException if user closes SharpDevelop while LoadSolutionProjects thread is running. 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Matt Ward 85e78d6762 Fixed bugs in XmlParser when getting the attribute value and attribute name when the attribute value contains an equals sign. 16 years ago
Matt Ward 5786346f6c When autocompleting an xml element end tag the cursor is now left inside the element after completion and not put at the end of the inserted end tag. 16 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 16 years ago
Matt Ward d5c1f989ca Fixed build. 16 years ago
Daniel Grunwald 8e1bb69fbb Fixed compiling projects with project references. 16 years ago
Daniel Grunwald 4db1e52468 Use a single ProjectCollection - MSBuild 4.0 doesn't support parallel builds if multiple project collections are used. 16 years ago
Daniel Grunwald 7da40d343b Updated fullAssemblyNameToRequiredFrameworkVersionDictionary. 16 years ago
Daniel Grunwald dd0f1680c0 Merge trunk into dotnet4. 16 years ago
Daniel Grunwald 493b57855f Fixed path for saving dock layout files. 16 years ago
Siegfried Pammer 635c9ff4e1 - added additional logging to Unit Test profiling 16 years ago
Martin Koníček d1e5cbab0d ObjecObject graph visualizer - arrows start at properties. 16 years ago