238 Commits (6e4299e31fa92b0284fc4d64880c835003417602)

Author SHA1 Message Date
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
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald ebbd3bd080 Fixed SD2-640: Add existing form to project does not add .resx file 20 years ago
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald f1941afc91 Put more strings into the translation database. 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Matt Ward e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald b483073c64 Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad. 20 years ago