David Srbecký
1e6c8c82f3
Fixed SD2-1151 (correction)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1922 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
1b40728dac
Fixed SD2-1151: Debugger thrown exception stepping into a simple VB project code and trying to stop it.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1921 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
99826d886b
Fixed SD2-1102: Debugger thrown 'Process was terminated.' exception when stopping the debugee; (Can not reproduce; guessing)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1920 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
d6249abed9
Fixed SD2-952: Breaking threaded console application throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1919 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
9c122eb9b0
Backgrounded metadata load from file operation
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1918 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
a4574b29cb
ResourceToolkit:
...
Improved the performance of the resource resolvers (especially when working with large designer-generated localizable forms), mainly by increased caching of reusable information during a FindReferences run.
Fixed finding a property<->field association when the return statement in the property getter includes a cast or a parenthesized expression.
Fixed finding the resource manager when it is a field that is accessed through a property and this field is initialized directly in the declaraion.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1917 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dfe345a6f8
TextArea.IsInputChar now always returns true. This fixes SD2-747: Form containing the text editor and a button with a shortcut
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1916 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7c91f4078b
Minor modifications to the C# unit test temlate - Using statements are now in alphabetical order and the .Tests string is no longer appended to the unit test class namespace.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1915 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
48679dd364
Ampersands now displayed correctly in text editor visual error tooltips. The original code was replacing each ampersand with three ampersands, a fix for a problem in SharpDevelop 1.1 rev 1662 which is no longer needed in SharpDevelop2.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1914 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
ca46f24bbf
Fixed ServerToolTreeView after slight mix up with dev and test versions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1913 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
2a729c015c
Made Server Tools pluggable using AddInTree
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1912 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
6ed3682b82
update to integrate dbserver specific plugins with AddInTree
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1911 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
efe9804358
Fixed SD2-1163: Text is shown above text editor's limits when scrolling text horizontally.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1910 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
8e87258d2e
Base Structure of ExportDataProvider
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1909 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
a92eeffef5
Fixed illegal WiX ids being generated when the filename had an extension of less than three characters and when the parent directory was concatenated with the file or component id.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1908 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
90c22712b4
Updated to use NAnt 0.85 schema.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1907 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9d1fa8c1a6
When importing a directory into a WiX setup legal identifiers are now generated for WiX components and directories.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1906 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
4eb1d0881f
added restructured serverexplorertool to enable server explorer components to be made pluggable and to enable various addins for different vendor's db servers in Database Explorer. Next step integrate with AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1905 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
a872553042
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1904 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
98eec4f64b
Added new WiX Setup Files Diff feature. The Setup Files pad can now show the difference between the files defined in the setup and the files that actually exist on the file system. Changed the WiXProject class so only WiX source files .wxs and WiX include files .wxi have their build action set to Compile when new files are added to a WiX project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1903 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
f3e916cd19
Added the WiX NetFx and VS Extensions schemas to the installer. Restructured the setup project - moved SharpDevelop.url to a Files subdirectory so the new Diff feature does not report the various WiX setup files as missing.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1902 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
0abb40446b
Removed SharpServerTools from installer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1901 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
575ea6776b
removed old version of SharpServerTools preparatory to adding new version at new location
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1900 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d9dd2ffd90
Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1899 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c2cc6b6453
Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1898 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
46729cc749
ResourceToolkit: Prefer using culture-invariant resource files over localized resource files. Fixed incorrect embedding of EditStringResourceDialog.xfrm.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1897 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
675618d3d9
If the user executes an xpath query with the namespace tab visible then the results tab is re-displayed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1896 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7b2b18157d
Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1895 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9cf6cfa440
Fixed WixBinding test that was not compiling due to changes in the MSBuildProject where it now uses an MSBuildImport class instead of a string (SD2-1025).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1894 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bc52b86150
Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor.
...
Fixes SD2-1135: Font width measurement not exact for some fonts
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1893 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c9e2f44b1e
Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
409a1a13d9
ResourceToolkit: Applied some fixes from FxCop. Especially reduced nesting of generics by using a custom ResourceItem class instead of KeyValuePair<string,string>.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1891 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3010494a64
Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1890 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
fac93af8f1
Copy Mono.Cecil.dll to unit test folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1889 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
a7a23e1400
Added a custom ColorDialog that remembers any user defined custom colors.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1888 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
083b5340a2
Fixed SD2-990: Allow to specify path to FxCop in the options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
7a4c5428ea
Fixed SD2-1068: #D can't open resx files if these have resources of type System.Resources.ResXNullRef
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
5f78877937
ResourceToolkit: Added a ToolBarCheckBox to the unused resource keys view to filter out the ICSharpCode.Core host application resources. Improved performance when the list view is filled.
...
ToolBarCheckBox: Expose the caller and set the owner of the MenuCommand.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
3077ad3351
Updated NAnt schema to 0.85 RC4.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1884 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
2f1fc818f1
Updated WiX to 2.0.4415.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1883 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
17de9c0ba0
Fixed forum-12195 ("TortoiseSvn not found" dialog doesn't use StringParser)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1882 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
50a384e282
Set UseSmartTags default value to true.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1881 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eb15f39efe
Forms designer: Fixed lookup of generic classes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1880 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2ddd254943
CodeDomVisitor: keep type arguments on base type references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1879 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
de9026a99e
Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1878 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
03f0228d17
ResourceToolkit: Removed some overly verbose debugging messages.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1877 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eb0a071dc2
Fixed SD2-1145: Delegates defined outside any class makes refactoring show "Move class to file ''" item.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1876 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c1ec80ea6a
Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1875 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e3f69a1708
Fixed SD2-973: Boo Forms Designer shows error after adding a control and switching between views.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c1021f1393
Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1873 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago