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
Tomasz Tretkowski
d3acf59322
Showing any classes nested in test fixtures as test classes (as NUnit Gui does).
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
Siegfried Pammer
26a1650b60
convert SearchPanel to a normal control and move it to adorner
14 years ago
Daniel Grunwald
f76363144a
Merge NRefactory 7063203
into SharpDevelop repository.
14 years ago
Daniel Grunwald
de23ca9473
Merge NRefactory 7063203
into SharpDevelop repository.
14 years ago
Daniel Grunwald
cb5c04641f
Merge branch 'master' into newNR
14 years ago
Daniel Grunwald
7063203972
FieldDeclaration/EventDeclaration/VariableDeclarationStatement now resolve to 'void'.
...
Only the individual VariableInitializers will resolve to the field/event/variable.
Fixed several bugs in 'Find References'.
14 years ago
Daniel Grunwald
2e063ef04c
Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485).
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
Daniel Grunwald
800b951c6d
Fixed bugs in ResolveVisitor:
...
- forgot scanning into ForEachStatement.InExpression when the variable type was not 'var'
- ProcessConversion() was called for Expression.Null
- made Resolve() internal because it hard to use correctly
TypeSystemAstBuilder: reverted Mike's change for nested types, it is incorrect for nested types within generic types.
14 years ago
PeterForstmeier
076e16958e
UserControl for Add Service Reference
14 years ago
Siegfried Pammer
79a5c54f73
implemented find next
14 years ago
Daniel Grunwald
1787d2b699
Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker).
...
Ported BuildEvents project option page to WPF.
14 years ago
Mike Krüger
b3d07d8493
Ported over the monodevelop completion engine to nrefactory.
14 years ago
Mike Krüger
f46609bcc8
Worked on basic nrefactory completion infrastructure.
14 years ago
Matt Ward
910e5ba5b9
Refactor MvcClass.
14 years ago
Matt Ward
d0945f7480
Determine whether a class is a possible MVC model class in the MvcClass itself.
14 years ago
Matt Ward
4c7387b129
Support ViewDataType in MvcTextTemplateHost.
14 years ago
Siegfried Pammer
6615fb1b38
add usage tracking to Hex Editor
14 years ago
Siegfried Pammer
891d09ae30
fix display problem in hex editor
14 years ago
Matt Ward
8ff8258526
Create MvcTextTemplateHost in the same app domain as the T4 templating engine.
14 years ago
Daniel Grunwald
8389d7add6
Use OperatorResolveResult for assignments.
14 years ago
Daniel Grunwald
9ddf9bc442
Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class.
14 years ago
Daniel Grunwald
4bbcf2dc11
Add "public ResolveResult Body { get; }" to LambdaResolveResult.
14 years ago
Daniel Grunwald
44a37d06a6
Get rid of custom Flatten() implementation, use the one from NR instead.
14 years ago
Mike Krüger
751b60194f
Shorten inner type names.
14 years ago
Mike Krüger
434ec17d9a
Correctly set kind of compound types.
14 years ago
Eusebiu Marcu
4318102544
Add basic "View in browser" menu item.
14 years ago
Siegfried Pammer
f72af03258
implement FindAll
14 years ago
PeterForstmeier
bb4be154ad
Adjust WebProjectOptionsPanel in Project-Debug Options
14 years ago