4352 Commits (dff9a219380906c8f2b5a4d230a2934abb1ee3b9)
 

Author SHA1 Message Date
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
Sergej Andrejev 93b84b3b1a Similar shortcuts list in shortcut management window 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
Sergej Andrejev 90b3d0fef8 Shortcuts gestures management window 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
Sergej Andrejev 5449d1aa4f Filter shortcuts by key gesture in shortcuts management addin and other visual enchantments 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
Daniel Grunwald bcef5f830f Fixed NullReferenceException when opening a file without syntax highlighting. 16 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 16 years ago
Sergej Andrejev 87dee20444 Add ShortcutsManagement options panel 16 years ago
Daniel Grunwald d8f0dd24b0 Fixed exception in VB code completion when a C# project contains two namespaces that differ only in case. 16 years ago
Daniel Grunwald 39c00dbb0c Implemented ClassMemberBookmarks and NavigationPoints for AvalonEdit. 16 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 16 years ago
Daniel Grunwald ac14bb27f2 Allow setting 'Option Infer' in project options. 16 years ago
Sergej Andrejev 2f239443ff ShortcutsManagement options panel 16 years ago
Daniel Grunwald fb9520f571 Allow choosing the target framework when creating VB projects. 16 years ago
Daniel Grunwald 5eee3babfc Implemented syntax highlighting in search results pad. 16 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 16 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 16 years ago