Andreas Weizel
670087f732
Fix for crash in SharpTreeView.flattener_CollectionChanged() when no items can be selected.
12 years ago
Andreas Weizel
3ef2e3f816
Fix: "Base types" and "Derived types" disappeared after collapsing and expanding ClassBrowser tree.
12 years ago
Andreas Weizel
5958247228
Introduced "Derived types" nodes in ClassBrowser.
12 years ago
Peter Forstmeier
1350fb54a1
Add Irony_2013_09_03 to .Reporting
12 years ago
Andreas Weizel
e3e415fc10
Getting AssemblyModel from opened project instead of loading it from compiled assembly in BaseTypesTreeNode. Also taking care that a project's AssemblyModel always has updated references to other assemblies.
12 years ago
gumme
0516cd1b75
Added test for testing generated names for pasted element copies and that the new names is registered in the correct namescope.
12 years ago
gumme
fe0e8c045a
Fixes the following in RegisterXamlComponentRecursive method (called for example on Paste):
...
- Getting the correct namescope for RootItem (the INameScope case was not checked).
- Clears the local namescope for the object if it exists, otherwise name changes will be registered in the local namespace instead of RootItem document namespace.
- Only adds _Copy (or CopyX, where X is an integer) if the previous name did not already end with _Copy. This prevents names as "myname_Copy_Copy_Copy..." to occur when copying and pasting already copied elements.
- Registers the new name to the RootItem namescope, only setting site.Name is not enough as its not yet a part of the RootItem document namescope.
12 years ago
Siegfried Pammer
e6ad9f7e78
fix bug in WatchPad that causes watches to be removed on every step
12 years ago
Siegfried Pammer
7e0d8cb3d7
fix http://community.sharpdevelop.net/forums/t/19499.aspx
12 years ago
Siegfried Pammer
e2ee087e7f
remove some unnecessary log entries
12 years ago
Andreas Weizel
a6afa1a1cb
Preventing "Open in Class Browser" from jumping into "Base types" nodes.
12 years ago
Siegfried Pammer
929eba3630
add toolbar to WatchPad
12 years ago
Siegfried Pammer
d2a7f9891b
add context menu to watches
12 years ago
Siegfried Pammer
d64dff7ef1
use CharacterEllipsis instead of WordEllipsis in TaskView
12 years ago
Siegfried Pammer
cf5cef9c07
Add icons for WatchPad toolbar
12 years ago
gumme
2e0026d59c
Movement of a control is now only possible if the control is visible.
...
Previously you could move an element that was hidden by hovering the cursor on the edges of the hidden control, and clicking when you saw the move-cursor appear.
12 years ago
gumme
e7cdfc0e3a
Some fixes to BorderForInvisibleControl adorner as follows;
...
Only shows the adorner panel if the parent component is visible.
If component is a ContentControl it must be of type ContentControl specifically, and not derived types like Label and Button where the added border is not wanted.
If component is a Border the adorner border is only drawn on the edges that is invisible.
The adorner is only created the first time it is added to adorners collection.
12 years ago
jogibear9988
3112e412f1
Scroll Selected OutLine Node Into View
12 years ago
gumme
75dc74620c
Using filter to ignore invisible elements in hit testing on design surface.
12 years ago
Peter Forstmeier
429b701d4f
Better PageBreak, including UnitTest's
12 years ago
Andreas Weizel
215fa3be97
First implementation of "Open in Class Browser" command in entity context menu.
12 years ago
gumme
f1da926bee
Added tests for testing property values set as element, with proper prefix for types outside default XML-namespace.
12 years ago
Peter Forstmeier
0ea5b66e3e
Change PageBreak to new DataPageBuilder.cs
12 years ago
Siegfried Pammer
9cce5d9369
implement GetMethodsFromDocumentPosition and set breakpoints in all methods (lambdas, etc.) in that location
12 years ago
Siegfried Pammer
59efcb8964
reimplement drag&drop of watches from the editor
12 years ago
gumme
ee33a1c6d6
Added tests for testing that property values are written correctly as attribute in XAML; namespace prefix should only be used for attached properties, and prefix should be generated and added if not already present.
12 years ago
gumme
07c44c9870
Added namespace tests to test XML-namespaces that is added automatically in the document root when controls or types outside the default XML-namespace is used.
12 years ago
gumme
0b59cb78ae
Fixed ignored SetPropertyTests; Must set the property value on the DesignItem representing the object, otherwise the value will not get written to XAML.
12 years ago
Andreas Weizel
00c368678c
ClassBrowser: Opening GAC assemblies by double click.
12 years ago
gumme
f4a283ff9b
Added unit test for using SolidColorBrush as a resource. This also tests that the inner text of an XML element is only set if the element type defines a Content property.
12 years ago
Andreas Weizel
2a5d439dff
Adding referenced assemblies to entity model context in AssemblyParserService.GetAssemblyModel().
12 years ago
Peter Forstmeier
2f3bfba2e3
Add Columns with absolute Position to Container
12 years ago
Dragan
584a32e6f8
FIX: Duplicate NUnit test results
...
Prevent dictionary exception on duplicate test results caused by NUnit
TestCaseSource & ValueSource attributes
12 years ago
Peter Forstmeier
ae4d494a28
DataPageBuilder.cs
12 years ago
Matt Ward
75bbd21910
Allow Package Management addin tests to be run separately.
12 years ago
Matt Ward
5870705edd
Fix recent NuGet packages not being saved in settings.
12 years ago
Matt Ward
cf1c456d6f
Fix position of NuGet menu items when project selected.
12 years ago
Matt Ward
80984a870f
Merge branch 'master' into newNR
...
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.addin
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementOptionsTests.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
src/Main/Base/Project/Src/Project/Behaviors/DotNetStartBehavior.cs
src/Main/Base/Project/Src/Services/IconService.cs
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj
src/Main/Base/Test/MimeDetectionTests.cs
12 years ago
Peter Forstmeier
496aa81a85
Rework some UnitTest's
12 years ago
Peter Forstmeier
8933d4045b
ExpressionVisitor.cs
12 years ago
Peter Forstmeier
6c572bac15
Cleanup (FxCop)
12 years ago
Peter Forstmeier
770eef87c6
Use FormattedText to measure Text.
12 years ago
Siegfried Pammer
a849a6f938
fix ArgumentException occurring when pressing backspace at the start of the document, introduced by ebb5d25c
12 years ago
Siegfried Pammer
82862dd7cd
fix a caret navigation bug introduced by 35a81d3e
12 years ago
Dragan
d17ae0f63c
Code Coverage - Nested classes, Compiler Methods
...
1) Nested classes were omitted from Code Coverage panel
2) Omit compiler generated methods from Code Coverage panel
12 years ago
Siegfried Pammer
16e7d7bc26
fix insertion of ="" with x:Key or other special completion items
12 years ago
jkuehner
e64135beef
Default Placement should also work for Control, because it could have a Content Property
...
(when the ContentPropertyAttribute is set)
With this Change you can DragDrop a for Example a PieSeries into the Chart Control from the WPF Toolkit
12 years ago
Siegfried Pammer
f2c8cd5bed
reimplement WatchPad
12 years ago
Dragan
9a3aaa5694
Merge remote-tracking branch 'upstream/master'
12 years ago
Siegfried Pammer
678ce75f0b
add type column to tooltips
12 years ago