1700 Commits (ccb13e5b9d32c67d72909bd2c88b5dd7a4f4e3cc)
 

Author SHA1 Message Date
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
Dickon Field cea82dc11b More work in progress on DbModelInfo and ServerBrowserTool 19 years ago
Dickon Field c52c1c5012 Added DbModelInfoFactory.cs 19 years ago
David Srbecký dbde99cc31 Added some debugging info into debug tooltips 19 years ago
Daniel Grunwald 941c45808b Make Consolas the default font on Vista. 19 years ago
Dickon Field ff6c9a0270 settled on DataSet to represent connection and model info. removed ConnectionInfo 19 years ago
Daniel Grunwald eb5a5ec721 Add UpdateAssemblyInfo.exe.manifest - prevents UAC popups when compiling SharpDevelop on Vista 19 years ago
David Alpert 6df24357e8 corrected spelling of my name ;-) 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Peter Forstmeier fbcf3f69ff Samples for IList as DataSource, EventLogger is a Report that shows dynamic use of images in a Report,ContributersList shows a couple of Contributers 19 years ago
Peter Forstmeier 6736850384 Iamges can be set/changed at runtime 19 years ago
Peter Forstmeier 22506e08aa More fixes from FxCop 19 years ago
Peter Forstmeier 6ee144b18a Work on Collections as DataSource. Fixed some stuff from FxCop 19 years ago