Siegfried Pammer
|
4d8c634587
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
Conflicts:
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/AvalonEditSyntaxHighlighterAdapter.cs
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/CustomizableHighlightingColorizer.cs
src/AddIns/Misc/SearchAndReplace/Project/Engine/SearchManager.cs
src/AddIns/Misc/SearchAndReplace/Project/Gui/SearchResultNode.cs
src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/HighlightedLine.cs
src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/IHighlighter.cs
src/Main/Base/Project/Src/Editor/IEditorControlService.cs
src/Main/Base/Project/Src/Editor/ISyntaxHighlighter.cs
src/Main/Base/Project/Src/Editor/Search/SearchResultMatch.cs
src/Main/Base/Project/Src/Editor/Search/SearchResultsPad.cs
src/Main/Base/Project/Src/Services/RefactoringService/FindReferencesAndRenameHelper.cs
|
14 years ago |
Siegfried Pammer
|
c205964d87
|
fix import/export of nested named colors
|
14 years ago |
Siegfried Pammer
|
0da19d4e3b
|
add support for customized colors to SearchResultsPad
|
14 years ago |
Siegfried Pammer
|
edd9edc3ba
|
allow colors from referenced rulesets to be customized
|
14 years ago |
Siegfried Pammer
|
02449aa2b7
|
implement escape rules in StringParser
|
14 years ago |
Siegfried Pammer
|
326d2410fe
|
use highlighting customizations in Diff-Tooltip
|
14 years ago |
Siegfried Pammer
|
43bbdbe1c6
|
fix bug MouseHoverLogic to make it easier to show Diff-Tooltip in editor: start MouseHover already on MouseEnter
|
14 years ago |
Siegfried Pammer
|
132afcb96d
|
add Debugger AddIn dependency on ILSpy AddIn - should fix http://community.sharpdevelop.net/forums/t/16050.aspx
|
14 years ago |
Daniel Grunwald
|
bda3b311d4
|
Merge branch 'master' into newNR
|
14 years ago |
Daniel Grunwald
|
4e1b21f6d4
|
Additional override completion unit tests.
|
14 years ago |
Daniel Grunwald
|
fbf0b6d419
|
The IconEditor AddIn now can edit icons.
|
14 years ago |
Daniel Grunwald
|
9b2a5fc1ff
|
Merge remote-tracking branch 'origin/4.2' into master.
|
14 years ago |
Daniel Grunwald
|
975ea750ca
|
Delay the ActiveViewContentChanged event using the dispatcher so that it doesn't get executed within the callback from AvalonDock - this could lead to some unexpected reentrancy (e.g. when some event handler was opening/closing views).
|
14 years ago |
Daniel Grunwald
|
a660f427b8
|
Started porting the FxCop-AddIn to SD5.
|
14 years ago |
Daniel Grunwald
|
bbe4654da0
|
Add back the IconEditor AddIn.
|
14 years ago |
Daniel Grunwald
|
e7b28cb8f1
|
Move remaining portions of FileService to IFileService interface.
|
14 years ago |
Daniel Grunwald
|
e5560361b9
|
Update setup.
|
14 years ago |
Daniel Grunwald
|
8ba973b1b9
|
Highlight inactive conditional attributes.
Highlight type name in constructor/destructor declaration.
Handle InvalidCastException when reading a corrupted serialized project content.
|
14 years ago |
Daniel Grunwald
|
a25ebfe842
|
Implemented re-parsing when switching the project configuration.
|
14 years ago |
Daniel Grunwald
|
cf4ef6879c
|
Use conditional symbols from project settings in the C# parser.
|
14 years ago |
Daniel Grunwald
|
b016131315
|
Made debugger type system thread-safe.
|
14 years ago |
Daniel Grunwald
|
77c118ec71
|
Mark service interfaces with [SDService].
|
14 years ago |
Daniel Grunwald
|
5a50c1a5c2
|
Remove static AddInTree and use IAddInTree interface instead.
|
14 years ago |
Daniel Grunwald
|
92da3798b3
|
Add IResourceService interface.
|
14 years ago |
Daniel Grunwald
|
87f3820048
|
Improve IMessageService API.
|
14 years ago |
Daniel Grunwald
|
16bb4b2e7f
|
Introduce IPropertyService.
|
14 years ago |
Daniel Grunwald
|
eb94f6f21a
|
Fixed bug that caused 'Find Next' in solution to return no match when no text editor is open.
|
14 years ago |
Daniel Grunwald
|
23cad81544
|
Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls.
|
14 years ago |
Daniel Grunwald
|
9ab4031e9f
|
Fix some issues in the unit testing AddIn.
|
14 years ago |
Matt Ward
|
a19fc84b42
|
Fix invalid IIS Express command line arguments when a project name has a space character.
|
14 years ago |
Daniel Grunwald
|
569d7730e5
|
Fixed printing from print preview using different settings than those used for generating the preview.
|
14 years ago |
Daniel Grunwald
|
5dacab6a80
|
Highlight active parameter in method insight.
|
14 years ago |
Daniel Grunwald
|
3c507ab423
|
Implement method insight.
|
14 years ago |
Daniel Grunwald
|
15f93629d5
|
Implemented override-completion.
|
14 years ago |
Daniel Grunwald
|
5550cb7e12
|
Update NRefactory
|
14 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
14 years ago |
Daniel Grunwald
|
ecf6c67f8f
|
HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content
|
14 years ago |
Daniel Grunwald
|
9a968de501
|
Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter.
|
14 years ago |
Daniel Grunwald
|
f877fdf87b
|
Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments.
|
14 years ago |
Daniel Grunwald
|
519dc12eda
|
Add IsKnownType() extension method.
|
14 years ago |
Mike Krüger
|
58fea5211e
|
[Completion] Added more synthetic member checks/added forgotton
accessible check for nested types.
|
14 years ago |
Daniel Grunwald
|
803d9c9f92
|
Fixed bug in HighlightedLine.MergeWith().
|
14 years ago |
Mike Krüger
|
40ba86a9d7
|
[Completion] Added some synthetic member checks.
|
14 years ago |
Daniel Grunwald
|
f8629c101c
|
Fix crash when opening LoadSaveOptions.
|
14 years ago |
Daniel Grunwald
|
c331684f59
|
Remove reference to non-existent F# ambience
|
14 years ago |
Daniel Grunwald
|
c924cd6aef
|
Lazy-load the debugger type system.
|
14 years ago |
Daniel Grunwald
|
dfaab95005
|
Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation.
Enable lazy-loading for the debugger type system.
|
14 years ago |
Daniel Grunwald
|
e1d7f1bf7f
|
Show tooltips on EnhancedScrollBarTrack.
Fixed NullReferenceException when showing tooltip after debugging.
|
14 years ago |
Daniel Grunwald
|
a3534f250d
|
Add INamespace.ContributingAssemblies.
|
14 years ago |
Daniel Grunwald
|
80dc644829
|
Enable new context actions (Create Local, Extract Field, Implement Interface).
Allow clicking on track adorners.
Don't serialize project content on shutdown when it hasn't changed.
|
14 years ago |