Siegfried Pammer
e0f184d63e
create new search using Rx
14 years ago
Siegfried Pammer
047b9b0c60
implement normal, wildcard and regex search modes in AE SearchStrateqy
14 years ago
Siegfried Pammer
9f571ccedd
scroll the search result into the view, if it is not yet visible
14 years ago
Siegfried Pammer
713e43efc7
remove search commands from the TextAreaDefaultInputHandlers; register SearchInputHandler manually -> we don't want Ctrl+F in every AE instance (e.g. Condition-Field in BreakpointsPad)
14 years ago
Daniel Grunwald
a8e4b3aead
Adjust AdditionalHorizontalScrollAmount to a more reasonable amount.
...
This avoids the large whitespace to the right of the text when AvalonEdit is used in size-to-content mode.
14 years ago
Siegfried Pammer
3990aedb27
fix bugs in SearchPanel + add documentation comments
14 years ago
Siegfried Pammer
212a92ee18
properly implement SearchPatternException
14 years ago
Daniel Grunwald
086e15cc9a
Fix reported TextView size when word-wrap is enabled and a word-wrap position is within a space character.
14 years ago
Siegfried Pammer
297d2d2fb1
Code cleanup
14 years ago
Siegfried Pammer
e18b0900f1
Change search shortcut to F3 and Shift+F3
14 years ago
Siegfried Pammer
07a12f69b3
search: add some input error handling for regex
14 years ago
Siegfried Pammer
932fd5ad47
add basic Search API and Search Options to SearchPanel
14 years ago
Siegfried Pammer
2465f78bf4
create separate control for SearchPanel
14 years ago
Siegfried Pammer
6b80e80aef
implement basic SearchPanel in AvalonEdit
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
Siegfried Pammer
85bfeb1f15
update VB Syntax Highlighting to VB 11 CTP
14 years ago
Daniel Grunwald
7bcab7097b
AvalonEdit documentation update
14 years ago
Daniel Grunwald
f24ff58a2b
Adjusted unit tests to C# syntax highlighting change.
14 years ago
Daniel Grunwald
56f38f8524
C# syntax highlighting: Don't colorize punctuation.
...
AvalonEdit: don't create separate TextRuns when syntax highlighting applies a color-less span.
14 years ago
Siegfried Pammer
82297d7819
add word wrap to InsightWindow in parameter list (header) too
14 years ago
Daniel Grunwald
0ec28b887d
Fix SD-1866: support for async/await in code completion.
14 years ago
Daniel Grunwald
e64d24419a
Yet another performance improvement to AvalonEdit - we now use a way smaller dirty rectangle when changing only a single line.
14 years ago
Daniel Grunwald
3f05ced59c
Use DrawingVisual for rendering a VisualLine. This seems to improve AvalonEdit rendering performance a lot in some scenarios.
14 years ago
Daniel Grunwald
b0051f4960
Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing
14 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
14 years ago
Daniel Grunwald
acefecc74e
Ignore ExternalException when clipboard cannot be opened for pasting.
14 years ago
Siegfried Pammer
74ff5b60f4
fix SD-1833 - Method Insight popup exceeds screen ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4 )
14 years ago
Daniel Grunwald
392871bf63
Save width+height of floating pad using invariant culture.
14 years ago
Siegfried Pammer
429f0229b5
fix some bugs in ChangeMarkerMargin
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
Siegfried Pammer
9b9a0379f6
remove TreeViewAdv (Aga.Controls)
14 years ago
Siegfried Pammer
2a34197c75
copy enhanced SharpTreeView from ILSpy
14 years ago
Daniel Grunwald
2eef3e4be9
Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500)
14 years ago
Matt Ward
6d067662f3
Change highlighting in html script tags so javascript code does not use green text.
14 years ago
Eusebiu Marcu
4f22877fbf
Debug & evaluate third party code.
14 years ago
Daniel Grunwald
ab3f7c51a1
Fixed SpecialCharacterTextRun positioning; made box slightly transparent.
14 years ago
Daniel Grunwald
9332d46740
Freeze the shift+backspace key binding.
14 years ago
Matt Ward
1b4fa555ce
Enable syntax highlighting for ASP.NET user controls (.ascx)
14 years ago
Siegfried Pammer
02cb7bad97
Fixed bug in SnippetParser causing lexer to fail with an exception on valid code
14 years ago
Matt Ward
23f5d182a1
Add syntax highlighting for .css files.
14 years ago
Matt Ward
158957a479
Enable syntax highlighting for .master files.
14 years ago
Siegfried Pammer
eb728f63d9
fix build
14 years ago
Siegfried Pammer
d6d43afc5b
fixed http://community.sharpdevelop.net/forums/t/13308.aspx
14 years ago
Siegfried Pammer
d410aac6e5
use TypeName in attributes
14 years ago
Siegfried Pammer
cc0f399162
fixed build
14 years ago
Siegfried Pammer
693f476a0f
properly implement attribute arguments in Expression Finder
14 years ago
Siegfried Pammer
be773345b9
properly indent declarations with attributes ( http://community.sharpdevelop.net/forums/t/13157.aspx )
14 years ago
Daniel Grunwald
15ded15fbd
Move ILSpyAddIn to display bindings.
14 years ago
Daniel Grunwald
ee420f305e
Add ICSharpCode.Decompiler.
14 years ago