343 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 16 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 16 years ago
Daniel Grunwald 8ef02736b4 Add unit test project for the profiler. 16 years ago
Daniel Grunwald efa6ff705a Search for SDK tools in Windows 7 SDK. 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Daniel Grunwald 84576901fd LocalizeExtension + StringParseExtension: implemented automatic update of text when the language changes. 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Daniel Grunwald e96149c718 Show version number of installed 3rd party AddIns in exception dialog. 16 years ago
Daniel Grunwald 72572ae42f Ported BooFormattingStrategy to ITextEditor (fixes forum-9781). 16 years ago
Daniel Grunwald db3f066b73 Fixed SD2-893 - Searching text in a directory with no access permissions throws exception 16 years ago
Daniel Grunwald 3a0fe2b1b2 FileUtility.IsValidPath(...) and additional directory tests (patch by Frederick Kautz) 16 years ago
Daniel Grunwald 42f2675b73 ComponentInspector does not need log4net.dll anymore. 16 years ago
Daniel Grunwald 5ffe90b200 Ported UnitTesting.Tests to MSBuild 4.0. 16 years ago
Daniel Grunwald aa044b3834 Support running unit tests in .NET 4.0 projects. 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 16 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 16 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 16 years ago
Sergej Andrejev 0e385eded1 Use WPF commands for Build and Run main menus 16 years ago
Sergej Andrejev 3f16aa470a Missing files from initial commands registry implementation 16 years ago
Sergej Andrejev 8660b4da03 Initial commands registry implementation 16 years ago
Daniel Grunwald 6008cea9fb Reimplemented MSBuildEngine. 16 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 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. 17 years ago
Christian Hornung 73bc1fcfbf Added some application state information to exception reports. 17 years ago