Matt Ward
cdffb2319c
Fix string resource not being replaced in Output window when a COM reference is added to a project.
14 years ago
Matt Ward
d5c521dd7c
Support COM references with hex version numbers.
14 years ago
PeterForstmeier
1ccfcd682a
Change discovery of ServiceDescription from Port to PortType
14 years ago
Siegfried Pammer
21506186ee
change calls to Codon.GetFailedAction to Condition.GetFailedAction in WinForms part
14 years ago
Siegfried Pammer
ba1e5b4407
fix navigation in InlineRefactorDialogs; add propall code generation snippet
14 years ago
Siegfried Pammer
f1c64399e9
mark Codon.GetFailedAction obsolete, because it does not check inherited conditions
14 years ago
PeterForstmeier
abd2ca7ac4
Rearrange Messages, cleanup
14 years ago
PeterForstmeier
20fb4fc2c1
restyle AddServiceReferenceDialog.xaml
14 years ago
Siegfried Pammer
e9aedd15fd
fixed regression in regex replace: $1 not properly translated
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
Matt Ward
85fdbf6b66
Fix ArgumentNullException when accessing DefaultClass.AllMembers before members initialized.
14 years ago
Siegfried Pammer
90f6482267
introduce ReactiveExtensions to make working with IObservable<T> easier
14 years ago
PeterForstmeier
7a6122e902
Add missing File
14 years ago
PeterForstmeier
8f184b8643
Move ViewModelBase.cs 8implementation of INotifyPropertyChanged)and RelayCommand.cs to ICSharpCode.SharpDevelop.Widgets.csproj
14 years ago
PeterForstmeier
0f0851591e
Editable Combobox, base Layout for mainContend Area
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
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
Siegfried Pammer
e0f184d63e
create new search using Rx
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
Daniel Grunwald
5843b2b30b
Add support for <MenuItem type="CheckBox"/> in WPF menus.
14 years ago
PeterForstmeier
b589ab7675
Start with 'Show WCF Service in Browser'
14 years ago
Eusebiu Marcu
1cc53f1885
Fix creating applications/virtual directory.
14 years ago
Daniel Grunwald
35a22b2121
Fixed VB code completion (loading of mscorlib.dll and Microsoft.VisualBasic.dll)
...
The VB code completion logic was relying on the special cases that I removed in commit 7c1c3b4
.
With this fix, multi-targeting works with the assemblies implicitly referenced by the VB compiler.
14 years ago
Daniel Grunwald
4b2d4a6644
Fix bug that caused methods to not be shown in the F6 dialog (find overrides).
...
The bug occurred when looking for the overrides of A.M() in this code:
class A { virtual void M(); }
class B : A {}
class C : B { override void M(); }
C.M() was found, but not added to the tree because there isn't any intermediate node B.M().
14 years ago
Daniel Grunwald
6aaaadd81f
IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run).
14 years ago
Daniel Grunwald
4f31c4098e
Fix unit tests - GetProjectContentForReference requires a full path for all assemblies since the special cases were removed.
14 years ago
Daniel Grunwald
2c1f4a7a72
Fixed app.config entry when targeting .NET 4.5.
14 years ago
Daniel Grunwald
11b3631da8
Allow targeting .NET 4.5.
14 years ago
Daniel Grunwald
ae3458d900
Look for SDK tools in Windows SDK 7.1
14 years ago
Daniel Grunwald
7c1c3b4754
Always use MSBuild for resolving assembly references; do not special-case some .NET BCL assemblies.
...
This avoids loading the GAC copy of the assembly in said special cases, and loads the reference assembly for the chosen target framework version instead.
14 years ago
Daniel Grunwald
599f60c46a
Set version number to 4.3.
14 years ago
Daniel Grunwald
a690c5d59a
Fixed code completion on anonymous types ( http://community.sharpdevelop.net/forums/t/13788.aspx )
14 years ago
Siegfried Pammer
47e59c6a9a
fix parameter highlighting bug and add word wrap if highlighting is used
14 years ago
Daniel Grunwald
0ec28b887d
Fix SD-1866: support for async/await in code completion.
14 years ago
Daniel Grunwald
e2e52d35d5
Fixed crash when opening an invalid file in the settings editor (using AbstractViewContentHandlingLoadErrors).
14 years ago
Daniel Grunwald
9647d0da4f
Store settings in %AppData%\ICSharpCode\SharpDevelop${major} instead of major.minor so that SD 4.1 and 4.2 will share settings.
14 years ago
Daniel Grunwald
8948ebf6f2
Added hack to make SharpDevelop 4.2 load AddIns written for SharpDevelop 4.1.
14 years ago