4142 Commits (3b275b49a9c0293a49ea021681082251a2f36605)
 

Author SHA1 Message Date
Daniel Grunwald 3b275b49a9 Fixed bugs in MSBuildSetProperty. 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 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
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 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
Daniel Grunwald 40cdceff01 Add most AddIns back. 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
Daniel Grunwald df936415bb Enable MSBuild's change detection. 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 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 dd0f1680c0 Merge trunk into dotnet4. 16 years ago
Daniel Grunwald 493b57855f Fixed path for saving dock layout files. 16 years ago
Martin Koníček d1e5cbab0d ObjecObject graph visualizer - arrows start at properties. 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
Daniel Grunwald 8dff23a58e Fixed build. 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
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
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
Daniel Grunwald 103e19faf5 Add Project Reference dialog: sort projects alphabetically. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Martin Koníček 811e7c2f6a ObjecObject graph visualizer - refactored ObjectGraph - ordering of children, preparation for expanding nodes. 16 years ago
Daniel Grunwald 0e632cbd45 Fixed GUID in project reference to XmlEditor. 16 years ago
Daniel Grunwald 8676686279 Merge (reintegrate) XmlEditor to trunk. 16 years ago
Siegfried Pammer 436413a26e - fixed Unit Tests 16 years ago
Daniel Grunwald fc543e2a99 Implemented updating text anchors on text replace operations. 16 years ago
Daniel Grunwald f652b033eb Added back missing svn:keywords property. 16 years ago
Daniel Grunwald f8584b2d36 AvalonEditViewContent: set TabPageText 16 years ago
Siegfried Pammer 3bc97380be fixed Unit Tests 16 years ago