Siegfried Pammer
d16566ee9d
update localization resources
12 years ago
mathiassimmack
757391035b
see last commit, here are the missing pieces
12 years ago
mathiassimmack
d102150698
new ToolNotFoundDialog if HelpLibManager is not installed, rewritten debug messages, Help 3.0 renamed into HelpViewer (debug msgs)
12 years ago
Andreas Weizel
bde6f8134a
Added SymbolTypeAtCaretConditionEvaluator.
12 years ago
Christoph Wille
36f38bf456
Update 4.5.1 Developer Pack URL to RTM version of download
12 years ago
Siegfried Pammer
13b2b3a7f9
fix exception handler in case of errors while deleting a directory from a SVN repository.
12 years ago
Siegfried Pammer
4e43caa38f
Update SharpSVN to 1.8 beta
12 years ago
Andreas Weizel
466dcf6e0b
Fixed compile error in AddInManager tests.
12 years ago
Andreas Weizel
25bdf445cf
Added "General" option panel for AddInManager2 allowing to disable UpdateNotifier. Also updated resource strings from server.
12 years ago
Siegfried Pammer
b8652b7369
Merge pull request #72 from jogibear9988/WPFDesignerFixes
...
Wpf designer fixes & Extensions
12 years ago
Matt Ward
4f618c4e46
Update NuGet to version 2.7.1
...
NuGet.Core version 2.7.40911.225
12 years ago
Matt Ward
93e01cceae
Update IronPython to version 2.7.4
12 years ago
Matt Ward
195fa858a7
Launch html page with software dependencies after install.
12 years ago
Andreas Weizel
8723b9e67f
ClassBrowser fix: In tree of debugged process type definitions were not shown correctly. Also adding a debugged module to workspace always added the process'es assembly instead.
12 years ago
Andreas Weizel
fd697f5cc4
Added FullAssemblyName property in AssemblyModel, ClassBrowser, AssemblyParserService etc. now use it instead of AssemblyName.
12 years ago
Andreas Weizel
0a4719492e
Completed support for pinned/unpinned assemblies in ClassBrowser.
12 years ago
Andreas Weizel
29688ecdc4
Removed debug message.
12 years ago
jkuehner
77bb8e480a
Layout Rounding Design Time Property
...
Expression Blend sets this Property sometimes
12 years ago
jkuehner
d267d43428
Outline Node.
...
Show Children of for Example AvalonDock2 in Outline Node
12 years ago
Andreas Weizel
68ebe6e7b8
Moving statements with Alt+Up/Down now supports moving them into or out from block statements.
12 years ago
jkuehner
f8c08d5b0d
Fix in design Panel -> element was null
12 years ago
Siegfried Pammer
fd65a7cd5f
remove ILocatable implementation from DebuggerTextOutput
12 years ago
Siegfried Pammer
74cc698203
remove UpdateReferences
12 years ago
jkuehner
b2655efc5b
* Proportional Resize when pressing Ctrl
12 years ago
jogibear9988
ccd532ab86
Outline view : Filtering & Scroll Selected Control into View on Design Area
12 years ago
jogibear9988
2194f16822
Xaml Designer:
...
- Support IsLocked Design Time Property
- Support Filtering in Outline View
12 years ago
Siegfried Pammer
3a2d44b13a
update version to 4.4
12 years ago
Siegfried Pammer
c4e92eb516
add support for XML-Doc located in 4.5 and 4.5.1 .NET frameworks
12 years ago
Siegfried Pammer
64cfb62ab6
fix F1 context help on enum types
12 years ago
Siegfried Pammer
445d246f37
Merge pull request #71 from gumme/NamescopeFixes
...
Fixed namescope problems in WPF Designer
12 years ago
Siegfried Pammer
363eacbd5e
Merge pull request #70 from gumme/WpfDesignerFixes
...
Wpf designer fixes
12 years ago
Siegfried Pammer
969cd958ce
Merge pull request #69 from jogibear9988/master
...
A few Small fixes for the WPF Designer
12 years ago
Siegfried Pammer
718c577f50
fix WPF Designer unit test
12 years ago
Siegfried Pammer
973feaad7f
Merge pull request #68 from gumme/WpfDesignerUnitTests
...
Wpf designer unit tests
12 years ago
gumme
4d288202a3
Added test that loads xaml with an explicit list. The official XamlReader can read it successfully but the own XamlParser fails and should be fixed.
12 years ago
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
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