1776 Commits (a4469187755c56c851aa20ea1e080dd62856424f)
 

Author SHA1 Message Date
Dickon Field ac398119aa Added basic Describe functionality for Table metadata 19 years ago
Matt Ward ed5d813426 WiX extensions to be passed to Candle, Lit and Light can now be configured in the project option panels. 19 years ago
Daniel Grunwald 8af8808d4c Fixed SD2-1037: Declarations inside an interface don't need end constructs in VB 19 years ago
Matt Ward 1f77918bd7 SD2-1032 - Incorrect cursor position after generating xml comment. 19 years ago
Peter Forstmeier be4f643aea Work on Generic IEnumerable and fixes from FxCop 19 years ago
Matt Ward 762651652b UpdateSetupInfo utility creates the src\Setup\bin folder if it does not already exist. 19 years ago
Dickon Field 26104f5fc2 minor bugfix to load 'empty' metadata files - event handler in place for table description form 19 years ago
Peter Forstmeier 14bbe1194a Make the sorting more generic 19 years ago
Daniel Grunwald e2f4e6b86e Add some strings to translation database. 19 years ago
Daniel Grunwald 432f63447f Fixed SD2-1017: Generated xml comments do not use text editor line terminator 19 years ago
Daniel Grunwald cf81840159 Fixed SD2-991: Regions and Interfaces end constructs not added in VB when pressing enter key. 19 years ago
Daniel Grunwald e4ede6d7b4 Fixed SD2-997: C# comments re-ubication may result in a code error when converting code from C# to VB. 19 years ago
Daniel Grunwald 1b5d91cd34 Fixed SD2-994: Public static classes not converted correctly from C# to VB. 19 years ago
Daniel Grunwald 7bdc43c9c4 Fixed SD2-1012: "Find references" throws exception when used in a stand alone file. 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 244e82fffc Fixed SD2-1013: Disposing splash screen image stream 19 years ago
Matt Ward 0a2022878c Installer now supports upgrades. .Net assemblies correctly identified in installer. Each assembly is now in its own Component in the installer. Added a new UpdateSetupInfo utility to update the installer's product version and guids. Updated build server scripts to use the new WiX based installer. 19 years ago
Daniel Grunwald 4584a6fa5b Fixed forum-9028: orphan resx file if form file is renamed 19 years ago
Daniel Grunwald b2a1463b3b Implemented forum-10323: TODO comments in designer-generated event handlers 19 years ago
Daniel Grunwald 3c5cd69aff Improved smart indentation a bit. 19 years ago
Daniel Grunwald c4e4d52d28 Add Scott Ferrett and Dickon Field to changelog stylesheet. 19 years ago
Daniel Grunwald 5e978e4769 Fixed SD2-917: Added project items not checked for illegal names 19 years ago
Daniel Grunwald fcc3c17310 Fixed SD2-1018: Nameing projects with especial characters makes them unable to run. 19 years ago
Daniel Grunwald d154f02884 Fixed SD2-1020: Nameing project folders with ';' makes the solution unable to run. 19 years ago
Daniel Grunwald afe45ea0dd Fixed SD2-996: C# assigned generic variables not converted correctly to VB. 19 years ago
Daniel Grunwald ddf419442b Fixed SD2-1021: Alias for namespaces not converted correctly between C#<-->VB.NET for base types. 19 years ago
Daniel Grunwald ccb13e5b9d Fixed SD2-1027: #Develop closes while typeing VB 'ReDim' statement. 19 years ago
Daniel Grunwald ce71a3c7dd Fixed SD2-1029: Clean build after deleting GlobalAssemblyInfo.cs fails 19 years ago
Daniel Grunwald cbbedce145 Applied forms designer assembly loading patch by Alex Prudkiy. 19 years ago
Daniel Grunwald ae2cfe3d70 Add Notify Icon and Struct template by Justin Dearing. 19 years ago
Daniel Grunwald e37f2a8ac8 Fix build error. 19 years ago
Daniel Grunwald a3fb4dd463 Fixed SD2-1023: SharpDevelop.exe.config bindingRedirect contains question marks 19 years ago
Peter Forstmeier 51f2580870 ColumnNodes in ReportExplorer can be DragDropped 19 years ago
Matt Ward 0002cc0d9c Added a new Wix based installer for SharpDevelop. Improved performance of Wix files tree view, it now only adds child nodes when a node is expanded. Short filename generator now uses underscore instead of the tilde character preventing candle compilation warnings. User friendly names displayed in Wix files tree view for special folders (e.g. Program Files). 19 years ago
Peter Forstmeier bcf02e8ade Fixes from FxCop 19 years ago
Peter Forstmeier 9818958f90 Remove unused Reports 19 years ago
Peter Forstmeier 4b2f438095 Update Examples Reports using StoredProcedures with Parameters (SQl Server + Northwind) added 19 years ago
Peter Forstmeier e6df090a1f Worked on ParameterHandling for StoredProcedures (SQl Server) 19 years ago
Scott Ferrett 9509fe8a93 #D core assemblies are only compatible with versions 1661 and later. 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
David Srbecký 722f9defa9 Bugfix (Alex): pAppDomain can be null in NameChange callback 19 years ago
Dickon Field c4fe8d4e5a minor changes to ensure that the user is prompted when an attempt it made to overwrite and existing local metadata file 19 years ago
Daniel Grunwald bbb73b9b8f C# parser bug: fixed arrays in unsafe structs are now parsed correctly 19 years ago
Scott Ferrett 4d419fc395 Allow lists of unknown items to be retrieved from the property service. 19 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. 19 years ago
Scott Ferrett a36634e8a9 You could not include a partial XML file in an .addin file using the "Include" element 19 years ago
Dickon Field 7451fc131f ServerBrowserTool now shows meta data for db objects such as Tables, Procedures etc. Loading of metadata from files is now invoked from right click menu for each connection rather than at start up. Beware will overwrite saved metadata if SaveAll invoked while 'empty' DbModelInfos are loaded. 19 years ago
Matt Ward 8b8ed2ca5e Added a basic Wix directory, component and file editor - consists of a explorer-like tree view and property editor. Made the Wix project template more modular - separate files for the product, the user interface sequence, the component files and each dialog. Wix dialog designer can now find bitmap files defined in a different file to the dialog but part of the project. 19 years ago
Dickon Field 1f7f063e9f now has features: 1. can set/reset connection string for a connection, retrieve metadata, and save it, although it is not displayed in the UI. Beware! Metadata is currently unconstrained and consequently huge - a simple Oracle Express db is 67Mb of data in serialised xml form. 19 years ago
Peter Forstmeier d6ab5a3ec8 If a Report has no Data, SharpReport prints a message, this message can be set within the ReportSettings, so no localisation is needed. 19 years ago