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
Peter Forstmeier
09b2bf81cc
Remove unused Files
13 years ago
Peter Forstmeier
8b4f05c4d6
ChooseLayoutComboBox.cs, remove StringListEditor, use StringListEditorDialog.xaml.cs
13 years ago
Peter Forstmeier
e2e16fa5fe
Remove unused Files
13 years ago
Peter Forstmeier
1ca86cf0ab
add missing file
13 years ago
Peter Forstmeier
24be30d385
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
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
Peter Forstmeier
79f974b049
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
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
66d294ccd0
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
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
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
Peter Forstmeier
a9f9cac911
rename
13 years ago
Siegfried Pammer
3982774f2f
fix unit tests
13 years ago
Siegfried Pammer
7a033c8aca
implement code issue to display syntax errors found by the Mono C# parser
13 years ago
Siegfried Pammer
ba0bb353af
make Document in SDRefactoringContext accessible from outside
13 years ago
Siegfried Pammer
b0135e14a6
fix exception in FoldingManager when opening XAML files
13 years ago
Siegfried Pammer
dccd899196
change monospace-detection in FontSelector
13 years ago
Daniel Grunwald
804ea361d0
Fix NullReferenceException in ParameterCanBeDemotedIssue
13 years ago
Daniel Grunwald
cfa01c3986
Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications.
13 years ago
Daniel Grunwald
e24b3330ce
Use SD.Dom for entity context menu.
...
Note: this does not work yet because the DOM implementation is incomplete.
13 years ago
Daniel Grunwald
7ebe773b5b
Fix crash when issues are reported on null nodes.
13 years ago
Daniel Grunwald
27d2586752
Remove disabled context actions from AddInTree.
13 years ago
Daniel Grunwald
0cf742a339
Fix NullReferenceException in MoveToOuterScopeAction.FindCurrentScopeEntryNode
13 years ago
Daniel Grunwald
4936107b26
Fix ArgumentOutOfRangeException in ReachabilityAnalysis.
13 years ago
Daniel Grunwald
08ff4ab865
Fix ObjectDisposedException when aborting solution load.
13 years ago
Daniel Grunwald
68d3de0097
Don't create fold markers for single-line properties.
13 years ago
Daniel Grunwald
36e872d395
Fix Find Overrides (F6) across multiple projects.
13 years ago
Daniel Grunwald
f902088e38
Update NRefactory to 5.3.0-5-g33c882d
13 years ago
Daniel Grunwald
33c882d4a3
Add consistency check that mutates the AST and checks if pattern matching finds the difference.
13 years ago