Matt Ward
61c6ca7a50
Add StyleCop addin.
13 years ago
Matt Ward
768a0c81aa
Fix FxCop failing to find rules defined in project.
...
Setting two or more FxCop rules to be flagged as errors instead of
warnings was adding the rules into the CodeAnalysisRules element of
the MSBuild project file with the semi-colon separators being escaped.
This escaping then causes FxCopCmd.exe to fail.
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Daniel Grunwald
7884b0ec4e
Rename Mono.Cecil -> cecil to match the original repository name.
13 years ago
Matt Ward
135a4730b5
Fix build.
13 years ago
Matt Ward
cc2cc44463
Add FxCop addin.
13 years ago
Daniel Grunwald
d5c8a9ce43
Add some extension methods for building IComparer<>
13 years ago
Daniel Grunwald
7b95ab51d9
Delete Boo binding.
...
Unfortunately we couldn't find a maintainer for this language binding; and we don't have the resources to port it to SharpDevelop 5 ourselves.
13 years ago
Siegfried Pammer
e29acc1171
remove compile feature from RegExpTk
13 years ago
Siegfried Pammer
41beb10d7c
add back SettingsEditor addin
13 years ago
Siegfried Pammer
171e341b95
prevent empty search results from being added to the result list in XamlSymbolSearch
13 years ago
Matt Ward
dbdef30715
Fix T4 templates using GAC references not in project.
...
Add FindBestMatchingAssemblyName() taken from GacInterop class
in SharpDevelop 4 into GlobalAssemblyCacheService
13 years ago
Daniel Grunwald
71c9dc6486
Fix version number of HTML clipboard.
...
Version 1.0 does not exist: http://blogs.msdn.com/b/oldnewthing/archive/2013/01/18/10386079.aspx
13 years ago
Peter Forstmeier
09b2bf81cc
Remove unused Files
13 years ago
Peter Forstmeier
8b4f05c4d6
ChooseLayoutComboBox.cs, remove StringListEditor, use StringListEditorDialog.xaml.cs
13 years ago
Matt Ward
8e3b06beea
Fix highlighting colours unavailable for Ruby and Python.
...
Upgrade Ruby and Python syntax highlighting definitions to
version 2.0 so all named highlighting colours can be modified
in Tools | Options | Highlighting
13 years ago
Peter Forstmeier
e2e16fa5fe
Remove unused Files
13 years ago
Peter Forstmeier
1ca86cf0ab
add missing file
13 years ago
Peter Forstmeier
9a542d4f67
Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml.cs
13 years ago
Matt Ward
c4b3aeeec8
Add Text Templating addin to installer.
13 years ago
Matt Ward
0daa6cf063
T4 template now handles project not returning a CodeDomProvider.
...
Default to using C# code dom provider and add warning to Errors
window instead of failing to pre-processing a template.
13 years ago
Matt Ward
e18c799f8d
Text Templating addin no longer using WorkbenchSingleton.
13 years ago
Matt Ward
52f3bd6c82
Fix pre-processed text template not generating a file.
...
Return code dom provider from C# projects.
13 years ago
Matt Ward
3644447a7e
Fix null reference exception when opening .txt files.
...
TextContentCondition now handles files that have no syntax
highlighting defined.
13 years ago
Matt Ward
8a52aeb4ab
Update Text Templating addin for SharpDevelop 5.
...
GAC references in text templates are currently not supported
unless they are referenced by the project.
13 years ago
Matt Ward
225ec195fb
Allow missing projects to be removed from solution.
...
Remove menu item is now enabled for a missing project.
13 years ago
Peter Forstmeier
889305bd9f
remove obsolete call to ICSharpCode.SharpDevelop.FileService.CreateFolderBrowserDialog
13 years ago
Peter Forstmeier
12e00303ad
[Obsolete("Use SD.FileService.BrowseForFolder() instead.")]
...
Remove obsolete call to CreateFolderBrowserDialog
13 years ago
Matt Ward
e879ad63d8
Update ignored XML Editor tests.
13 years ago
Matt Ward
a9b101632e
Update XML Editor solution.
...
Allow XmlEditor tests to be run on their own separately
from the main SharpDevelop tests solution.
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
d25d7da199
Fix bug in find references that caused us to miss many results.
13 years ago
Daniel Grunwald
aad679fd78
Fix some code issues.
13 years ago
Daniel Grunwald
695d773528
UnitTesting: Run "Go to definition" when double-clicking a test.
13 years ago
Peter Forstmeier
a8e2c54257
Rename Files
13 years ago
Peter Forstmeier
cf080f1140
Remove obsolete Files
13 years ago
Peter Forstmeier
e2f66561ab
CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family
13 years ago
Peter Forstmeier
1bb5b78228
OnPropertyChanged
13 years ago
Peter Forstmeier
f0ef718865
Remove dependency to System.Drawing.Font.
...
DefaultFont is stored as two Property's (FontSize and FontFamily)
13 years ago
Matt Ward
0089d00bb8
Always show package sources in Available and Updates tab.
...
Do not hide the package sources combo box in the Manage Packages dialog
when only on package source is defined.
13 years ago
Matt Ward
1a6dc15c98
Remove All from package source combo box when only one source.
...
Disabled package sources were being counted when deciding whether to add All
to the combo box in the Manage Packages dialog.
13 years ago
Matt Ward
199c8059b4
Show package sources drop down in updated packages tab.
...
Allow user to choose which package source when looking for updated packages.
13 years ago
Matt Ward
231cde5e9e
Fix disabled package sources being used in Manage Packages dialog.
...
Selecting All in the package source list was searching across all package
sources including disabled ones.
13 years ago
Daniel Grunwald
64ce9a7f6f
AvalonEdit IME: Fix crash on threadMgr.SetFocus(null); in 64-bit process.
13 years ago
Daniel Grunwald
f1b2220314
Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus.
...
Move ChangeMarkerMargin and related classes into own folder.
Remove C#-specific hack from HiddenDefinitionRenderer.
Do not return null from CreateHighlighter().
13 years ago
Daniel Grunwald
e9d03395a3
Update the type system when files get removed from the project.
13 years ago
Matt Ward
3c84135a41
Fix NuGet package id not displayed in logging output.
13 years ago
Peter Forstmeier
a9f9cac911
rename
13 years ago
Siegfried Pammer
3982774f2f
fix unit tests
13 years ago
Siegfried Pammer
b4149dee8b
fix http://community.sharpdevelop.net/forums/p/16476/44890.aspx
13 years ago