Siegfried Pammer
|
0f0dcef344
|
updating documentation and resources
|
14 years ago |
Siegfried Pammer
|
4567a708c1
|
add "No results found!" message to SearchPanel, if no results are found.
|
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
|
93afeca576
|
fixed bug in SearchDirectoryInternal
|
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
|
16eac37252
|
update implementation constraints for ISearchStrategy
|
14 years ago |
Siegfried Pammer
|
a33f028800
|
FindNext algorithm: simplify it and fix bugs
|
14 years ago |
Siegfried Pammer
|
5c8091e740
|
fix bug in RegexSearchStrategy.FindNext
|
14 years ago |
Siegfried Pammer
|
41a7197fd2
|
SearchPanel: fix a memory leak when the document instance is changed; fix issues with 0-length results; add access to MarkerBrush
|
14 years ago |
Siegfried Pammer
|
2f4b128d25
|
fix rendering issues in SearchResultBackgroundRenderer, if results have length 0. Make MarkerBrush customizable
|
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
|
26a1650b60
|
convert SearchPanel to a normal control and move it to adorner
|
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
|
047b9b0c60
|
implement normal, wildcard and regex search modes in AE SearchStrateqy
|
14 years ago |
Siegfried Pammer
|
7c4f588e5b
|
remove unused paths from SearchAndReplace.addin and reimplement IsSearchable with MIME detection
|
14 years ago |
Siegfried Pammer
|
8863e8b820
|
Move MIME detection into separate class
|
14 years ago |
Siegfried Pammer
|
c8ad6e1eca
|
Remove incremental search from AvalonEdit.AddIn
|
14 years ago |
Siegfried Pammer
|
5c316b3a51
|
remove search combobox from toolbar
|
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
|
5843b2b30b
|
Add support for <MenuItem type="CheckBox"/> in WPF menus.
|
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 |
Matt Ward
|
a59a534c10
|
Resolve the PackageManagement addin assembly when the DTE object is requested from the T4 service provider.
|
14 years ago |
Matt Ward
|
ac4bb7b171
|
Make EnvDTE available to T4 templates.
|
14 years ago |
Matt Ward
|
9b4f533bf3
|
Add support for DTE.ActiveSolutionProjects property.
|
14 years ago |
Matt Ward
|
7ca65cf26a
|
Add trailing slash to AddInPath property returned by StringParser when expanding T4 directives.
|
14 years ago |
PeterForstmeier
|
380f1ae28d
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
b589ab7675
|
Start with 'Show WCF Service in Browser'
|
14 years ago |
Matt Ward
|
e03cd2b91a
|
Ignore case of T4 template directives in syntax highlighting.
|
14 years ago |