PeterForstmeier
8fd6c23877
Change itemWithCommand to ItemWithAction
14 years ago
PeterForstmeier
1f4ac5dc79
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
b964a68112
try List<ItemWithCommand> for filtering nodes
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
Matt Ward
b26a6fb635
Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project.
14 years ago
Matt Ward
53d7b69a09
Fix service reference node appearing in wrong place in Visual Studio's Solution Explorer.
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
c44ab66b1c
Make Add Service Reference menu item available when References and Service References selected in Projects browser.
14 years ago
Matt Ward
6a2c375c8e
Reformat code and fix typos.
14 years ago
Matt Ward
f06449a0fd
Generate WCF proxy file from Add Service Reference dialog.
14 years ago
PeterForstmeier
dd45b722cb
ChangeTabItem = Reset TreeMap,Small changes from FxCop
14 years ago
PeterForstmeier
4591d52baa
Reset databinding for TreeMaps
14 years ago
Matt Ward
e64557d10a
Move navigation service tests to ICSharpCode.SharpDevelop.Tests namespace.
14 years ago
Matt Ward
c45c27e6bd
Fix C++ project failing to run when solution and project exist in the same folder.
14 years ago
Matt Ward
12f11b356b
Move Rhino.Mocks to common libraries folder.
14 years ago
Matt Ward
adb253e5cc
Move check for web reference folder out of DirectoryNode.
14 years ago
Matt Ward
fc35f75a90
Add context menu items for WCF service references.
14 years ago
Matt Ward
ce4caf8a33
Show WCF service references in Projects window with different icons.
14 years ago
PeterForstmeier
8497323e67
CodeQualityAnalysis - Rework StatusBar to show actual values of selected Item
14 years ago
PeterForstmeier
554f23a2ae
CodeQualityAnalyis Sort members in TreeViews
14 years ago
Siegfried Pammer
95c3cd9c63
added "Launch HLM" to Help menu
14 years ago
PeterForstmeier
fc7b29f5ef
Activation of MetricCombo, re factor creation of Nodes(INodes)List
14 years ago
Daniel Grunwald
737fba5dc7
Update ICSharpCode.Decompiler to ILSpy 09c2b45f.
14 years ago
Matt Ward
28cdbd4571
Enable html folding for aspx and html files.
14 years ago
Daniel Grunwald
2049beb82f
Update to SharpSVN 1.7.2
14 years ago
Siegfried Pammer
830b0ab255
don't swallow exceptions if errors occurred while loading assembly in CQA
14 years ago
Matt Ward
08f8dd6893
Fix incorrect MSDN url when searching online Help.
14 years ago
Daniel Grunwald
28c2f38f4f
Fix "InvalidOperationException: Trying to build visual line from collapsed line":
...
When the last line in the document was collapsed, the method HeightTree.GetNodeByVisualPosition(position after end of document)
was returning the last line in the document, when it should have returned the last non-collapsed line.
Also fixed a minor bug in FoldingMargin (missing end marker when folding starts above viewport and ends on last line of document).
14 years ago
Daniel Grunwald
d071c68a8d
Move the list of line delimiters to NewLineFinder.
14 years ago
Daniel Grunwald
65a130c882
Ignore SQLiteException if UDC database is locked.
14 years ago
Daniel Grunwald
b057643818
Fix NullReferenceException in BookmarkPad.BookmarkManagerRemoved()
14 years ago
Siegfried Pammer
394166496e
added AutoInsertBlockEnd option to options dialog
14 years ago
Matt Ward
89c2621bf6
Add simple ASP.NET web forms fold parser.
14 years ago
Siegfried Pammer
71db1c62ac
fix NullReferenceException in DisplayCaretHighlightAnimation
14 years ago
Siegfried Pammer
2064ac350c
fix warning in PerformanceCounterDescriptor
14 years ago
PeterForstmeier
02cb93910b
Extend CodeQuality/Src/MainWindowModel.cs with Menu
14 years ago
PeterForstmeier
f52969bef6
WaitCursor in CodeQuality/Src/MainWindow.xaml
14 years ago
PeterForstmeier
73bd16d006
CodeQuality/TreeMaps/Controls/TreeMapsPanel.cs override OnRender to show WaitCursor
14 years ago
Matt Ward
47632bcec3
Change control order in Add ASP.NET MVC View dialog.
14 years ago
Matt Ward
314c7e0aa6
Detect id properties as primary keys when they are prefixed with the class name.
14 years ago
Matt Ward
392ba8707e
Treat Id model property as primary key in ASP.NET MVC List T4 template.
14 years ago
Matt Ward
63527078a8
Add hidden field for Id model property in ASP.NET MVC Edit T4 template.
14 years ago
Matt Ward
bd9fc100fc
Treat Id model property as primary key in ASP.NET MVC Details T4 template.
14 years ago
PeterForstmeier
9a897d3fae
Missing File
14 years ago
PeterForstmeier
3f5f683032
DebugOptions Panel
14 years ago
PeterForstmeier
2ea859e545
DebugOptions.cs
14 years ago