Tobias Gummesson
e0233a6e05
Fixed so nodes in the property grid gets DesignItemProperty instances that really represents attached properties when an attached property is used.
...
When setting a property value as attribute, fixed so namespace prefix is only used for attached properties, and if no prefix is defined for a non-default namespace a new unique prefix is generated.
12 years ago
Siegfried Pammer
4c8a3129e8
adjusted unit test
12 years ago
Tobias Gummesson
e3a032913f
XML-namespaces for controls outside the default XML-namespace is now declared in the document root.
...
As prefix for the XML-namespaces it primarily uses the value from XmlnsPrefixAttribute if it exists for the XML-namespace, otherwise a "ControlsX" name is generated, where X is the first free value.
12 years ago
gumme
270f3ad184
Fixed so Resources are always first among child items.
12 years ago
gumme
a6af2f2022
Its WPF standard to use parent type name as prefix before the dot when declaring a property as XAML element, and NOT the name of the type that declares the property.
12 years ago
Siegfried Pammer
638d9e7324
add more unit tests
12 years ago
gumme
95e36a6eef
Fixed bug; Only sets the inner text of an XML element if the element type defines a Content property.
12 years ago
gumme
1bd00ea220
Made it possible to add resources to a ResourceDictionary through DesignItemProperty.CollectionElements.
12 years ago
Siegfried Pammer
9f71500fab
add unit tests for property setters
12 years ago
gumme
a95cbc4a2e
Removing the optional "Extension" suffix from Markup Extension name if present.
12 years ago
Andreas Weizel
ef91a5b13e
Support for "Base Types" node in ClassBrowser, but retrieving base types not working right now.
12 years ago
Daniel Grunwald
7da8f9e49c
Merge pull request #49 from ssarangi/master
...
Make members in LineNumberMargin protected so derived classes can specialize it and still use the same typeface, emSize & maxLineNumberLength
12 years ago
Daniel Grunwald
22f834bac1
Merge pull request #50 from linquize/prefer32-bug
...
AnyCPU 32-bit Preferred should only be available for .NET 4.5 projects
12 years ago
Siegfried Pammer
bbf50c05e6
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNRILSpyDebugger
12 years ago
Siegfried Pammer
78e7fc45a9
implement InsertMissingTokensDecorator
12 years ago
Linquize
b1c44ece87
Show AnyCPU 32-bit preferred only if the opened project targets .NET 4.5
12 years ago
Linquize
163450c285
If the newly created project is prior to .NET 4.5, set Platform to x86 instead of AnyCPU (32-bit preferred)
...
Otherwise the compiled program will not run
12 years ago
Andreas Weizel
b60f7f66fe
Nested types in ClassBrowser.
12 years ago
Andreas Weizel
3c4c5a3422
Some refactoring in ClassBrowser.
12 years ago
Andreas Weizel
50a5cb4274
Added sub-node with error text for unresolved assemblies in ClassBrowser. Such assemblies also don't produce an error message anymore when opening ClassBrowserPad.
12 years ago
Satyajit Sarangi
04f9916a37
Make members in LineNumberMargin protected so derived classes can specialize it and still use the same typeface, emSize & maxLineNumberLength
12 years ago
Andreas Weizel
74af3970e7
Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style.
12 years ago
Peter Forstmeier
e21a7c82c4
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Daniel Grunwald
ebb5d25c35
Backspace now deletes only a single combining mark.
...
Backspace no longer is equivalent to Shift+Left followed by Delete. Caret movement with Shift+Left will select the whole grapheme; only backspace can be used to delete part of a grapheme.
12 years ago
Daniel Grunwald
35a81d3eb4
Caret movement: don't stop between a base character and its combining mark (within a single grapheme)
12 years ago
Andreas Weizel
724d5c4de5
When "rename symbol" dialog is opened, contents of name TextBox are selected to quickly overwrite them by typing.
12 years ago
Andreas Weizel
33addc9353
Adding of custom assemblies to ClassBrowser from GAC through OpenFromGacDialog.
12 years ago
Andreas Weizel
7b11528926
ClassBrowser: Changed sorting of nodes in workspace, now sorting solution before custom assemblies.
12 years ago
Siegfried Pammer
f100821753
reorganize files
12 years ago
Siegfried Pammer
2a785892ca
finish InsertSpecialsVisitor
12 years ago
Siegfried Pammer
2270217241
fix X64Converter converting the wrong conditional branch in preprocessor directives
12 years ago
Siegfried Pammer
61614a56e3
move all formatting to CSharpOutputVisitor, move all "extra" work to decorating ITokenWriter
12 years ago
Siegfried Pammer
a20d94f6a7
reactivate DefinitionViewPad
12 years ago
Andreas Weizel
a99aa0e468
ClassBrowser: Handling saved but inaccessible assemblies, showing warning icon at assembly item.
12 years ago
Siegfried Pammer
26ee58a5d8
add Icons.16x16.AssemblyError and Icons.16x16.ModuleError
12 years ago
Andreas Weizel
0a9c01d948
Context menu for removing assemblies from ClassBrowser workspace.
12 years ago
Andreas Weizel
8b55c77771
Adding AddIns to ClassBrowser, persistence and restoring of ClassBrowser workspace in config.
12 years ago
Andreas Weizel
c9dae53832
Fixed PackageRepositoriesView.xaml being wrongly dependent on PagedResultsView.xaml in AddInManager2 project.
12 years ago
Siegfried Pammer
7dbf90413e
updated DebugAssembly and DebugModule icons
12 years ago
Siegfried Pammer
679da5bc6a
first implementation of ILSpyParser, ILSpyUnresolvedFile and ILSpyFullParseInformation
12 years ago
Siegfried Pammer
54eacfa3b2
update "open assembly" icons in Class Browser to the new icons suggested by Michael
12 years ago
Siegfried Pammer
cec942586c
introduce supportedfilenamepattern Attribute in ParserDescriptor to make it easier to implement specific parsers
12 years ago
Siegfried Pammer
0d191ba5b8
sort members of TypeDefinition first by symbol kind, then by name in class browser
12 years ago
Siegfried Pammer
a87ee09ee5
remove redundant usings from XamlBinding
12 years ago
Siegfried Pammer
1465ec95ac
add invisible members to XamlUnresolvedFile as generated by the XAML markup compiler
12 years ago
Siegfried Pammer
cc094dcba5
fix bug in XamlUnresolvedFile: XamlDocumentVisitor did not create a reference to the base type of the XAML element. This led to an incomplete type definition if there's no code-behind partial class.
12 years ago
Siegfried Pammer
63e99c0a33
implement Delete-Key in BookmarkPad to allow deletion of bookmarks and breakpoints
12 years ago
Siegfried Oleg Pammer
3de221f072
Merge pull request #48 from tobijdc/newNR
...
Snippet completion and minor changes
12 years ago
Siegfried Pammer
13623553e0
add icons for new ClassBrowser nodes
12 years ago
Siegfried Pammer
c8d60b1449
move CaretPositionChanged and TextCopied handling to CodeEditor; implement BuildNavPoint in CodeEditor
12 years ago