Daniel Grunwald
|
14182177ab
|
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
Moved ILAsm build task into ILAsmBinding.
|
14 years ago |
Daniel Grunwald
|
632b1a3b18
|
Remove remains of ReflectorAddIn (looks it some parts got resurrected by a merge)
|
14 years ago |
Siegfried Pammer
|
421b4a44c9
|
fixed Exception #3275
|
14 years ago |
Matt Ward
|
c4afa0ea5b
|
Fix failing unit test.
|
14 years ago |
Matt Ward
|
d4d5a3cad0
|
Fix build.
|
14 years ago |
Siegfried Pammer
|
4155482892
|
fix possible NullReferenceException in SearchManager
|
14 years ago |
PeterForstmeier
|
844feec8a9
|
Debugcode in reporting
|
14 years ago |
PeterForstmeier
|
cdb1c284e2
|
ConvertPlainCollection
|
14 years ago |
PeterForstmeier
|
991759fa1c
|
Item below Container
|
14 years ago |
Siegfried Pammer
|
32f9a25ed3
|
make IsAutomaticProperty an extension method. Now named IsAutoImplemented.
|
14 years ago |
Siegfried Pammer
|
03bc938456
|
add support for auto-implemented properties to override ToString code generator and adjust behaviour of dialog if list of available properties/fields is empty
|
14 years ago |
Siegfried Pammer
|
fa18fc7315
|
add support for auto-implemented properties in Equals/GetHashCode code generator
|
14 years ago |
Matt Ward
|
8d5533a925
|
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
|
14 years ago |
Matt Ward
|
226ca96e44
|
Fix null reference exception when installing/uninstalling NuGet packages a project is not selected and the solution contains only one project.
|
14 years ago |
Matt Ward
|
dbbdb73820
|
Reduce the number of method parameters used in package manager and project manager classes.
|
14 years ago |
Matt Ward
|
01268b2cfa
|
Add tests for prerelease NuGet packages.
|
14 years ago |
Matt Ward
|
9a36c5964b
|
Update to NuGet 1.6
|
14 years ago |
Matt Ward
|
b26a6fb635
|
Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project.
|
14 years ago |
Siegfried Pammer
|
95c3cd9c63
|
added "Launch HLM" to Help menu
|
14 years ago |
Matt Ward
|
08f8dd6893
|
Fix incorrect MSDN url when searching online Help.
|
14 years ago |
Daniel Grunwald
|
65a130c882
|
Ignore SQLiteException if UDC database is locked.
|
14 years ago |
Matt Ward
|
2b908ab8d0
|
Support prefixing the current indent text to each line of the generated text output in preprocessed T4 templates.
|
14 years ago |
Matt Ward
|
343a5cb579
|
Remove NUnit reference from SharpReports.
|
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
|
54623cb297
|
small improvements to ctor and propall snippet
|
14 years ago |
Siegfried Pammer
|
f96c48ad56
|
simplify CreatePropertiesCommand
|
14 years ago |
Siegfried Pammer
|
3da54df351
|
finish CreateProperties code generator
|
14 years ago |
Siegfried Pammer
|
ba1e5b4407
|
fix navigation in InlineRefactorDialogs; add propall code generation snippet
|
14 years ago |
Siegfried Pammer
|
593d04dde5
|
fix bug in OverrideEqualsGetHashCodeMethods refactoring: do not add override modifier to methods defined by IEquatable<T>
|
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 |
Tomasz Tretkowski
|
112850f057
|
First take to mspec behaviors.
|
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 |