187 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 19 years ago
Daniel Grunwald 859db0967a Fixed SD2-1081: Start up project doesn't show its node text bolded. 19 years ago
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 19 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 20 years ago
Markus Palme 1dc51241d5 cleanup 20 years ago
Daniel Grunwald 92391e4960 Lazy-loading for IDE option panels. 20 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Matt Ward b496daa5e1 Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined. 20 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 20 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 20 years ago
Christian Hornung 5f78877937 ResourceToolkit: Added a ToolBarCheckBox to the unused resource keys view to filter out the ICSharpCode.Core host application resources. Improved performance when the list view is filled. 20 years ago
David Alpert 7549cc0ea8 Fixed SD2-938: Navigate Back splitbutton enabled state not updating correctly (thanks Matt) 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald d154f02884 Fixed SD2-1020: Nameing project folders with ';' makes the solution unable to run. 20 years ago
Scott Ferrett 4d419fc395 Allow lists of unknown items to be retrieved from the property service. 20 years ago
Scott Ferrett d6575e249d Allow applications that use the SharpDevelop core to detect if the property service has been initialized, when there are no addins in the system. 20 years ago
Scott Ferrett a36634e8a9 You could not include a partial XML file in an .addin file using the "Include" element 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 20 years ago
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 20 years ago
Daniel Grunwald 941c45808b Make Consolas the default font on Vista. 20 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 20 years ago
David Alpert 0fccdb3d58 possible workaround to SD2-941. 20 years ago
Daniel Grunwald 09b610b3ae Boo.InterpreterAddIn now can host multiple interpreters 20 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 20 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 20 years ago
David Alpert 03c3f60c71 ToolBarSplitButton now supports disabling the button while leaving the dropdown enabled; addin files can now specify a disabledIcon for a ToolBarSplitButton's button. 20 years ago
Daniel Grunwald 6050a6bda4 Moved some more strings to translation database. Windows Service template now contains installer class. 20 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 20 years ago
Daniel Grunwald 906253d37f Add NRefactory demo application. 20 years ago
Daniel Grunwald 5753bafcba Fixed SD2-796: Building whilst debugging 20 years ago
Daniel Grunwald 37c2bc671d Fixed SD2-783: GDI Handle leak 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald f13e699e99 Fixed SD2-724: CustomDialog does not expand to fit buttons 20 years ago
David Alpert 32abd834aa recent changes to ToolBarDropDownButton are now compatible with previous usage, notably in the SearchAndReplace toolbar. 20 years ago
David Alpert 1df6c0e51d Applied patch by John Simons: 20 years ago
David Alpert 736f89aa63 Applied patch by John Simons: 20 years ago
Daniel Grunwald 40cb6ff96f Fixed SD2-732: Closing pad context menu's using escape key 20 years ago
Daniel Grunwald e378b90e2e Fixed exception when opening a solution containing web projects. 20 years ago
Daniel Grunwald d345513b3b Add Code Analysis AddIn (can control which FxCop rules to run). 20 years ago
Daniel Grunwald 17c49a84b4 Fixed forum-5561: Preferences not saving if path exceeds certain length 20 years ago
Daniel Grunwald 3e7560380f Conditions are now supported in the <Runtime> section of the .addin files. This allows choosing different assemblies based on properties like ${Platform} (Win32 or Win64). 20 years ago
Daniel Grunwald d0ccf4ffd3 Add generic overload of BuildItems. 20 years ago
Daniel Grunwald ff9c98b6cd Fixed SD2-677: Copy file path/name menu option not disabled for new file 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 8c9051f865 Exclude all languages with more than 600 missing translations. 20 years ago