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
6d219a7927
add localization to SearchPanel
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
5f6c201698
AvalonEdit Bugfix: caret is invisible if blinking is disabled in the system settings
14 years ago
Siegfried Pammer
213847c31b
fixed bug in SearchPanel: could not be opened again, if it was closed before.
14 years ago
Siegfried Pammer
3875e607ff
remove FindNextSelected
14 years ago
Siegfried Pammer
042795f004
add some missing documentation
14 years ago
Siegfried Pammer
1b7aab3e1d
simplify SearchManager API
14 years ago
Siegfried Pammer
37207c1d34
fix build
14 years ago
Siegfried Pammer
b29f31ed15
Merge branch 'search'
...
Conflicts:
SharpDevelop.sln
data/resources/StringResources.resx
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
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
PeterForstmeier
2ef68ee9bc
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
949c922629
Treeview DataBinding,small cleanup
14 years ago
Daniel Grunwald
943b193a49
Changed SearchedFile to use more descriptive member names; minor changes to SearchManager.
14 years ago
PeterForstmeier
2e44388c33
create List<T> for data binding from service to TreeView
...
Treeview DataBinding in AddServiceReferenceDialog.xaml
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
Daniel Grunwald
fe7c8cade8
Fix handling of project references for code completion.
...
(bug was introduced in commit 7c1c3b47
)
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
Matt Ward
5787807130
Fix InvalidCastException in Unit Tests addin when a field has an attribute.
14 years ago
Matt Ward
30fea3c7d0
Prevent IronPython unit test framework from showing fields that start with test as unit tests.
14 years ago
Matt Ward
7de3ec867c
Prevent IronRuby unit test framework from showing fields that start with test as unit tests.
14 years ago
Matt Ward
2fbf506e05
Rename TestMethod classes to TestMember since they allow fields and methods to define tests.
14 years ago
Matt Ward
05074fd052
Support using fields to define tests in the Unit Tests window.
14 years ago
Matt Ward
85fdbf6b66
Fix ArgumentNullException when accessing DefaultClass.AllMembers before members initialized.
14 years ago
Matt Ward
f100c9866d
Refactor tests that use the TestFrameworkDescriptor class.
14 years ago
Matt Ward
7c531b2754
Support multiple test frameworks for a single project file extension.
14 years ago
Daniel Grunwald
67bba7a65b
Fixed AvalonEdit bug: text cannot be dropped over a line (only in the small space between lines)
...
This was caused by the optimization that moved the text from the AE TextLayer to separate DrawingVisual controls:
Hit testing was disabled for the TextLayer, but we forgot to disable hit-testing for the DrawingVisuals
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
PeterForstmeier
7a6122e902
Add missing File
14 years ago
PeterForstmeier
b9d2322a30
Update CodeQuality/CodeQualityAnalysis.csproj to new references of ViewModelBase and RelayCommand.cs
14 years ago
PeterForstmeier
8f184b8643
Move ViewModelBase.cs 8implementation of INotifyPropertyChanged)and RelayCommand.cs to ICSharpCode.SharpDevelop.Widgets.csproj
14 years ago
PeterForstmeier
54ebb66da4
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
0f0851591e
Editable Combobox, base Layout for mainContend Area
14 years ago