Daniel Grunwald
2af45ce811
Load list of available fonts on separate thread - speeds up opening the text editor options panel.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1947 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
9c565052a2
removed the tip of the day dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
92d41a2bd7
Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b496daa5e1
Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bd84127e89
Type parameters are now included in CtrlSpace list.
...
Prevent exception on invalid constraints declarations.
Fixed forum-12689: InvalidCastException when ${property:...}-Tag is used to get a property that is not of type string.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
14de0ac3da
Basic implementation of 'ReportViewer', a Control to display zoomable Preview, this Preview acts also as a Test Frontend for Exporting features like PDF,HTML.Until now, only TextBased Items can be displayed but graphics and function's will follow soon.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1942 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
35546c0348
Fixed SD2-998 - Find or replace all in all open documents hangs SharpDevelop if two or more text files are open. The new docking library does not set the ActiveWorkbenchWindow until certain windows messages have been processed which caused the AllOpenDocumentIterator class to not be able to change the active window and kept the search stuck in an infinite loop. The AllOpenDocumentIterator class has been modified to use an index to determine the currently searched document window rather than relying on the ActiveWorkbenchWindow.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
53739a9c31
Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1940 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
0dee13342f
ResourceToolkit: Provide '{res' as code completion when typing '$' in an ICSharpCore.Core based project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1939 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
42ab1e46fb
Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1938 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
2776cc0363
Added backgroundworker for loading metadata from connection, and added progress indicators in the form or varying length ellipses after the 'loading' message. Also added obj and bin directories to ignore list.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1937 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
118f3cc121
Update to boo-0.7.6.2351
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1936 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b222c73868
Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1935 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9ebcd55fb8
Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1934 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
1fabc19dbd
Fixed SD2-1107: InvalidEnumArgumentException when making form localizable and text alignment set to TopRight.
...
Do not create a new instance of DesignerResourceService on every designer load because this service caches the resource contents. Otherwise any changes to the resources are discarded when the user switches between source and design view more than once without saving.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1933 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
289024562e
Fixed SD2-1113 - Running an xsl transform containing an xsl:strip-space element throws an XslTransform exception. The input xml is now loaded into an XmlReader so the white space can be stripped during the transform.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1932 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c9a44af42a
Replace MenuBuilder with <Include> - prevents WixBinding from being loaded at SharpDevelop startup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1931 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
75ccdb10ea
ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1930 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4a197ee962
Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1929 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
60481970fb
Fixed indentation problem introduced in revision 1926
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1928 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6f8dff4b67
Fixed various translation issues.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1927 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
11bde7c539
Fixed SD2-1011: If statement indentation when no bracket used.
...
TextView now uses integer positions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1926 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
70a9f05362
Fixed SD2-1142: Indentation removes comments in VB code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1925 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4db70538d8
Adding and removing attributes from the XML tree editor is now possible.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1924 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
7e4e728e71
Fixed threads pad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1923 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
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