Siegfried Pammer
7c3e361c79
starting a project with/without debugger works again
14 years ago
Siegfried Pammer
80160c1c19
finished implementation of Behaviors
14 years ago
Daniel Grunwald
adda0ee18d
C# code completion
14 years ago
Siegfried Pammer
8527075b41
initial implementation of the ProjectBehavior-API
14 years ago
Daniel Grunwald
5eb2d97b33
Register parsed files in project content.
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Matt Ward
39891c3b4b
Generate WCF service reference proxy using the namespace in the Add Service Reference dialog.
14 years ago
PeterForstmeier
ab8450b7f4
All queries are checked for '0' values, StatusBar show RemovedValues.Count
14 years ago
Matt Ward
f9c3d8002a
Fix xml form resources not being found in assembly.
14 years ago
Matt Ward
00adbade6b
Generate service reference map file (Reference.svcmap) when adding service references.
14 years ago
Matt Ward
8a968a390e
Move code to determine service reference folder into separate ServiceReferenceFileName class.
14 years ago
Matt Ward
a0801f53f9
Add WCFMetadataStorage item to project when a WCF service reference is added.
14 years ago
Matt Ward
f06449a0fd
Generate WCF proxy file from Add Service Reference dialog.
14 years ago
Matt Ward
ce4caf8a33
Show WCF service references in Projects window with different icons.
14 years ago
PeterForstmeier
3f5f683032
DebugOptions Panel
14 years ago
PeterForstmeier
2ea859e545
DebugOptions.cs
14 years ago
PeterForstmeier
7784f273da
Set Icon's for ServiceMethods in AddServiceReferenceDialog.xaml/ListView
14 years ago
PeterForstmeier
32ff71c147
AdvancedServiceDialog.xaml (ChildDialog of AddServiceReferenceDialog.xaml
14 years ago
PeterForstmeier
949c922629
Treeview DataBinding,small cleanup
14 years ago
Siegfried Pammer
90f6482267
introduce ReactiveExtensions to make working with IObservable<T> easier
14 years ago
PeterForstmeier
076e16958e
UserControl for Add Service Reference
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
8863e8b820
Move MIME detection into separate class
14 years ago
Daniel Grunwald
889361a446
Suppress flickering in semantic highlighting.
...
We now cache the semantic highlighting for the visible lines, and re-use the existing highlighting sections when no new parse information is available.
14 years ago
Daniel Grunwald
b7b259896d
Add semantic highlighting for C#.
14 years ago
Siegfried Pammer
1cf7ecb3f1
moved Ambience to NRefactory
14 years ago
Daniel Grunwald
1d95f36481
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
14 years ago
Daniel Grunwald
6b56440cb5
Reimplemented "Find derived classes"
14 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
14 years ago
Daniel Grunwald
a2add0b62e
WIP
14 years ago
Siegfried Pammer
640effe9ec
rename Gui.ColorPicker to ColorPickerButton
14 years ago
Siegfried Pammer
2fecad9715
complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default
...
and SD-1174 - Automatically detect the type of files with unknown extensions
14 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
14 years ago
Daniel Grunwald
fea3b5aed9
WIP: newNR integration
14 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
14 years ago
Siegfried Pammer
ae5b6342f1
add ProjectChangeWatcher for Solutions
14 years ago
Eusebiu Marcu
3c7f1b3987
remove static data.
14 years ago
Eusebiu Marcu
53dbd13ee5
Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4
14 years ago
Daniel Grunwald
283bff1714
Remove Eusebiu's metadata decompiler.
14 years ago
Eusebiu Marcu
f993d5a2a4
Make breakpoints work in decompiled code.
14 years ago
Daniel Grunwald
3c85020743
A few more adjustments to the new NRefactory
14 years ago
Daniel Grunwald
4fb4288c87
Starting to port SD to new NRefactory
14 years ago
Daniel Grunwald
753dfd5d65
Remove Eusebiu's metadata decompiler.
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
14 years ago
Daniel Grunwald
34da9b3fad
Code completion for generic types - insert only e.g. "List" instead of "List<T>".
...
This is a backport of Martin's commit b47a93ab1e
to 4.0.
15 years ago
Eusebiu Marcu
b648951f54
Using CodeDom to generate metadata files.
...
Add Option dialog for expand references
15 years ago
Eusebiu Marcu
a09e984bec
First working versions: one can view all references public metadata
15 years ago
Eusebiu Marcu
f8d5fe6eb7
Created tree nodes.
15 years ago
Eusebiu Marcu
f51a45646d
support IIS Express
15 years ago