Matt Ward
ab5982d2e0
Fix NullReferenceException for incorrect SubstitutionGroup in XML schema.
...
Handle XML schema that defines an element that uses a SubstitutionGroup
element but does not define the corresponding element.
13 years ago
Matt Ward
d8e27befb9
Fix xml completion for SubstitutionGroup elements.
13 years ago
Matt Ward
e879ad63d8
Update ignored XML Editor tests.
13 years ago
Matt Ward
4bbd7f609d
Fix Hide XPath Results menu option.
...
ITextMarkerService is not returned by IViewContent.GetService()
but is available from ITextEditor.
13 years ago
Daniel Grunwald
cfa01c3986
Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications.
13 years ago
Matt Ward
e27c96cb31
Fix XML attribute value completion with union member types.
...
<xs:union memberTypes="YesNoType Preprocessor"/>
13 years ago
Daniel Grunwald
13e1843f47
Add more UnitTesting.Tests, and fixed handling of inherited tests that are hidden (not overridden)
14 years ago
Daniel Grunwald
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
14 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
14 years ago
Daniel Grunwald
a3f61c855f
Move workbench-related classes into new 'Workbench' namespace.
14 years ago
Daniel Grunwald
42ae86a467
Started porting UnitTesting.Tests to the new architecture.
14 years ago
Daniel Grunwald
0c3a8957c7
Fix unit tests.
14 years ago
Daniel Grunwald
a8d0875c13
Fix build.
14 years ago
Matt Ward
ec6ad9e42e
Fix failing unit tests being run with MTA thread.
...
Setting the ApartmentState to STA in app.config is no longer supported by NUnit 2.6.1. Instead the RequiresSTA attribute needs to be used.
14 years ago
Daniel Grunwald
5a50c1a5c2
Remove static AddInTree and use IAddInTree interface instead.
14 years ago
Daniel Grunwald
16bb4b2e7f
Introduce IPropertyService.
14 years ago
Daniel Grunwald
f8629c101c
Fix crash when opening LoadSaveOptions.
14 years ago
Daniel Grunwald
f38b2e3cc7
Fix build.
14 years ago
Siegfried Pammer
589598e3ac
fix build
14 years ago
Daniel Grunwald
4ba2785f66
Add SD.InitializeForUnitTests() to allow easy mocking of SharpDevelop services.
...
Disable failing unit tests.
14 years ago
Daniel Grunwald
fbced09b89
Start restructuring of SD Base:
...
- the static class "SD" is providing services
- service interfaces are defined in ICSharpCode.SharpDevelop.dll
- services are implemented in SharpDevelop.exe or in AddIns
- ICSharpCode.SharpDevelop.Sda is moved into SharpDevelop.exe
Also added XmlEditor.Tests to SharpDevelop.Tests.sln
14 years ago
Siegfried Pammer
eb152e33a5
fix build
14 years ago
Siegfried Pammer
cbb8cbbff6
fix XML code completion weirdnesses and adjust unit tests
14 years ago
Siegfried Pammer
d5f606eda2
SD-1847 - Search Results should use same font as the text editor ( http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4 )
15 years ago
Daniel Grunwald
793e35797a
Revert patches for SD-1783 (react to "read only" changes).
15 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
15 years ago
mrward
4b3a456fd0
Fix null reference when XmlTreeView not created and clipboard handler methods called.
15 years ago
Eusebiu Marcu
7acf7a7e42
Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)."
...
This reverts commit a491d12952 .
15 years ago
Eusebiu Marcu
a491d12952
Lock view contents when debugger starts and refresh icon since we don't support EnC (yet).
15 years ago
Daniel Grunwald
73684b9a45
Fixed build.
15 years ago
Daniel Grunwald
8c1f9b3a02
Adjust unit tests to IViewContent interface change.
15 years ago
Daniel Grunwald
6ca892eb11
Let IViewContent decide whether it should close together with the solution
15 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
15 years ago
mrward
5165582dde
Fix XML code completion inside a child element when default schema associated by filename extension is being used.
15 years ago
Daniel Grunwald
b744593462
Adjust unit test to changed RTL logic.
16 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
16 years ago
Matt Ward
c56b325727
XML folds are now generated by the XmlLanguageBinding instead of by the ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Kumar Devvrat
42fbcbc050
Fix build
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@6160 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Kumar Devvrat
05151dfa48
- Implement IServiceProvider members in MockViewContent's. Hopefully fixes build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@6159 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6cb65113c4
Show progress running unit tests in status bar.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6050 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7a23f641b3
Remove ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
b48dc4a228
Prevent xml.xsd from being downloaded whilst running xml editor unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5680 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
44de5f2def
Fixed build.
...
Assign priority to keywords in code completion.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5677 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
493ea45a5d
Close InsightWindow when typing ')'.
...
Close code completion window after '.'-completion when deleting the dot with backspace.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5674 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
edd3fb4a0a
"Normalize" file headers.
...
Enable $Revision$ keyword expansion for all existing .cs files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5529 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
820a347fdd
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5467 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7dcd391057
SD2-1607 - Add printing support to AvalonEdit
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5419 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2c13b4b3e6
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5414 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
c486bd0db8
Moved xpath code and goto schema definition code out of XmlView class.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5336 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
94944b0dd6
Added support for attributes defined in the simple content extension's base type.
...
Added support for attribute references that use a different schema namespace and need to have a prefix.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5324 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago