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
Dickon Field
cea82dc11b
More work in progress on DbModelInfo and ServerBrowserTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1631 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
c52c1c5012
Added DbModelInfoFactory.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1630 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
dbde99cc31
Added some debugging info into debug tooltips
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1629 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
941c45808b
Make Consolas the default font on Vista.
...
Allow runtime pad creation.
Ad SharpDevelopInteraction example to SdaUser.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1628 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
ff6c9a0270
settled on DataSet to represent connection and model info. removed ConnectionInfo
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eb5a5ec721
Add UpdateAssemblyInfo.exe.manifest - prevents UAC popups when compiling SharpDevelop on Vista
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1626 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
6df24357e8
corrected spelling of my name ;-)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3ab6c9973f
Add ICSharpCode.SharpDevelop.Sda and SdaUser example application.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1624 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1623 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
6736850384
Iamges can be set/changed at runtime
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1622 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
22506e08aa
More fixes from FxCop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1621 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
6ee144b18a
Work on Collections as DataSource. Fixed some stuff from FxCop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1620 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
ec61089521
work in progress - added more detail around connection, metadata and object view management
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1619 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
821cae6ee3
Remove unnecessary usage of Assembly.GetEntryAssembly
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1618 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
62be911f47
Fixed a problem with Fonts, make some changes from FxCop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1617 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
2eccdf9013
Update SharpReport Examples
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1616 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
301d7ee33b
Implemented enum completion after "return".
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1615 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
179b62f630
Fixed SD2-920: Refactoring menu options for enums contains invalid options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1614 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c6ce484c76
When creating a property in VB, rename the field if it would conflict with the property name (fixes SD2-947)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1613 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
56b2aa0f70
Fixed some translation issues.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1612 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
19d999cf82
SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1611 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f27917180e
Move files to match new namespace structure.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1610 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ae6de2495e
Improved NRefactory public API (moving classes to other namespaces etc.)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1609 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
c725be440a
Fixed Unbound printing for FormSheet Reports
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1608 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3df97ea2d9
Fixed SD2-891: Content of VB 'With' statement not converted correctly to C#
...
Fixed SD2-894: Abstract properties declaration not converted correctly from VB to C#
Fixed SD2-895: VB 'Not' operator is not converted correctly to C#
Fixed SD2-901: VB 'Continue' statement not converted correctly from C#
Fixed SD2-902: C# 'break' statement not converted correctly to VB
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1607 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
220e1006e9
Move samples to SharpDevelop2.1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1606 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
720d93d03f
Fixed SD2-930: VB exponential operator not converted to C#
...
Fixed SD2-879: Folding breaks with consecutive operators in VB code
Fixed SD2-906: Folding breaks on VB property declaration
Fixed SD2-921: Definitions in one line converted incorrectly from VB to C#
Fixed SD2-903: 'Using' statement not converted correctly from VB to C#
Fixed SD2-890: 'uint' type converted incorrectly from C# to VB
Fixed SD2-907: static method level variables are not translated from VB to C#
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1605 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
168d545a4f
uploaded a new version of my Help 2.0 register tool including its source
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1604 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a5ec465e77
Merged missing SharpReport resources from Corsavy.
...
Fixed some bugs in code analysis-AddIn.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1603 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
2812afc890
added addin file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1602 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ee3b8e7273
Add "Suppress message" command to FxCop warnings on the error list
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1601 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
9b1e1f4660
Added SharpDbTools project to the SharpDevelop.sln
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1600 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9fa1b07c0c
Fixed some FxCop warnings in NRefactory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1599 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a06b1d7c39
Fixed SD2-922: RegEx window not restoring its size after been maximized
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1598 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
1bb8b5a11a
Added Debugger.BooInterpreter
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1596 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
8ed9f2a774
Fixed SD2-937
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1595 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
5f30db49e6
Fixed SD2-939
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1594 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
0fccdb3d58
possible workaround to SD2-941.
...
i couldn't reproduce the problem illustrated in SD2-941, but instead this addresses the crash when BooBinding tries to reference FormsDesigner if the FormsDesigner.addin file does not exist.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1593 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
7527f78d62
Fixed the following build errors for the SharpDevelop.Tests solution:
...
Main\Base\Test\Services_Navigation\NavigationServiceTestFixture.cs(115,52)
: error CS1026: ) expected
Main\Base\Test\Services_Navigation\NavigationServiceTestFixture.cs(128,55)
: error CS0117: 'ICSharpCode.Core.NavigationService' does not contain a definition for 'GetListOfPoints'
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1592 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
d3b4caea01
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1591 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago