Matt Ward
b0738dbc51
Fixed SD2-722 - Cutting and pasting folder adds duplicate entries into MSBuild project file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1212 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
c3a5affaec
SD2-720 - Cutting and pasting a file/folder to another folder in the project browser was generating a null reference exception. The directory node now uses Clipboard.Clear instead of setting the data object's data to null.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1211 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
b139833472
SD2-690. The project browser tree nodes no longer override the default tree behaviour when the node text is being edited.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1210 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
c7a105f3a3
SD2-714 - Save all menu option not disabled after saving all files. The OpenWindowStateEvaluator was looking for a condition called windowstate instead of openwindowstate.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1208 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5f3a0c3da0
SD2-495, SD2-719. The file extension combo box is now editable in the code template dialog. The code template dialog makes a copy of the code templates so that modifications can be cancelled.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1206 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3c07d41faa
Applied patch by Scott Ferrett: AnyCPU error on new solution
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1205 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
67bdeee0dd
Update to Boo 0.7.6.2160.
...
Update translations.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1204 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9893583080
When DebugType property doesn't exist, use value of DebugSymbols. This prevents SharpDevelop from resetting DebugSymbols to false on imported projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1203 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
68ec2bea24
Fixed format exception when adding a reference to a COM library that has version numbers which are characters rather than numbers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1200 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e9c13c09e1
Fixed SD2-711: Clear all bookmarks menu option selected when bookmarks pad not visible
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1195 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e378b90e2e
Fixed exception when opening a solution containing web projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1194 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
3ae2408380
SD2-710 - Unable to add a web reference by browsing to a wsdl file when entering a file path (e.g. 'file:///C:/Projects/MyService.wsdl'). The web service discovery code no longer assumes the received response is a HttpWebResponse object.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1191 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
17c49a84b4
Fixed forum-5561: Preferences not saving if path exceeds certain length
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1190 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
099643ef83
Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1189 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
94d339bf97
Improved VB -> C# converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1187 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
579134aeec
Fixed SD2-676: Code completion for a class with many methods can be slow
...
Overrides are now only searched for overridable methods - this speeds up code-completion on classes with many non-virtual (or static) methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1182 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
0dac40f144
Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. The search and replace manager was replacing the text twice if the document was open in SharpDevelop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1180 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7d9df59085
Fixed forum-5455: Importing old Visual Studio projects with non-ASCII characters in system encoding fails.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1179 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
23d5b75f68
Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1178 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
05aa4c4885
Fixed exception when loading a project when a referenced library was missing dependencies.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1176 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
493e792709
Fixed SD2-700: Exception when selecting AddIn Manager About option
...
Fixed SD2-687: Cannot build entire solution after importing SharpDevelop 1.1 project
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1175 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
af3c2e2d76
SD2-693 - ToolstripContainer designer loading problem. Applied Christian Hornung's patch that adds a Deselecting event handler for the IBaseViewContent interface, which is called before the view has been deselected, allowing the forms designer to read the correct ToolStripPanelVisible properties before the designed form is hidden.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1172 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
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
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
b89b1c599f
Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings.
...
Fixed code-completion in anonymous methods when anonymous method was used as initializer in variable declaration.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1120 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ebee6a70d1
Fixed BOO-653: Creating a new class without a file extension does not put the build action to compile.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1119 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e871bbbb6c
Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1118 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
98335d8152
Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException)
...
Fixed SD2-684: Cannot open a new form without saving it first.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2e030b8b2a
Fixed Forum-5038: using "Go to line number" does not clear the selection.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8c8f945005
Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9caae3a9db
Fixed SD2-666: Code generation for EventHandler produces invalid code
...
Fixed SD2-589: Accessing disposed object on shutdown error logged
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1103 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
44a402378e
Fixed SD2-680: Exception when deleting the *Designer.cs partial class file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1893856800
Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1096 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
149af8951d
Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1095 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
44ad25ab69
Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1092 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
bcae75a925
Implemented SD2-546: Breakpoints that will not be hit should have different icon;
...
Reworked breakpoint synchronization.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1085 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
edc71e8dd7
Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1083 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
440e3e6ba5
Fixed SD2-674: Invalid indentation used by "override" code generator.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1082 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7c58827869
Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded.
...
OverrideMethodsCodeGenerator now shows methods from base classes when the base class definition is in another part of the class.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1076 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
36ef218ec5
Fixed SD2-673: Opening invalid projects raises exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1074 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
94d5e5bc08
Switch from MbUnit to NUnit:
...
Fixes SD2-621 (ExpectedException test failure not added to error list), SD2-408 (Add "Run Test" to member bookmark), SD2-618 (Run test fixture in console with debugger shows no output).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1069 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
a328ef8561
Output text line parser now successfully parses NUnit output containing a carriage return character.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1067 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5c474f46a7
When a tree node in the ExtTreeView is selected, but the control does not currently have the focus, the node's text colour is set to ControlText and not the node's ForeColor. This makes the ExtTreeView consistent with the .NET framework TreeView.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1066 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae35cdce8b
Fixed exception when adding solution folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1056 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
42dcc8da05
Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1055 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fdad3d05d5
Fixed SD2-661: Project browser cannot be navigated with keyboard
...
Fixed SD2-578: Changing the "Name" property in the designer does not change the form class name
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1054 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Alpert
5ea1656392
Fixed another possible NullReferenceException in recent changes to the project browser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1052 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ebbd3bd080
Fixed SD2-640: Add existing form to project does not add .resx file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1051 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago