Daniel Grunwald
d38eb13e71
AnalyticsMonitorService: move to new services infrastructure
14 years ago
Daniel Grunwald
c559da3336
Allow service registration using the AddInTree.
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
Daniel Grunwald
2fc9ff16e3
Fixed snippet options.
14 years ago
Daniel Grunwald
c9860fb9bc
Fixed saving CodeEditorOptions.
14 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
14 years ago
Daniel Grunwald
51c28dc006
Add EnhancedScrollBar.
14 years ago
Daniel Grunwald
5e1642ebd2
Add IssueOptions panel.
14 years ago
Siegfried Pammer
09577bbc9b
apply Matt's suggestion on readability
14 years ago
Daniel Grunwald
a45a631ad4
Add options dialog for context actions.
14 years ago
Siegfried Pammer
e6e380cc04
fix quirks in XML completion
14 years ago
Daniel Grunwald
cfe7ae8dad
Adjust SharpDevelop to new context actions API.
14 years ago
Daniel Grunwald
cb15d5418d
Move ContextActions UI to AvalonEdit.AddIn.
14 years ago
Daniel Grunwald
f3e426468a
Improve the code completion triggering logic.
14 years ago
Daniel Grunwald
c3ca1f1754
ILineTracker.ChangeComplete
14 years ago
Daniel Grunwald
39d91dad79
Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event.
...
Move the HighlightedLine merging logic into AvalonEdit.
14 years ago
Siegfried Pammer
8af8988104
port XmlEditor CC to NR5
14 years ago
Daniel Grunwald
5c6298277a
TextMarkerService: fixed potential NullReferenceException when detached from document.
14 years ago
Siegfried Pammer
cbb8cbbff6
fix XML code completion weirdnesses and adjust unit tests
14 years ago
Siegfried Pammer
430e6b3954
add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code
14 years ago
Siegfried Pammer
3f0243369b
make work folding in XML files
14 years ago
Siegfried Pammer
7af6e0be23
implement proper exception handling for flush errors in forms designer
14 years ago
Daniel Grunwald
9598176ffd
Show type arguments in tooltip for TypeResolveResult.
14 years ago
Daniel Grunwald
f24abfcb3a
ContextActionsRenderer: open the popup immediately when pressing Ctrl+T, even if it would appear automatically after some time
14 years ago
Daniel Grunwald
3ce7c07e75
More work on context actions.
14 years ago
Daniel Grunwald
104811c874
Implemented Ctrl+Click -> Go to definition.
14 years ago
Daniel Grunwald
91374e075e
Rename Task -> SDTask to resolve the conflict with System.Threading.Tasks.Task.
14 years ago
Daniel Grunwald
c0cc23d11e
Reenable context action code.
14 years ago
Daniel Grunwald
04a7aaa59b
Fixed NullReferenceException when opening C# file without opening a solution.
14 years ago
PeterForstmeier
4e460c9ab2
FormsDesigner.GripdOptions - Change TextBlock to Label (AccessKey), update resource
14 years ago
PeterForstmeier
4562c5118d
Remove WindowsFormsGridOptions.xfrm
14 years ago
PeterForstmeier
c2123ecb5c
Convert FormsDesigner GridOptionsPanel to WPF
14 years ago
Siegfried Pammer
c48107b503
fix exception 3121
14 years ago
Siegfried Pammer
d46b921b6a
move MyersDiff to SD.Widgets
14 years ago
Siegfried Pammer
0f3ce6db53
remove DoEvents from EDMDesignerViewContent.Load
14 years ago
Daniel Grunwald
f0bf6dbd8d
Set target framework to 4.5.
14 years ago
Daniel Grunwald
900d4a73d9
Mark all assemblies with x86 references as x86.
14 years ago
PeterForstmeier
06354264d3
remove unused files, adjust FormsDesigner.addin
14 years ago
PeterForstmeier
bab2c9d135
Convert FormsDesigner LocalizationModelOptionsPanel.cs to WPF
14 years ago
Daniel Grunwald
43511c4ef5
Add some strings to StringResources.
14 years ago
Matt Ward
2e8a512fc9
Update text editor syntax highlighting when a filename is changed.
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Siegfried Pammer
bcc9fa34ae
implemented SD-1890 - WPF Designer does not support WPF Page
14 years ago
Siegfried Pammer
d01ae06ee0
improve information provided in WpfDocumentError
14 years ago
Siegfried Pammer
8ffb5462d8
fix SD-1816 - Forms Designer generates invalid code when targeting previous versions of .NET
14 years ago
Daniel Grunwald
adda0ee18d
C# code completion
14 years ago
PeterForstmeier
731dc8870d
Sql Server 2005 is back
14 years ago
Siegfried Pammer
c6e87d5b03
remove unused code from ConnectionWizardWindow and properly implement exception handling
14 years ago