1700 Commits (ccb13e5b9d32c67d72909bd2c88b5dd7a4f4e3cc)
 

Author SHA1 Message Date
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
Dickon Field 3ea7fcaf12 additions to ServerBrowserTool and updates to ConnectionStringDefinitionDialog to modified connection string associated with a database connection 19 years ago
David Srbecký 5d6fec85b5 Synchronous eval calls 19 years ago
Matt Ward 484d15caeb Changed the WiX project to use the OutputName MSBuild property as the .msi filename and not the project name to match how the WiX MSBuild tasks work. 19 years ago
David Srbecký 9af3b9599e Caching of variables 19 years ago
Peter Forstmeier 6ca65981b5 Working on samples 19 years ago
Peter Forstmeier d5b7e55639 Fixes from FxCop 19 years ago
David Srbecký 34d59c3315 Eval derives from Variable 19 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 19 years ago
Daniel Grunwald 05acdf817f "throw new" now only shows types deriving from Exception. 19 years ago
Daniel Grunwald 14594474f1 Fixed SD2-964: Public VB structure variables are recognized as private ones. 19 years ago
Daniel Grunwald d8cc294df5 Fixed SD2-968: C# to VB conversion error for generic structures. 19 years ago
Peter Forstmeier dc8a0343ec Work on ReportExplorer, fixes from FxCop 19 years ago