Matt Ward
374b7737d2
SD2-704. The find next button is set to be the default button on the search and replace dialog.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1184 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5b7822936a
Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1181 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3e7560380f
Conditions are now supported in the <Runtime> section of the .addin files. This allows choosing different assemblies based on properties like ${Platform} (Win32 or Win64).
...
The new <DisableAddIn> element can be used to disable AddIns completely based on conditions, e.g. when a platform is not supported at all.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1177 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
caa6fbc70c
PInvoke form now uses the .NET framework's built-in combo box auto-complete, instead of implementing its own.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
a994ab1fb1
Added support for NCover's attribute-based type exclusion (command line parameter //ea). The attributes that will be used to exclude methods or classes can be set in the code coverage project options. Excluded items will not be displayed in the code coverage pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1171 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
80f198e7fa
Added format option to the XML menu which will format and indent the entire xml document.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1170 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
e76aea7557
Added extra display options for Code Coverage Pad. Can now choose to show/hide the visit count list, optionally view the source code next to the coverage tree, or just display the tree on its own.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1168 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
bac1a5a209
Merged Corsavy r1138:1166 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1167 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c78a1b2d48
Fixed exception when using Boo callable definition.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1166 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e5065b0a9e
Some marshaling code moved to wrappers, optimized getting of unmanaged strings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1165 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0fa3296466
Numeric values in debugger tooltips can be shown in hexadecimal
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
c5bf43c6ec
Fixed wrapper bug: Wrapping of null now returns null
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1163 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
100f98a085
Boo CodeDomVisitor now supports TryCastExpressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1162 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
17aa48e709
Modified the MonoCompilerTask class (base class for all mono compiler tasks) so it uses Microsoft's ToolTask class to run the compiler instead of doing all the work itself.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
9c152489e3
Fixed minor breakpoint bug
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1160 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
028cb778bd
Using unmanaged CorSym instead of System.Diagnostics.SymbolStore
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1159 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
eca3af15fc
Forgot to commit modified WrapperGenerator
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1158 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
9d52c21a2e
VB.NET projects can now target Mono via the MonoBasic compiler. All Mono compiler command lines now logged and can be seen when running MSBuild from the command prompt. Added Gtk# project and file template for VB.NET.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1157 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
34d3939142
Add quotation marks to batch files -> fixes build if the SharpDevelop path contains a space
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1156 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
94f0f640d0
All autogenerated code moved to a Autogenerated directory
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1155 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
b0d4d404cb
'ref ushort' changed to IntPtr everywhere (it is string); Wrapper classes marked partial; Added note to generated files
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1154 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
569106c6ff
Removed references to Debugger.Interop from main debugger code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1153 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
a6012925b5
Added definitions and wrappers for Debugger Symbol Library
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
cb98342544
Moved MetaData wrapper
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
bff82fe039
Moved MetaData to Debugger.Wrappers.MetaData namespace
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
b6f515ba80
Worked on locking of files by debugger (keep track of all COM objects)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1149 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5ff47c03b8
VB.NET projects can now target different versions of Microsoft's .NET framework.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1148 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5cadcaa96c
Apply our patches to the DockPanel Suite.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1147 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8b127a3434
Use template file for SharpDevelop.exe.config to prevent Subversion conflicts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1146 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6e1d43f2d7
Upgrade to DockPanel Suite 1.0.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1145 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c020c5848d
C# parser bugfix: casts to non-builtin nullable types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1a17634102
Fixed exception when QuickClassBrowserPanel panel was refreshing while a partial class was updated by the parser thread.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1143 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ff9c98b6cd
Fixed SD2-677: Copy file path/name menu option not disabled for new file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1142 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2a2745948d
Fixed C# parser bug (casts to nullables).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1141 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
872563323d
Add Boo.InterpreterAddIn and SubversionAddIn.
...
Use separate directory for storing settings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7a95e8ead4
Update AssemblyInfo to version 2.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
631c259dd9
Change log for Beta 2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1136 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
dbfdd9fecd
Modified the sample document for SharpReport. All images are now external to the document (all future documents should follow this guideline, and link to external PNGs instead of embedding images; allows for easier image reuse)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1135 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0276c9c9de
Update StringResources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
79222e01e9
Add HtmlPreview and ImageViewer sample AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1133 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c53e01d14f
Add samples/ICSharpCode.Core.Demo and samples/NRefactoryExample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1132 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8c9051f865
Exclude all languages with more than 600 missing translations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1131 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
8bd48bc59c
SD2-658: SharpDevelop Options Panel Template not up to date
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1130 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae64d1e72e
Applied patch by Christian Hornung: Forms designer resource loading
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1129 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1898a796a3
Infer array literal context from context in FormsDesigner CodeDom converter.
...
Updated Boo.Lang.CodeDom.dll -> fixes generation of array literals.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Peter Forstmeier
b6a1b8d84c
SharpReport Exampels
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1126 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Peter Forstmeier
c247d4b9a4
Small changes from FxCop, modifid ConnectionObject.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1125 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
d88c3468bf
Informational resources document updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1124 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
b22a32b6a1
Copyright updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1123 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
8b891ff55d
Old documents deleted (format change)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1122 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago