1798 Commits (58525633b9b7c091c4434e24eac85f65274b8ae3)
 

Author SHA1 Message Date
Christoph Wille 58525633b9 Forgot that SharpServerTools changes were made in this file too 19 years ago
Christoph Wille 7d41c124ae Removed SharpServerTools 19 years ago
Matt Ward d56c2816d9 Added SharpServerTools to SharpDevelop installer. 19 years ago
Matt Ward cc767e026e Fixed SD2-1061. Creating an XML schema from XML that had a child element with the same name as one of its parents failed due to a limitation of the .NET Framework's DataSet.InferXmlSchema method. Changed the code so it now uses the XmlSchemaInference class (new in .NET 2.0). This class handles multiple namespaces and will generate a schema for each namespace. 19 years ago
Christoph Wille 999b0de67e <Product ... Name="SharpDevelop 2.1 Beta 1" ... /> 19 years ago
Christoph Wille 5492ab6ea6 More string resource updates 19 years ago
Matt Ward 0466f4fc15 Fixed SD2-981 - Running SharpDevelop using nologo command line argument throws invalid operation exception. 19 years ago
David Srbecký aad7945bc0 Fixed SD2-1058: Some string resources not parsed. 19 years ago
Christoph Wille 5dff893301 Updated translation resources 19 years ago
David Alpert 7549cc0ea8 Fixed SD2-938: Navigate Back splitbutton enabled state not updating correctly (thanks Matt) 19 years ago
David Alpert ad410adc06 resolves SD2-1067: TextEditorNavigationPoint.cs in repository but not included in any project; Matt's assessment was correct. 19 years ago
Matt Ward 88a692d2d0 Added missing string resources for WixBinding, standard headers and XML file templates. 19 years ago
Matt Ward d356220e74 File filter now showing correct string and filter working when opening assemblies into the Component Inspector. Fixed missing menu item text in Component Inspector's object tree context menu. 19 years ago
Matt Ward 3ec49dddf9 The string resource being used in the File dialog's filter is now parsed/expanded when adding a WiX library. 19 years ago
David Srbecký 5643b88dd1 Fixed SD2-1086: Debugger thrown exception trying to show tooltip of decimal variable. 19 years ago
David Srbecký f9a634ddc2 Fixed SD2-1085: Debugger throws exception trying to copy an overflowed variable value 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
Dickon Field b1b229dedd fix to compile target location - thanks again to Matt 19 years ago
Dickon Field 4c79e4df57 fix to remove duplicate proj ref - thanks Matt! 19 years ago
Matt Ward 1fb21ce190 SD2-1059. Bookmarks can now be navigated in the xml editor. Bookmarks are re-added when the xml file is closed and reloaded. 19 years ago
David Srbecký a1507afbd5 Fixed SD2-1080: Exception is thrown when stopping debuggee. 19 years ago
David Srbecký a446918775 Do not catch workbench exceptions if debugger is attached 19 years ago
Matt Ward 3a43292513 Fixed SD2-1057 - UserControl in project does not appear in Custom Components tab. When adding an item to the project content cache the full assembly name is used as a key if the project content is a ReflectionProjectContent. 19 years ago
David Srbecký 89927bd77b Added a few error messages for double-clicks: 19 years ago
Dickon Field cb87f01100 added sharpdbtools back to the solution 19 years ago
Dickon Field 2c1b544aa7 added SharpDbTools back as a subproject of SharpServerTools 19 years ago
Matt Ward df3d79371c Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 19 years ago
Matt Ward abc66f6817 Removed SharpDbTools addin from the installer. 19 years ago
Matt Ward 7a0770b513 Temporarily removed SharpDbTools and SharpServerTools from SharpDevelop solution to fix build. 19 years ago
Dickon Field c0dfc6ae04 removed SharpDbTools 19 years ago
Dickon Field 43268e11c5 added SharpServerTools project 19 years ago
Dickon Field 2e15763f99 added SharpDbTools as a subproject 19 years ago
Peter Forstmeier 84b782d949 Update ProjectFile 19 years ago
Peter Forstmeier 64ac8f0956 Start working on Export to (xyz) and better preview 19 years ago
Dickon Field de113b7f45 updated Project/SharpDbTools.csproj 19 years ago
Dickon Field a47902868d added some ui files which got missed somehow 19 years ago
Dickon Field 91c3ab4503 added AssemblyInfo.cs 19 years ago
Dickon Field 4d0a07da39 seperated out SharpServerTools component as a host component for db tools etc 19 years ago
Dickon Field 19f5b32b47 some refactoring preparatory to creating a plugin design for various db types 19 years ago
Dickon Field c2f1be983a some refactoring preparatory to creating a plugin design for various db types 19 years ago
Matt Ward 1c325355a7 Added ASP.NET Web Service project template by Justin Dearing. Added missing project and file templates to SharpDevelop's installer. 19 years ago
Matt Ward 761b8bf89a Incremental search allows case sensitive searches. If all the characters of the search text are lower case the search is case insensitive. If any character is upper case the search is case sensitive. 19 years ago
Matt Ward eb3d8b1a46 Added incremental search menu items. 19 years ago
Matt Ward 5de660a1f5 Added incremental search. 19 years ago
Daniel Grunwald 4e7fdc9893 Update to Cecil revision 65051. Fixes SD2-1052: Crash when starting SharpDevelop 2.1 on 64 bit Windows 19 years ago
Daniel Grunwald efa0ab52a0 Fixed SD2-1055: SharpDevelop can't start after modifying layouts. 19 years ago
Matt Ward 30258f361f Fixed SD2-1051 - Unhandled xml exception when trying to create an xml schema from an xml document that is not well formed. 19 years ago
Daniel Grunwald 3e6311de87 Fixed SD2-959: Subversion throws exception using Diff tool. 19 years ago
Daniel Grunwald 4825990a90 Fixed SD2-965: Exception thrown on ProjectConfigurationPlatforms without '|' 19 years ago