2095 Commits (491ae3cacf9f6fee322231f9fb1eb88f979e6383)
 

Author SHA1 Message Date
David Srbecký 1e6c8c82f3 Fixed SD2-1151 (correction) 19 years ago
David Srbecký 1b40728dac Fixed SD2-1151: Debugger thrown exception stepping into a simple VB project code and trying to stop it. 19 years ago
David Srbecký 99826d886b Fixed SD2-1102: Debugger thrown 'Process was terminated.' exception when stopping the debugee; (Can not reproduce; guessing) 19 years ago
David Srbecký d6249abed9 Fixed SD2-952: Breaking threaded console application throws exception. 19 years ago
Dickon Field 9c122eb9b0 Backgrounded metadata load from file operation 19 years ago
Christian Hornung a4574b29cb ResourceToolkit: 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 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. 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. 19 years ago
Dickon Field ca46f24bbf Fixed ServerToolTreeView after slight mix up with dev and test versions 19 years ago
Dickon Field 2a729c015c Made Server Tools pluggable using AddInTree 19 years ago
Dickon Field 6ed3682b82 update to integrate dbserver specific plugins with AddInTree 19 years ago
Daniel Grunwald efe9804358 Fixed SD2-1163: Text is shown above text editor's limits when scrolling text horizontally. 19 years ago
Peter Forstmeier 8e87258d2e Base Structure of ExportDataProvider 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. 19 years ago
Matt Ward 90c22712b4 Updated to use NAnt 0.85 schema. 19 years ago
Matt Ward 9d1fa8c1a6 When importing a directory into a WiX setup legal identifiers are now generated for WiX components and directories. 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. 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. 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. 19 years ago
Matt Ward 0abb40446b Removed SharpServerTools from installer. 19 years ago
Dickon Field 575ea6776b removed old version of SharpServerTools preparatory to adding new version at new location 19 years ago
Daniel Grunwald d9dd2ffd90 Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error 19 years ago
Daniel Grunwald c2cc6b6453 Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file 19 years ago
Christian Hornung 46729cc749 ResourceToolkit: Prefer using culture-invariant resource files over localized resource files. Fixed incorrect embedding of EditStringResourceDialog.xfrm. 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. 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 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). 19 years ago
Daniel Grunwald bc52b86150 Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor. 19 years ago
Daniel Grunwald c9e2f44b1e Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project 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>. 19 years ago
Daniel Grunwald 3010494a64 Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status. 19 years ago
Daniel Grunwald fac93af8f1 Copy Mono.Cecil.dll to unit test folder. 19 years ago
Matt Ward a7a23e1400 Added a custom ColorDialog that remembers any user defined custom colors. 19 years ago
Daniel Grunwald 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 19 years ago
Christian Hornung 7a4c5428ea Fixed SD2-1068: #D can't open resx files if these have resources of type System.Resources.ResXNullRef 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. 19 years ago
Matt Ward 3077ad3351 Updated NAnt schema to 0.85 RC4. 19 years ago
Matt Ward 2f1fc818f1 Updated WiX to 2.0.4415.0 19 years ago
Daniel Grunwald 17de9c0ba0 Fixed forum-12195 ("TortoiseSvn not found" dialog doesn't use StringParser) 19 years ago
Daniel Grunwald 50a384e282 Set UseSmartTags default value to true. 19 years ago
Daniel Grunwald eb15f39efe Forms designer: Fixed lookup of generic classes. 19 years ago
Daniel Grunwald 2ddd254943 CodeDomVisitor: keep type arguments on base type references. 19 years ago
Daniel Grunwald de9026a99e Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings 19 years ago
Christian Hornung 03f0228d17 ResourceToolkit: Removed some overly verbose debugging messages. 19 years ago
Daniel Grunwald eb0a071dc2 Fixed SD2-1145: Delegates defined outside any class makes refactoring show "Move class to file ''" item. 19 years ago
Daniel Grunwald c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 19 years ago
Daniel Grunwald e3f69a1708 Fixed SD2-973: Boo Forms Designer shows error after adding a control and switching between views. 19 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 19 years ago