PeterForstmeier
6d2f62853d
Convert TaskList Option's to WPF
14 years ago
Matt Ward
915b36334a
Store IIS Express and IIS settings in project file.
...
Set the IsDirty flag when changes made to Web project options.
14 years ago
Daniel Grunwald
bd5105137d
Add debug-mode keyboard shortcut: Ctrl+Alt+Shift+G = trigger GC and display heap memory in status bar.
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Siegfried Pammer
f747c4d337
fix SD-1871 - Duplicate code completion entries after adding project reference
14 years ago
Siegfried Pammer
385ea9eaaa
fix SD-1863 - Localize "local variable" in insight tooltips
14 years ago
Siegfried Pammer
710f64ae45
fix Unit Tests
14 years ago
Siegfried Pammer
e599712287
fix SD-1876 - Removing reference after changing target framework causes InvalidOperationException
14 years ago
Matt Ward
c4afa0ea5b
Fix failing unit test.
14 years ago
Siegfried Pammer
4c7aefdf7a
move WebProjectService to AspNet.Mvc.csproj
14 years ago
Siegfried Pammer
7c3e361c79
starting a project with/without debugger works again
14 years ago
Siegfried Pammer
23907c2d2c
move XAML-related Behaviors to XAML binding
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
Siegfried Pammer
12546f8bd9
fix SD-1772 - Goto dialog: add back using dot notation
14 years ago
Siegfried Pammer
95a5831d6e
fix SD-1808 - Support for typeparam and typeparamref in XML comments
14 years ago
Siegfried Pammer
df86650d68
add missing UndoGroups for CommentRegion and IndentSelection commands
14 years ago
Daniel Grunwald
9f1f9a8718
Fix SD-1886 - Renaming multiple controls in forms designer causes crash with data loss
...
Fixed ParseableFileContentFinder to use the latest version of files opened in secondary view contents.
We were only looking at primary view contents and ignoring secondary view contents, so the rename operation was looking at the old version of the Designer.cs file.
14 years ago
Daniel Grunwald
93ef75cb25
ProjectBrowserPad: Clear PropertyContainer when closing the solution.
...
This avoids retaining the solution in memory until another solution is opened.
14 years ago
Matt Ward
212dac921a
Fix underscores in a filename being treated as a shortcut in the Windows menu.
14 years ago
Siegfried Pammer
343322f5bb
apply suggestions by Andrew Olson http://community.sharpdevelop.net/forums/p/14441/38437.aspx
14 years ago
Siegfried Pammer
1b69de73c1
fixed possible NullReferenceException in ProjectChangeWatcher
14 years ago
Siegfried Pammer
eb69663ee4
fix http://community.sharpdevelop.net/forums/t/14436.aspx
14 years ago
Siegfried Pammer
322351adea
add support for properties and add back info text
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Siegfried Pammer
a06323c7a0
add option to shcw tasks from all open files
14 years ago
Matt Ward
72a2e21ae4
Support running a web project with either IIS Express or IIS when both are installed.
14 years ago
Alex
7907c844e7
Allow multi-line build events scripts
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
Siegfried Pammer
93673a2945
finish implementation of Matrix <-> TreeView sync
14 years ago
Siegfried Pammer
0ede6cfcb7
implemented TreeViews of DependencyMatrix
14 years ago
Matt Ward
39891c3b4b
Generate WCF service reference proxy using the namespace in the Add Service Reference dialog.
14 years ago
Siegfried Pammer
127b080566
fix SD-1877 - Unable to remove solution item using context menu in Projects window
14 years ago
Matt Ward
45908b905c
Make the Go button the default button on the Add Service Reference dialog.
14 years ago
Matt Ward
fcb7abb0a7
Add reference to System.ServiceModel assembly when adding a service reference.
14 years ago
Matt Ward
3bc3d34acf
Show errors in Service Reference dialog when trying to discovery service information.
14 years ago
PeterForstmeier
ab8450b7f4
All queries are checked for '0' values, StatusBar show RemovedValues.Count
14 years ago
Siegfried Pammer
1a5cd796f4
fix setting sync bug in output window
14 years ago
Daniel Grunwald
67554f993c
Fixed code completion for C# 3.0 projects - reference to mscorlib was missing.
14 years ago
Daniel Grunwald
821bb6e6e7
Don't expose LinkElementGenerator.GetMatch().
14 years ago
Matt Ward
256b569d03
Fix SD-1841 - SolutionDir MSBuild property not defined when running project.
14 years ago
Matt Ward
082f532a69
Fix assemblies not being resolved when a MSBuild project defines a reference search path via a PropertyGroup/ReferencePath which defines the path using $(SolutionDir).
14 years ago
Siegfried Pammer
90dc21d60a
added SD-790 - Output window text search
14 years ago
Siegfried Pammer
8c64954a06
move OutputPad to WPF based on AvalonEdit
14 years ago
Siegfried Pammer
885a8fe13c
add scrollbar to external tools options dialog
14 years ago
Matt Ward
745640729a
Ignore case when comparing project type guids to check if a project is a web or Silverlight project.
14 years ago
Matt Ward
69c7dde1e3
Fix SD-1874 - Attribute code completion not working for assemblies that reference assemblies using a different .NET framework version to those referenced by the project.
14 years ago
Matt Ward
f9c3d8002a
Fix xml form resources not being found in assembly.
14 years ago