Siegfried Pammer
|
0da19d4e3b
|
add support for customized colors to SearchResultsPad
|
13 years ago |
Daniel Grunwald
|
eb94f6f21a
|
Fixed bug that caused 'Find Next' in solution to return no match when no text editor is open.
|
13 years ago |
Siegfried Pammer
|
c0cded9af4
|
fix IOExceptions that could occur while searching
|
14 years ago |
Siegfried Pammer
|
00edc9c069
|
use custom SearchableFileContentFinder to avoid possible loss of information due to wrong encoding detection
|
14 years ago |
Matt Ward
|
c4afa0ea5b
|
Fix failing unit test.
|
14 years ago |
Siegfried Pammer
|
4155482892
|
fix possible NullReferenceException in SearchManager
|
14 years ago |
Siegfried Pammer
|
22ed6e1093
|
handle SearchPatternException in SearchAndReplacePanel
|
14 years ago |
Siegfried Pammer
|
0970138790
|
fix "Find Next" search results for interactive replace
|
14 years ago |
Siegfried Pammer
|
8947d92944
|
add undo group to replace all
|
14 years ago |
Siegfried Pammer
|
3da54df351
|
finish CreateProperties code generator
|
14 years ago |
Siegfried Pammer
|
40ae341392
|
implement localization of SearchPanel in SharpDevelop
|
14 years ago |
Siegfried Pammer
|
beb58991b9
|
fix bug in Find next/Interactive replace: Saved selection should use anchors
|
14 years ago |
Siegfried Pammer
|
3875e607ff
|
remove FindNextSelected
|
14 years ago |
Siegfried Pammer
|
1b7aab3e1d
|
simplify SearchManager API
|
14 years ago |
Siegfried Pammer
|
37207c1d34
|
fix build
|
14 years ago |
Siegfried Pammer
|
e9aedd15fd
|
fixed regression in regex replace: $1 not properly translated
|
14 years ago |
Siegfried Pammer
|
63af0b8341
|
code clean-up
|
14 years ago |
Siegfried Pammer
|
6a0d2bcf91
|
file clean-up + catching OperationCanceledExceptions
|
14 years ago |
Siegfried Pammer
|
a72eb6c334
|
fixed bug in FindAllParallel;
don't display stop button again, if search is loaded from history
|
14 years ago |
Siegfried Pammer
|
6d3c9c0f8a
|
cleaned APIs and fixed some bugs in cancellation, etc.
|
14 years ago |
Siegfried Pammer
|
51642a5f37
|
simplify Search*Nodes
|
14 years ago |
Daniel Grunwald
|
943b193a49
|
Changed SearchedFile to use more descriptive member names; minor changes to SearchManager.
|
14 years ago |
Siegfried Pammer
|
9096193009
|
fix some threading issues and reduce UI invokes
|
14 years ago |
Siegfried Pammer
|
9d0834ac82
|
optimized IHighlightedLineBuilder creation
|
14 years ago |
Siegfried Pammer
|
1570138319
|
fixing some bugs and playing around with cancellation
|
14 years ago |
Siegfried Pammer
|
5989e5653e
|
implement Replace and Replace all
|
14 years ago |
Siegfried Pammer
|
a33f028800
|
FindNext algorithm: simplify it and fix bugs
|
14 years ago |
Siegfried Pammer
|
90f6482267
|
introduce ReactiveExtensions to make working with IObservable<T> easier
|
14 years ago |
Siegfried Pammer
|
0f29a06847
|
rewrote Find Next algorithm
|
14 years ago |
Siegfried Pammer
|
329ca2415f
|
remove some properties from SearchManager, fix file header
|
14 years ago |
Siegfried Pammer
|
11dc1c4df7
|
code cleanup
|
14 years ago |
Siegfried Pammer
|
79a5c54f73
|
implemented find next
|
14 years ago |
Siegfried Pammer
|
f72af03258
|
implement FindAll
|
14 years ago |
Siegfried Pammer
|
e0f184d63e
|
create new search using Rx
|
14 years ago |
Siegfried Pammer
|
7c4f588e5b
|
remove unused paths from SearchAndReplace.addin and reimplement IsSearchable with MIME detection
|
14 years ago |
Siegfried Pammer
|
5c316b3a51
|
remove search combobox from toolbar
|
14 years ago |
Siegfried Pammer
|
c27f08fc70
|
fix SD-1815 - SharpDevelop hangs when searching entire project that contains a file with only one character (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1815&PROJID=4)
|
14 years ago |
Siegfried Pammer
|
d5f606eda2
|
SD-1847 - Search Results should use same font as the text editor (http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4)
|
14 years ago |
Siegfried Pammer
|
2087328303
|
removed calls to obsolete StringParser.Parse overload
|
14 years ago |
Daniel Grunwald
|
35e5a72359
|
Fix whole-word search in wildcard search mode.
http://community.sharpdevelop.net/forums/t/13167.aspx
|
14 years ago |
Daniel Grunwald
|
5d1bfe90aa
|
Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection
|
15 years ago |
Eusebiu Marcu
|
ae0d2b3e51
|
Put icon bookmark inside the Location column. Fix resize issue.
Remove enable/disable all from BookmarkPad.
Rename some namespaces.
Fix jumping to bookmarks in the file.
|
15 years ago |
Siegfried Pammer
|
2ae57c2021
|
removed orange search result marker, replaced by focus highlight
|
15 years ago |
Matt Ward
|
d9c2ae3a33
|
Fix SD-1794 - Replace all in selection does not replace any text
|
15 years ago |
Matt Ward
|
8c0fbdc203
|
Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open
|
15 years ago |
Daniel Grunwald
|
32c1efaf0f
|
Revert "fix SD-1743 - Replace all in selection - standard search"
This reverts commit cede650728 .
|
15 years ago |
Daniel Grunwald
|
73684b9a45
|
Fixed build.
|
15 years ago |
Eusebiu Marcu
|
cede650728
|
fix SD-1743 - Replace all in selection - standard search
|
15 years ago |
Eusebiu Marcu
|
177338d47d
|
fix SD-1743 - Replace all in selection - standard search
|
15 years ago |
Daniel Grunwald
|
05908d2a40
|
Fixed keyboard navigation in RecentProjectsControl and UpgradeView list views.
|
15 years ago |