343 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Daniel Grunwald 3e697f8582 Set version number to 4.3. 13 years ago
PeterForstmeier 02184b1b64 Convert hard coded text to StringResources in DebugOptions 14 years ago
PeterForstmeier 2ea859e545 DebugOptions.cs 14 years ago
Siegfried Pammer f1c64399e9 mark Codon.GetFailedAction obsolete, because it does not check inherited conditions 14 years ago
Siegfried Pammer 93afeca576 fixed bug in SearchDirectoryInternal 14 years ago
Siegfried Pammer 1570138319 fixing some bugs and playing around with cancellation 14 years ago
Siegfried Pammer 79a5c54f73 implemented find next 14 years ago
Daniel Grunwald ae3458d900 Look for SDK tools in Windows SDK 7.1 14 years ago
Daniel Grunwald 599f60c46a Set version number to 4.3. 14 years ago
Daniel Grunwald 8948ebf6f2 Added hack to make SharpDevelop 4.2 load AddIns written for SharpDevelop 4.1. 14 years ago
Siegfried Pammer 5a943271ea working on SD-1527 - A display binding's supported files should be independent from the files it handles by default: 14 years ago
Siegfried Pammer 2087328303 removed calls to obsolete StringParser.Parse overload 14 years ago
Daniel Grunwald eb0d93724e ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance. 14 years ago
Daniel Grunwald d14fa2d34d WPF Designer: Fix ImageSourceEditor. 14 years ago
Daniel Grunwald df5b8df4cd Fix build. 15 years ago
Daniel Grunwald 632c44e10e Inherit conditions into child codons (lexically within the same .addin file). 15 years ago
mrward 50d17bbe3a Save recent NuGet packages used in properties file. 15 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 15 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Daniel Grunwald 5990c898ec ICSharpCode.Core: memory optimization: use common XmlNameTable for all addins being loaded. 15 years ago
Matt Ward 9c333a8e6c Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception 15 years ago
Daniel Grunwald f25bb57203 Fix SD-1736: When a file is in multiple projects, ParserService should return the ParseInformation for the project that does not link to the file. 15 years ago
Daniel Grunwald 748caff645 Fix "Unhandled exception when installing packed addin with incorrect .addin file" (http://community.sharpdevelop.net/forums/t/11807.aspx) 15 years ago
Daniel Grunwald 550f9eaa76 Speed up search for *.addin files by using Directory.GetFiles() with SearchOption.AllDirectories 15 years ago
Daniel Grunwald ee5cb9d895 Log loading of AddIns instead of loading of AddIn Runtimes 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 2607159591 Validate language when starting up SharpDevelop. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald b6f4ade7b4 Allow overriding the BranchName (necessary on build server) 15 years ago
Daniel Grunwald 7f67d54541 Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info. 15 years ago
Daniel Grunwald 20cce69fa9 Fix build. 15 years ago
Daniel Grunwald 6e8012ed22 Fixed sorting of AddInTreeNodes when multiple <Path> elements in a single addin file contribute to the same path. (Patch by Boris Kozorovitzky) 15 years ago
Daniel Grunwald b27c4aa924 Compile UpdateAssemblyInfo.exe as part of the build. 15 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 15 years ago
Daniel Grunwald c96e64b46f Simplify code using FileFilter 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 15 years ago
Daniel Grunwald ccc4e24de9 Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns. 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 15 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 15 years ago
Daniel Grunwald 76e48b3c63 Check that properties are not set to null (the value null cannot be saved, see crash in forum-11130). 15 years ago
Daniel Grunwald b6cea6adb3 Fixed "is assembly in GAC" check for .NET 4 assemblies (thanks to Feng Chen). 16 years ago
Daniel Grunwald 74d66b5beb Use "cannot load file" dialog only for IOException and UnauthorizedAccessException; let other exceptions unhandled. 16 years ago
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 16 years ago
Daniel Grunwald 800da5a5c5 Fixed race conditions in AddIn system when Runtime.Load is triggered from multiple threads at once. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Daniel Grunwald 7f32d9be78 Adjust AddIn compatibility hack so that SD 3.0 AddIns can be loaded in SD 3.2. 16 years ago
Matt Ward 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 16 years ago