Dickon Field
3ea7fcaf12
additions to ServerBrowserTool and updates to ConnectionStringDefinitionDialog to modified connection string associated with a database connection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1681 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
5d6fec85b5
Synchronous eval calls
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1680 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1679 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
9af3b9599e
Caching of variables
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1678 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
6ca65981b5
Working on samples
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1677 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
d5b7e55639
Fixes from FxCop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1676 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
34d59c3315
Eval derives from Variable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1675 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
66acc25b3b
Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones.
...
Fixed default visibility of inner types.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1674 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
05acdf817f
"throw new" now only shows types deriving from Exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1673 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
14594474f1
Fixed SD2-964: Public VB structure variables are recognized as private ones.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1672 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d8cc294df5
Fixed SD2-968: C# to VB conversion error for generic structures.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1671 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
dc8a0343ec
Work on ReportExplorer, fixes from FxCop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1670 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
de05357b9e
Fixed SD2-971: Correct VB arrays declaration and redim-statements are recognized as code errors.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1669 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a3514a2483
Add LineCounter AddIn to samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1668 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
bc8ccb8b28
More WIP: addition of DbModelInfos to cache and refresh of ServerBrowserTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1667 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f22e89b7d1
Fixed code-completion bug (NullReferenceException) introduced in rev. 1661
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1666 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6f3ea68408
Fix web reference unit tests by initializing the LanguageBindingService with dummy data.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1665 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
39efcc6cdb
Fixed code-completion unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1664 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8b52417845
Web references in Boo projects are now supported.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1663 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1662 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c9ecec41f3
Put ICSharpCode.SharpDevelop.Dom in a separate assembly.
...
WorkbenchSingleton.SafeThreadCall is now a generic method to check that the types of the arguments match the parameter types expected by the delegate.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1661 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1660 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
a59070cb37
Set Revision svn keyword; forgot to commit two files
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1659 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
416685b4ed
Created IMutable interface to propagate Changed event of variables
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1658 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
370fde9769
More WIP - updates to DbModelInfo, DbModelInfoService and ServerBrowserTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1657 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
262c2dadec
Started getting of local variables for boo
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1656 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
d077473538
Added NewObjectEval;
...
Removed some eval events
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1655 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
279e4658ca
Modify SharpReportAddin.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1654 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
8651171880
Delete unused FieldsExplorer/FieldsExplorer.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1653 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
36b7685c62
Better usage for ReportExplorer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1652 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f83c70125d
Fixed SD2-960: Rename file from class view does not update project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1651 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f783114241
Fixed SD2-869: When opening a project with solution, ensure the solution contains the project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1650 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1649 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c0d3486c47
Fixed SD2-963: Incorrect VB to C# convertion for public structure variables
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1648 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cbaa40a505
Fixed SD2-967: Buffer convertion from C# to VB throws exception if C# code contains the 'fixed' keyword.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1647 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
03314a3f75
added prototype classes for various node types that will make up the Database part of the ServerBrowserTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1646 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
aa782c4ea9
some updates to addin file, DbModelInfoService and ServerBrowserTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1645 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b4f80867cd
Fixed SD2-904 by displaying an error message if a class contains multiple InitializeComponents methods.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1644 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cf06a3a000
Prevent fold markers from disappearing if they have no text (fixes SD2-977)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1643 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1642 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
3491b53a8f
#region formatting, fixes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1641 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
05e9a81d25
Propagate errors from VariableCollection indexer by exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1640 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
d052929219
Fixed setting of breakpoints for multiple appdomains
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1639 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
bf8f3b55dd
Fixed setting of breakpoints in methods with compiler generated code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1638 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8ee931825f
Add IconEditor AddIn (can currently only view icons, modifying them will be added later)
...
Supported icon formats:
- classic (AND mask + XOR mask)
- XP (.bmp with embedded alpha channel)
- Vista (Embedded .PNG files, high-resolution icons up to 256x256)
The viewer also supports all the quirks I could find in my icon collection - 32x31 icons, monochrome icons with transparency, icons where color depth in IconHeader is wrong.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1637 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bd14de3f76
Automatically create ICSharpCode.SharpDevelop.Sda.dll.config from app.template.config
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1635 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1634 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
3b9d335249
Updated contributors list
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1633 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
bf67ae5547
Minor change to DbModelInfoService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1632 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago