320 Commits (fe198da3f5673514778d05aeeaa86cc03b0e0614)

Author SHA1 Message Date
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 17 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 17 years ago
Sergej Andrejev 0e385eded1 Use WPF commands for Build and Run main menus 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 6008cea9fb Reimplemented MSBuildEngine. 17 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 17 years ago
Daniel Grunwald 376c978294 Cut/Copy/Paste: use WPF routed commands. 17 years ago
Daniel Grunwald fd9e16c394 AvalonEdit code completion 17 years ago
Daniel Grunwald 9fc26985b2 Added CreateStartInfo method to AbstractProject. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald a2a0519357 When using "Compile modified projects only", require recompilation if the project options were changed. 17 years ago
Daniel Grunwald 18699759d9 Handle errors when writing new class diagram (fixes forum-9024: Read only class diagram file causing System.UnauthorizedAccessException) 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald e02ca7fc5e Allow SharpDevelop 3.0 addins to load in SharpDevelop 3.1. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald d8ff8210c5 Remove abstract/sealed modifiers from interface when extracting an interface from a class. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Daniel Grunwald c3cc141fe4 Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns). 17 years ago
Daniel Grunwald f26ce60c82 Allow startup to continue if some commands fail 17 years ago
Daniel Grunwald 25612ba844 When an external AddIn is missing, allow removing the AddIn with the AddIn Manager. 17 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Christian Hornung 73bc1fcfbf Added some application state information to exception reports. 18 years ago
Daniel Grunwald 90e697e7b7 Upgrade to new AvalonDock version, support for ViewClosed event. 18 years ago
Daniel Grunwald dea24b0ea4 r7439@daniel-notebook (orig r3401): daniel | 2008-08-17 16:07:42 +0200 18 years ago
Daniel Grunwald b3d8bda1a8 Don't throw exception when an SDK tool is not found. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Justin Dearing bc1f3d9112 You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year. 18 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 18 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 18 years ago
Daniel Grunwald ce1d104029 Add "Vendor" directory. 18 years ago
Daniel Grunwald 6139a17a8b Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats. 18 years ago
Matt Ward 486fac00b6 FileUtility's NetFrameworkInstallRoot now returns the correct folder. 18 years ago
Justin Dearing 01842182c2 Improved the searching for SDK executables. 18 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 18 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 18 years ago
Daniel Grunwald 054997566c Some minor bug fixes, changed copyright date from 2007 to 2008. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 19 years ago
Daniel Grunwald 938e18962f WorkbenchLayout: make the SharpDevelop main form structured similar to the DockPanelSuite sample application, use DockingMdi mode. This seems to solve some issues with the DockPanelSuite v2.1. 19 years ago
Daniel Grunwald 180d7d1cf6 Show build progress in status bar. 19 years ago
Daniel Grunwald 22816a916b Make Properties class thread-safe. (probably fixes forum-18390). 19 years ago
Daniel Grunwald f14402cb05 Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented. 19 years ago