134 Commits (2ea30969e5faeb8bda7462c743fd31cd079d82a4)

Author SHA1 Message Date
Christoph Wille eaa4c88c80 Updated SharpReport to revision 31. This revision includes PDF support. Setup still needs to be modified to include added assemblies. 19 years ago
Daniel Grunwald 61ee98484d Add strings from subversion AddIn to translation database. 19 years ago
Daniel Grunwald f7d5e74a8b Fixed SD2-934: Two Dynamic Help menu items 19 years ago
Daniel Grunwald e9dc0db183 Prevent StackOverflowException when loading assemblies with cyclic dependencies into the forms designer. Fixes SD2-1177: Forms Designer for .NET 1.1 projects (System.dll and System.Xml.dll depend on each other) 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 19 years ago
Daniel Grunwald 514ed2c88e Add SharpReport binaries from revision from revision 1909. 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 19 years ago
Matt Ward 562ef7e2a9 Updated string resources for WixBinding, XML Editor and Component Inspector. 19 years ago
David Srbecký b2634a3a87 Some debugger strings made translatable 19 years ago
Matt Ward eb3d8b1a46 Added incremental search menu items. 19 years ago
Daniel Grunwald 52e507e78c Fixed SD2-954: String resources are missing for Refactor menu. 19 years ago
Daniel Grunwald 6e47a8a518 Move Insert color & Insert GUID to edit menu. 19 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 19 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. 19 years ago
Daniel Grunwald e2f4e6b86e Add some strings to translation database. 19 years ago
Daniel Grunwald ccf76e4596 Fixed SD2-1005: Time before text editor is editable when creating a new file without a project 19 years ago
Daniel Grunwald d52c09180f SD2-1000: Deleting the ".." folder visible when the project contains incorrectly linked files deletes the whole parent directory 19 years ago
Daniel Grunwald 8ee931825f Add IconEditor AddIn (can currently only view icons, modifying them will be added later) 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 19 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 19 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 19 years ago
Matt Ward 1c2d6baba1 Added 'Find Next Selected' search menu option which will find the next occurrence of the selected text in the document. 19 years ago
Daniel Grunwald b00f016ce6 Applied "Providing text editor tooltips using the AddInTree" patch by Christian Hornung. 19 years ago
Daniel Grunwald adbbcc2c2b Fixed SD2-851: Pasting solution folder hangs SharpDevelop 19 years ago
Daniel Grunwald 6050a6bda4 Moved some more strings to translation database. Windows Service template now contains installer class. 19 years ago
Daniel Grunwald 7ec05ca194 Fixed SD2-840: Adding existing item to unknown project type throws a null reference exception 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Daniel Grunwald 82f68b0329 Fixed several minor bugs; put some strings into the translation database. 19 years ago
Daniel Grunwald 374bcd7409 Fixed SD2-815: Generic delegate throws null reference exception 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 19 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 19 years ago
Daniel Grunwald ae481755b4 Fixed SD2-778: Indent (Ctrl+I) should be put into main menu 20 years ago
David Srbecký 7210557a1f Implemented SD2-694: Keyboard shortcut to toggle breakpoints 20 years ago
Daniel Grunwald b69a14156d Fixed SD2-746: Bookmark all button on search dialog does nothing 20 years ago
Daniel Grunwald b26a42e1ac Class Browser now supports node builders (based on patch by Robert Zaunere) 20 years ago
Matt Ward b132233e3e SD2-718 - Search finding a match in a resx file causing an invalid cast exception when trying to convert the resource editor to an ITextEditorControlProvider. Resource files are now excluded from searches. Excluded file extensions defined in ICSharpCode.SharpDevelop.addin. SearchReplaceManager now handles the situation where a view cannot be converted to an ITextEditorControlProvider. 20 years ago
Daniel Grunwald cc81b04a03 Update to Boo 0.7.6.2175, adapted NRefactoryToBooConverter. 20 years ago
Matt Ward 4ca7b2d50a Added copy menu item to output pad's context menu. 20 years ago
Matt Ward 55777f300b SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs. 20 years ago
Matt Ward c7a105f3a3 SD2-714 - Save all menu option not disabled after saving all files. The OpenWindowStateEvaluator was looking for a condition called windowstate instead of openwindowstate. 20 years ago
Matt Ward d88e98163f SD2-703. Main project menu now includes add new item, add existing item, add new folder and add mono reference menu options. 20 years ago
Matt Ward d4ad2a79a6 SD2-464. Added projects and solutions options. 20 years ago
David Alpert b6b2341ac2 "Save all currently open buffers" option added to OpenFileTab/ContextMenu 20 years ago