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
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
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
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
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
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
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
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
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
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
Daniel Grunwald
ae6635bcb6
Fixed SD2-639: Renaming a form should rename the resource file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1049 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8f779b2ffb
Fixed SD2-654: Get file types to register from AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1048 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9a42a2c0f8
Fixed SD2-484: Designer verbs not displayed in forms designer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1046 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3255344aba
Fixed SD2-652: Code completion for form component with modifier set to public
...
Fixed SD2-659: No code completion for newly added components to a partial form class
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1045 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ff84b11400
Fixed SD2-653: Design tab missing for new form added to project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1044 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8cad70aec9
Fixed exception when renaming project while project options are opened.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1040 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4816d086ef
The Boo forms designer now supports partial classes.
...
VB and Boo templates now use partial classes for the forms designer.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1033 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Alpert
e53be414f7
Grouped code according to interface implementations and added #region wrappers to identify them.
...
No change to code or functionality.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1031 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
218da5ed20
Fixed SD2-651: Opening a single file displays error message
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1030 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
889902cff7
Fixed SD2-650: Find References error with single file open
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1029 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
6cc832fad8
Fixed null reference exception in project browser if the last selected file is null.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago