Matt Ward
15c8a822c7
Do not show WPF designer for Windows Workflow files.
13 years ago
Matt Ward
2a4d4b435c
Insert space into Database Explorer name displayed in UI.
13 years ago
Matt Ward
11c36f38c5
Allow user to connect to database without using auto-discovery.
...
Changed the Add New Database Connection dialog so when a driver is selected the
data source control is shown. This allows the user to enter connection details,
such as the username and password, without having to use the auto-discover button.
13 years ago
Daniel Grunwald
8293675a92
Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)'
13 years ago
Daniel Grunwald
ad1dc15050
Move IDisplayBinding and 'Open with' dialog to new folder structure.
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
760a2ae10b
Remove more usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
643223761d
Move MultiHighlighter to AvalonEdit.AddIn
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
c1787fbd2d
Fixed performance bugs in issue search:
...
- Avoid excessive file name normalization by changing IProject.FileName from string to class FileName.
- Dispose CSharpSemanticHighlighter to fix memory leak and avoid excessive number of ParseInformationUpdated listeners.
13 years ago
Daniel Grunwald
709f13bfa5
Tell WPF we don't have theme-specific resources so that it doesn't try to load missing assemblies.
13 years ago
Daniel Grunwald
a224739c79
Replace some WorkbenchSingleton usages with the SD5 API.
13 years ago
Daniel Grunwald
90608407a4
Add support for automatically fixing issues.
13 years ago
Daniel Grunwald
bb950e3ddf
Add 'Search for issues' dialog
13 years ago
Daniel Grunwald
6b9cf4b7b6
Fixed context actions popup not opening in some cases.
13 years ago
Daniel Grunwald
6b5d8729e1
Move some editor classes to new folder structure.
13 years ago
Daniel Grunwald
d54cf7c844
Move remaining bookmark classes.
13 years ago
Daniel Grunwald
d0a11e630d
Move bookmark-related classes to new folder structure.
13 years ago
Daniel Grunwald
13e1843f47
Add more UnitTesting.Tests, and fixed handling of inherited tests that are hidden (not overridden)
13 years ago
Daniel Grunwald
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
13 years ago
Daniel Grunwald
11971a35af
Allow values larger than 100 for ColumnRulerPosition.
13 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
13 years ago
Daniel Grunwald
87c29779a9
Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead.
...
Renamed 'caller'/'owner' to 'parameter' to be consistent with the WPF ICommand.
13 years ago
Daniel Grunwald
8d7f940f77
Move IServiceProvider extension methods from ICSharpCode.Core to ICSharpCode.SharpDevelop.
13 years ago
Daniel Grunwald
a3f61c855f
Move workbench-related classes into new 'Workbench' namespace.
13 years ago
Daniel Grunwald
ca975b65aa
Add ITreeNodeFactory to create tree nodes from a model.
...
Remove the mandatory file name from the document constructors.
13 years ago
Siegfried Pammer
7ea4d4fe9d
fix duplicate language entries in HighlightingOptions
13 years ago
Siegfried Pammer
16abd83dd1
add support for customizations in combination with the semantic highlighting + fix bugs in HighlightingOptions
13 years ago
Siegfried Pammer
c7f91f7d3f
add support for FontWeight and FontStyle to ITextMarker
13 years ago
Siegfried Pammer
ef7f6bae62
make fileName in IDocument mandatory to avoid crashes
13 years ago
Daniel Grunwald
42ae86a467
Started porting UnitTesting.Tests to the new architecture.
13 years ago
Daniel Grunwald
f0b7f5805e
UnitTesting: use ITestFramework, clean-up.
13 years ago
Daniel Grunwald
143663b0f3
Fix navigating to methods in DecompiledViewContent.
13 years ago
Siegfried Pammer
6247fcb190
implement customizable multi highlighter
13 years ago
Daniel Grunwald
2828c9e904
Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand".
13 years ago
Daniel Grunwald
0c3a8957c7
Fix unit tests.
13 years ago
Daniel Grunwald
a8d0875c13
Fix build.
13 years ago
Daniel Grunwald
9193b83219
Make IHasPropertyContainer a [ViewContentService].
13 years ago
Daniel Grunwald
05904c8407
Replace ITextEditorProvider with GetService<ITextEditor>().
13 years ago
Daniel Grunwald
8f5f3a7572
Add ILSpyAddIn.
13 years ago
Daniel Grunwald
606d09ea8f
Use ambience to format type names in the quick class browser.
13 years ago
Siegfried Pammer
16343259eb
trying to fix Color import issue on Windows 8
13 years ago
Siegfried Pammer
a36516af13
fix culture-specific code in importer
13 years ago
Siegfried Pammer
097d36091d
make HTML colors customizable and fix bug in text marker preview
13 years ago
Siegfried Pammer
052d80d953
clarify UI messages for highlighting import
13 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.
13 years ago
Siegfried Pammer
c3d16e4730
improve highlighting import mappings
13 years ago
Siegfried Pammer
cbce4f70ba
Add "Reset all to default" button to HighlightingOptions
13 years ago
Daniel Grunwald
7c2e559014
Set target framework to .NET 4.5
13 years ago
Daniel Grunwald
39bd1381d1
Remove duplicate MultiDictionary.
13 years ago