1762 Commits (a47902868d5c3feb81de4212357b0f72f9b1c4e4)
 

Author SHA1 Message Date
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
Daniel Grunwald de05357b9e Fixed SD2-971: Correct VB arrays declaration and redim-statements are recognized as code errors. 19 years ago
Daniel Grunwald a3514a2483 Add LineCounter AddIn to samples. 19 years ago
Dickon Field bc8ccb8b28 More WIP: addition of DbModelInfos to cache and refresh of ServerBrowserTool 19 years ago
Daniel Grunwald f22e89b7d1 Fixed code-completion bug (NullReferenceException) introduced in rev. 1661 19 years ago
Daniel Grunwald 6f3ea68408 Fix web reference unit tests by initializing the LanguageBindingService with dummy data. 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
Daniel Grunwald 8b52417845 Web references in Boo projects are now supported. 19 years ago
Matt Ward 6052f22389 Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Matt Ward 95a1d1da42 Fixed null reference exception that occurred if the WiX dialog designer was switched to when no WiX project was open. 19 years ago
David Srbecký a59070cb37 Set Revision svn keyword; forgot to commit two files 19 years ago
David Srbecký 416685b4ed Created IMutable interface to propagate Changed event of variables 19 years ago
Dickon Field 370fde9769 More WIP - updates to DbModelInfo, DbModelInfoService and ServerBrowserTool 19 years ago
David Srbecký 262c2dadec Started getting of local variables for boo 19 years ago
David Srbecký d077473538 Added NewObjectEval; 19 years ago
Peter Forstmeier 279e4658ca Modify SharpReportAddin.csproj 19 years ago
Peter Forstmeier 8651171880 Delete unused FieldsExplorer/FieldsExplorer.cs 19 years ago
Peter Forstmeier 36b7685c62 Better usage for ReportExplorer 19 years ago
Daniel Grunwald f83c70125d Fixed SD2-960: Rename file from class view does not update project 19 years ago
Daniel Grunwald f783114241 Fixed SD2-869: When opening a project with solution, ensure the solution contains the project 19 years ago
Matt Ward 0050ba056e The WiX controls sidetab now sets the hint path using the addinpath string parser property. Fixes the exception that occurred on opening the toolbox when SharpDevelop's working directory was not the bin folder. 19 years ago
Daniel Grunwald c0d3486c47 Fixed SD2-963: Incorrect VB to C# convertion for public structure variables 19 years ago
Daniel Grunwald cbaa40a505 Fixed SD2-967: Buffer convertion from C# to VB throws exception if C# code contains the 'fixed' keyword. 19 years ago
Dickon Field 03314a3f75 added prototype classes for various node types that will make up the Database part of the ServerBrowserTool 19 years ago
Dickon Field aa782c4ea9 some updates to addin file, DbModelInfoService and ServerBrowserTool 19 years ago
Daniel Grunwald b4f80867cd Fixed SD2-904 by displaying an error message if a class contains multiple InitializeComponents methods. 19 years ago
Daniel Grunwald cf06a3a000 Prevent fold markers from disappearing if they have no text (fixes SD2-977) 19 years ago
Matt Ward 449f921eac File extensions that are to be opened in the XML Editor are now defined in the XmlEditor.addin file and not by the text editor library. This means that a user can add a new extension by editing the XmlEditor.addin file without needing to edit and recompile the text editor library. 19 years ago
Christoph Wille 3491b53a8f #region formatting, fixes 19 years ago
David Srbecký 05e9a81d25 Propagate errors from VariableCollection indexer by exception 19 years ago
David Srbecký d052929219 Fixed setting of breakpoints for multiple appdomains 19 years ago
David Srbecký bf8f3b55dd Fixed setting of breakpoints in methods with compiler generated code 19 years ago
Daniel Grunwald 8ee931825f Add IconEditor AddIn (can currently only view icons, modifying them will be added later) 19 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 19 years ago
Daniel Grunwald bd14de3f76 Automatically create ICSharpCode.SharpDevelop.Sda.dll.config from app.template.config 19 years ago
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 19 years ago
Christoph Wille 3b9d335249 Updated contributors list 19 years ago
Dickon Field bf67ae5547 Minor change to DbModelInfoService 19 years ago