Daniel Grunwald
c9cc2ff077
Remove CustomizableHighlightingColorizer.
13 years ago
Daniel Grunwald
703d17d91d
Reimplemented CodeEditorView.ShowHelp()
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Siegfried Pammer
16abd83dd1
add support for customizations in combination with the semantic highlighting + fix bugs in HighlightingOptions
13 years ago
Daniel Grunwald
2828c9e904
Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand".
13 years ago
Daniel Grunwald
e1d7f1bf7f
Show tooltips on EnhancedScrollBarTrack.
...
Fixed NullReferenceException when showing tooltip after debugging.
13 years ago
Tobias Ibounig
2306bbd21a
Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel
13 years ago
Tobias Ibounig
5e4ec9c472
Implemented Options for ColumnRulerRenderer
13 years ago
Tobias Ibounig
0624b9e15e
Added SD-1634 - Implement column ruler
13 years ago
Siegfried Pammer
6cc6d14efd
fix SD-1272 - Breakpoint text highlight colour is not configurable
13 years ago
Siegfried Pammer
bd7d401105
add marker colors customization
13 years ago
Daniel Grunwald
ab95b18a3f
Refactored parser service.
14 years ago
David Srbecký
fb31be5e4c
Cleaning up debugger tree model and tooltips
14 years ago
Daniel Grunwald
d38eb13e71
AnalyticsMonitorService: move to new services infrastructure
14 years ago
Daniel Grunwald
cfe7ae8dad
Adjust SharpDevelop to new context actions API.
14 years ago
Daniel Grunwald
cb15d5418d
Move ContextActions UI to AvalonEdit.AddIn.
14 years ago
Daniel Grunwald
104811c874
Implemented Ctrl+Click -> Go to definition.
14 years ago
Daniel Grunwald
c0cc23d11e
Reenable context action code.
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Siegfried Pammer
71db1c62ac
fix NullReferenceException in DisplayCaretHighlightAnimation
14 years ago
Siegfried Pammer
ac717c602d
allow ShowHiddenDefinitions to be used independently from HighlightBrackets setting
14 years ago
Siegfried Pammer
63bbc50e24
fixed some compiler warnings
14 years ago
Siegfried Pammer
8b6d1d6a39
implement Ctrl+Shift+W - shrink selection; move CodeManipulation to CSharpBinding
14 years ago
Siegfried Pammer
d33c4781c8
small addition to fix SD-1862 - Folding tooltip text should be truncated, if too long
14 years ago
Daniel Grunwald
aa83bf1c44
Don't show folding region tooltip when the mouse hovers behind the collapsed section (after the end of line).
14 years ago
Daniel Grunwald
b7b259896d
Add semantic highlighting for C#.
14 years ago
Daniel Grunwald
f31bca1de7
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
14 years ago
Daniel Grunwald
a2add0b62e
WIP
14 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
14 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
14 years ago
Siegfried Pammer
08cfc14a42
fix SD-1394 - Indentation in region tooltip:
...
proposed algorithm:
Each line is checked for leading indentation whitespaces. If
a line has the same or more indentation than the first line,
it is reduced. If a line has is less indented than the first line
the indentation is removed completely.
See the following example:
line 1
line 2
line 3
line 4
is reduced to:
line 1
line 2
line 3
line 4
14 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
14 years ago
mkonicek
5c7d95490b
Object graph and collection visualizer are not shown for strings anymore.
15 years ago
Siegfried Pammer
272502e229
SD-1592: folding controls are customizable
15 years ago
Eusebiu Marcu
2dc3ec2efc
Hidden definitions v0.1
15 years ago
Siegfried Pammer
e9ea4767b7
replaced CaretHighlight control by animated rectangle geometry
15 years ago
Siegfried Pammer
bc4c41c036
renamed FocusHighlight to CaretHighlight to avoid confusion
15 years ago
Siegfried Pammer
274f6d6596
added an option to deactivate the focus highlight
15 years ago
Siegfried Pammer
e379983c8a
display a focus highlight when moving the caret by JumpTo()
15 years ago
mkonicek
85341978e6
Basic implementation of Move statement up / down.
15 years ago
mkonicek
3eb705c21f
Extend selection - refactoring.
15 years ago
mkonicek
bb888bf171
Extend selection - moved to separate file.
15 years ago
mkonicek
a201a4b412
Extend selection - fix for one-line methods.
15 years ago
mkonicek
c3eb3c38a6
Extend selection works with comments (CTRL+W, will be a command in menu).
15 years ago
Siegfried Pammer
f5a56a05bd
SD-1592: color used for bracket highlighting is now customisable
15 years ago
Eusebiu Marcu
1c446023e1
Fix SD-701 - Moving the mouse over multiple references to the same object leaves the tooltip displayed
15 years ago
Daniel Grunwald
3b45327b37
Fix SD-1787 - Memory Leak in ContextActionsBulbPopup
15 years ago
Daniel Grunwald
d5aaa9df39
Fixed interaction between snippets with bound elements and Undo/Redo.
15 years ago
eusebiu
af9798ef45
Edit Pin control v0.1
15 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
15 years ago