Daniel Grunwald
f07a51d663
Remove empty IHighlighter2 interface.
13 years ago
Siegfried Pammer
0da19d4e3b
add support for customized colors to SearchResultsPad
13 years ago
Siegfried Pammer
edd9edc3ba
allow colors from referenced rulesets to be customized
13 years ago
Siegfried Pammer
43bbdbe1c6
fix bug MouseHoverLogic to make it easier to show Diff-Tooltip in editor: start MouseHover already on MouseEnter
13 years ago
Daniel Grunwald
0f3a0732fb
Snippets: make ${Caret} work as expected when ${Selection} isn't used.
13 years ago
Daniel Grunwald
db6d2d3e01
Add VisualLine.ReplaceElement method.
13 years ago
Daniel Grunwald
81ba658661
Fix typo in documentation, closes #21
13 years ago
Daniel Grunwald
b0367b735a
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
13 years ago
Siegfried Pammer
28047a4407
fix SD-1910 - IME support crashes when caret is in virtual space
13 years ago
Siegfried Pammer
af52fa8ca5
fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML
13 years ago
Daniel Grunwald
94585060eb
Make ColumnRulerRenderer internal; expose pen instead of brush.
13 years ago
Daniel Grunwald
8a45f2e79e
Update ICSharpCode.Decompiler to ILSpy 2.1
13 years ago
Daniel Grunwald
38ec950640
ImeSupport.Dispose(): remove OptionChanged event handler
13 years ago
Siegfried Pammer
97c248803a
make column ruler color customizable
13 years ago
Siegfried Pammer
ca11d090bf
fix options bugs with ColumnRulerRenderer
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
Siegfried Pammer
7d4edf27b0
fix update of link text color in highlighting editor
13 years ago
Siegfried Pammer
37233cbb60
add support for VB colors
13 years ago
Siegfried Pammer
f35b3e2268
implement importer for .vssettings syntax highlighting and fix some styling/theming bugs
13 years ago
Siegfried Pammer
7672cab705
fix build
13 years ago
Siegfried Pammer
e9bfd6145f
fix Cannot load designer when using 'select case' - http://community.sharpdevelop.net/forums/p/15838/41446.aspx#41446
13 years ago
Matt Ward
17229176b3
Add syntax highlighting for .psm1, psd1, .ps1xml and .nuspec files.
13 years ago
Daniel Grunwald
d617374336
Changed highlighting engine to avoid 'merging' colors when both the <Span> and <Begin> tags have a color specified.
...
Instead, we create a nested HighlightingSection for the <Begin>-color within the section for the <Span>-color.
This fixes customization of such colors.
13 years ago
Daniel Grunwald
6ee01cfdee
Allow creating rectangle selections using the keyboard (Alt+Shift+Left/Up/Right/Down)
13 years ago
Daniel Grunwald
f411e6112c
New AvalonEdit NuGet package.
13 years ago
Matt Ward
f3633e2fcb
Add PowerShell syntax highlighting.
13 years ago
Daniel Grunwald
b2542bf182
Fixed bad assert (floating point imprecision)
...
http://community.sharpdevelop.net/forums/t/15797.aspx
13 years ago
Siegfried Pammer
02b066d833
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
13 years ago
Siegfried Pammer
67b43f86f3
improve IME support
13 years ago
Siegfried Pammer
4a6d0dae94
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
13 years ago
Siegfried Pammer
7ef19e4d7c
fix exception occurring in IME support on AvalonDock layout changes
13 years ago
Siegfried Pammer
7b45383ade
fix Arithmetic Overflow caused by IME integration
13 years ago
Siegfried Pammer
d7f465a361
fix http://community.sharpdevelop.net/forums/p/15779/40243.aspx
13 years ago
Siegfried Pammer
039f366cbf
Add IME support to AvalonEdit
13 years ago
Daniel Grunwald
6699d0bb1d
Fixed C# parser crash on invalid unicode escape sequences in string literals.
13 years ago
Daniel Grunwald
78ca36ef33
Update ILSpy to 2.0.0 release
...
Update NewNRefactory to 5.0.0.6
Update Mono.Cecil to 0.9.5-79-gec8248d
13 years ago
Siegfried Pammer
47edcedd69
fix ILSpy issue 333
13 years ago
Daniel Grunwald
ca8a8e283e
Merge SharpTreeView changes from ILSpy to SharpDevelop.
13 years ago
Siegfried Pammer
2a585e95c4
fix possible cause for OutOfMemoryException in VBNetParser
14 years ago
Siegfried Pammer
d32227f62e
fix http://community.sharpdevelop.net/forums/t/15659.aspx
14 years ago
Daniel Grunwald
cf8636e02f
Don't insert BS or CR character when deadkey is followed by backspace/enter.
14 years ago
David Srbecký
0fb7f129c8
Fixed bug in node removal - the removed node was left in invalid state.
...
This only caused problems if the node was later added back.
14 years ago
David Srbecký
b7863dc22a
SharpTreeView lines were sometimes incorrect due to recycling
14 years ago
David Srbecký
954b991caf
Fixes for rare AvalonDock bugs:
...
- Exception when closing tab by middle-clicking
- Exception when hovering over auto-hide pad
14 years ago
Siegfried Pammer
18e6a68d15
fix bug in FindAll and added Unit Tests
14 years ago
Siegfried Pammer
67bf64d371
fix http://community.sharpdevelop.net/forums/p/14605/38878.aspx#38878
14 years ago
Daniel Grunwald
e1cb442ee6
Fixed editor crash introduced in 02f6c64
.
14 years ago
Daniel Grunwald
b7a6c3164b
Adjust unit test to changed CollapsedLineSection behavior.
14 years ago
Daniel Grunwald
02f6c641cf
AvalonEdit: Fixed issue that caused the collapsed line state in the HeightTree to become inconsistent with the state in the folding manager.
...
This bug was causing strange scrolling behavior when a file with collapsed folding sections got reloaded due to external changes.
14 years ago
Daniel Grunwald
4d8910a68d
Update to Mono.Cecil 0.9.5-73-ga5ffcc0
14 years ago