David Alpert
9b96afbfde
Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1569 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
6055906c73
SD2-843. When editing XML file with url dtd reference whilst having no network connection the WebException is now caught by the XML Editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1506 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mike Krüger
4cfab23d13
Fixed SD2-846:Saving XSLT output to a file throws an invalid operation exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1503 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mike Krüger
f4c5f8f126
Fixed SD2-855:Attempting to create event handler for xml form terminates SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1502 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
89e34175cf
Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object")
...
Fixed SD2-884: Folding breaks on multi-dimensional array declaration in VB
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1498 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f678d9c8c7
More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1460 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
40347a51c9
Add more strings to translation database. (based on list by asl)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1449 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
82f68b0329
Fixed several minor bugs; put some strings into the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1444 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
059d8e0873
Fixed SD2-821: Cursor position after generating event handler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
730def510e
Referenced assemblies are now loaded with Mono.Cecil.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1423 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
676a617c3a
Fixed SD2-814: Expanding wildcard search result node throws exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1420 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
251761f70a
Add Rename command to refactoring menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1391 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
af70e15281
New feature: Removed unused "using" statements.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1389 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f2ecb18965
Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1386 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e5bc45a6e2
Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ed672103f2
Fixed SD2-716: Forms Designer loads "hidden references" twice
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1373 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a8eba6021a
Forms designer now tries to find VS designer assemblies if they are required - this fixes problems like SD2-617 (Editing Sql Connection ConnectionString property throws a FileNotFound exception) that only occur when VS is installed.
...
Run application: If the specified working directory is invalid, display error message to user.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1367 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
499fe3bdc2
Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1366 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8b3834d8c7
Fixed SD2-730: Closing one of the partial form classes of a newly created form
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
e0dd5e3fca
SD2-758. XML element and attribute completion now works for complex types defined inside an xs:all element.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1340 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c662b4083d
Fixed SD2-779: XML form's font ignored
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1330 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d85d8966b3
Fixed SD2-771: Adding MenuStrip to Xml Form
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1327 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
f457d2ed4b
SD2-759. Xml completion window no longer displayed when typing in space characters inside the attribute value.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1304 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
2c64f4131b
SD2-758. XML element completion now working for xs:all child elements.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1303 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c6688222c1
Fixed SD2-755: Partial classes in class browser
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1297 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
52e68ef768
Applied Forms Designer patch by Robert Zaunere.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1260 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
d80ad0eb28
Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c3c8cc56f2
Applied forms designer assembly loading patch by Alex Prudkiy.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1230 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
55777f300b
SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1221 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
9fb3aed842
SD2-427. The forms designer remembers which tools tab was selected on switching from the designer to the source code and back again.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1219 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
f936c1c1b9
SD2-689 - Resource editor copy/paste. The resource editor now checks that the list item is not being edited and that the list view has focus before overriding the standard copy/paste behaviour when using keyboard shortcuts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1218 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
2b08ae8c2b
Fixed a null reference exception in the XML editor that occurs if the schema references an element that is not defined.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1216 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
f97a1dae96
Validating .xsd files now uses the XmlSchema class which returns better error information.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1202 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
d4ad2a79a6
SD2-464. Added projects and solutions options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1196 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
Matt Ward
ea64b543f7
SD2-675 - Left/right keys should move the cursor when displaying the code completion window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1186 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4dbfac0f4e
Fixed SD2-688: Selecting GAC list items in the Add Components dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1183 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
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
Matt Ward
80f198e7fa
Added format option to the XML menu which will format and indent the entire xml document.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1170 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
91dec8424b
Fixed SD2-695. Unsetting a breakpoint when viewing an xml document no longer leaves red text behind.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1169 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7a95e8ead4
Update AssemblyInfo to version 2.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
79222e01e9
Add HtmlPreview and ImageViewer sample AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1133 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae64d1e72e
Applied patch by Christian Hornung: Forms designer resource loading
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1129 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
Markus Palme
f984fe2446
patch from scott ferret: saving image resources with the correct extension
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1110 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
2192003822
The xml editor now keeps the existing document folds if the xml is no longer well formed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1107 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
382a4eaf32
Fixed build error and Forum-4986.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1097 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cbb371b262
Fixed SD2-670: Second form resource added if design view switched to from designer partial class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1075 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b8db7f0b60
Fixed unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1070 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago