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
|
4e1b21f6d4
|
Additional override completion unit tests.
|
14 years ago |
Daniel Grunwald
|
fbf0b6d419
|
The IconEditor AddIn now can edit icons.
|
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
|
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
|
803d9c9f92
|
Fixed bug in HighlightedLine.MergeWith().
|
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
|
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 |
Daniel Grunwald
|
6436a028bb
|
Fixed document service retrieval.
|
14 years ago |
Daniel Grunwald
|
7b43181128
|
Fix crash when opening editor context menu due to missing BreakpointChangeMenuBuilder
|
14 years ago |
Daniel Grunwald
|
0f3a0732fb
|
Snippets: make ${Caret} work as expected when ${Selection} isn't used.
|
14 years ago |
Daniel Grunwald
|
db6d2d3e01
|
Add VisualLine.ReplaceElement method.
|
14 years ago |
Daniel Grunwald
|
81ba658661
|
Fix typo in documentation, closes #21
|
14 years ago |
Daniel Grunwald
|
b0367b735a
|
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
|
14 years ago |
Siegfried Pammer
|
76b4fe6179
|
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
Conditions were wrong if debugger was attached, but no solution opened.
|
14 years ago |
Siegfried Pammer
|
28047a4407
|
fix SD-1910 - IME support crashes when caret is in virtual space
|
14 years ago |
Siegfried Pammer
|
58bcbca3a7
|
improve error message if accessing the performance counters fails
|
14 years ago |