1762 Commits (a47902868d5c3feb81de4212357b0f72f9b1c4e4)
 

Author SHA1 Message Date
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
Dickon Field 4d6221baad More wip: ServerBrowserTool now loads and displays basic DbModelInfos using user's home dir 19 years ago
Peter Forstmeier 436fdde902 Work on <http://community.sharpdevelop.net/forums/thread/10479.aspx> (Reports with StoredProcedures and Parameters), add a new Dialog for Parameter entry, did some refactoring to eleminate parts of SharpQuery 19 years ago
Dickon Field 4798d42751 Various fixes: can now add a ConnectionString to a DbModelInfo using the corresponding TreeNode, and SaveAll saves the content of each DbModelInfo to the user's home directory 19 years ago
David Srbecký 738bbd243f Show ToString() text in tooltip 19 years ago
David Srbecký deec03cf24 Moving functionality from NDebugger to Process - rewritten Debugger.AddIn to the process based model 19 years ago
Matt Ward 019487d8c2 Currently selected xpath query result list item is highlighted in the XML editor. Fixed FileNotFound exception when running xpath queries on XMLSchema.xsd. Fixed exception that could occur when scrolling to the selected node when the XML had been removed. 19 years ago
David Srbecký 963427473f Moving functionality from NDebugger to Process - Debugger.Core compiles again 19 years ago
David Srbecký ac04c154eb Moving functionality from NDebugger to Process - added ManagedCallbackSwitch 19 years ago
David Srbecký 5a239657b8 Moving functionality from NDebugger to Process - using ProcessEventArgs 19 years ago
David Srbecký ca43545dd8 Moving functionality from NDebugger to Process - rename debugger to process 19 years ago
David Srbecký c3bb2fae23 Store PauseSession per process 19 years ago
Dickon Field c84261218b Further mods to ServerBrowserTool and ConnectionStringDefinitionDialog to enable attaching connection strings to logical database connections - not currently working 19 years ago
Matt Ward e63247c63f Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 19 years ago
David Srbecký e035a893a6 Added ExceptionThrown event; Some code moved to NDebugger.Pause 19 years ago