2196 Commits (cd6059fa22e8696e1369500a03d26258cd4476f4)

Author SHA1 Message Date
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 17 years ago
Daniel Grunwald 70ceca472d Project reference to AvalonDock. 17 years ago
Sergej Andrejev 3f16aa470a Missing files from initial commands registry implementation 17 years ago
Sergej Andrejev 8660b4da03 Initial commands registry implementation 17 years ago
Daniel Grunwald 7ec09f2873 Merge bugfixes from revision 4108 to trunk: 17 years ago
Daniel Grunwald 7c000c9f6e Implemented deleting project items. 17 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 17 years ago
Siegfried Pammer af7878c95c - removed xfrms 17 years ago
Daniel Grunwald 6008cea9fb Reimplemented MSBuildEngine. 17 years ago
Matt Ward 3f6773cc05 Added Create XML output file option to the options panel for unit tests. 17 years ago
Daniel Grunwald 422880a2a1 Fixed opening projects without explicitly set ToolsVersion 17 years ago
Daniel Grunwald c096d54094 MSBuildBasedProject based on Microsoft.Build.Construction 17 years ago
Daniel Grunwald 1cba8b527f Started rewrite of MSBuildBasedProject using MSBuild 4.0. 17 years ago
Daniel Grunwald cccf3779c2 WpfWorkbench: fixed MainWin32Window property 17 years ago
Daniel Grunwald 0ddeaa68a8 Remove ICSharpCode.SharpDevelop.BuildWorker. 17 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 17 years ago
Daniel Grunwald 4db960a353 Create new projects using MSBuild 4.0 17 years ago
Daniel Grunwald 75192cf01f Set ICSharpCode.Build.Tasks back to .NET 2.0. 17 years ago
Daniel Grunwald bb37c77bf4 Allow converting projects to MSBuild 4.0 17 years ago
Daniel Grunwald 2d25fd022a Allow opening VS 2010 solutions. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Daniel Grunwald 8e8d5ecdae Merged revision 4096 from 3.0 to dotnet4. 17 years ago
Daniel Grunwald 324fab013a Update to Mono.Cecil revision 134535. 17 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 17 years ago
Daniel Grunwald 8e783a6694 Fixed icons in class browser. 17 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 17 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 17 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 17 years ago
Daniel Grunwald 65019e2fa3 Do not save the highlighter being used if the user didn't change it. 17 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 17 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 17 years ago
Matt Ward 03a0ccecfe Updated language resources. 17 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 17 years ago
Daniel Grunwald 1d90f5a81d Fixed SD2-1514 - Exception compiling F# project using build worker. 17 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Daniel Grunwald 4792788d4c Fixed build. 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 17 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 17 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 17 years ago
Daniel Grunwald 6fba7e0501 Fixed forum-9315: view contents with customized save command (e.g. project options) are not saved when closing them and clicking 'Yes' in the 'Do you want to save?' question. 17 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 17 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 17 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago