5013 Commits (a122dc1a84ae260cd1f5da0ae9b46f2229d1a278)
 

Author SHA1 Message Date
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
Siegfried Pammer 2adeaa6865 Profiler: reimplemented search in QueryView 16 years ago
Martin Koníček 62ad4d6840 ObjecObject graph visualizer - refactored PositionedGraph, preparation for arrows starting at properties, preparation for expanding nodes. 16 years ago
Daniel Grunwald c62cfbcad7 AvalonEdit: allow setting the caret color. 16 years ago
Daniel Grunwald 4d8bde1e77 Added AutomationPeer for AvalonEdit TextEditor. Based on patch by Amir Tuval. 16 years ago
Matt Ward 74fdc0c0fe Double quote characters now escaped when generating string property assignments in the python forms designer. 16 years ago
Matt Ward a5746f751d Backslash characters now escaped when generating string property assignments in the python forms designer. 16 years ago
Daniel Grunwald 8dff23a58e Fixed build. 16 years ago
Matt Ward 892d56d9d8 Correct code generated for nested enum types (e.g. Environment.SpecialFolder) in the python forms designer. 16 years ago
Daniel Grunwald 344eae48db Simplified Reflector AddIn by using Reflector's SendMessage API instead of registering the IPC AddIn. 16 years ago
Daniel Grunwald d1069f31dc AvalonDock: set Focusable=false for border inside DockablePane 16 years ago
Daniel Grunwald 13bc024ffe AvalonDock: disable Ctrl+Tab and Shift+Tab shortcuts 16 years ago
Daniel Grunwald fa147595b3 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald aeb01cd6c0 Fixed another performance issue in the ClassBrowser. 16 years ago
Daniel Grunwald 6d236d120c Fixed performance issue in class browser during loading of a solution. 16 years ago
Daniel Grunwald 9237bea45a Performance improvements for solution loading: 16 years ago
Daniel Grunwald 85c1b6e991 Profiler: Fixed CPU usage graph in time line. 16 years ago
Matt Ward 34fd498390 Break statements no longer generated when converting a switch statement to python. 16 years ago