12877 Commits (95d8b95013571a42baf95dcb6bde3c915a6c2dc2)
 

Author SHA1 Message Date
Daniel Grunwald 95d8b95013 Make RichTextWriter and derived classes internal; they're not necessary for using RichText/RichTextModel anymore. 12 years ago
Daniel Grunwald bfab500c73 Move ModelCollectionChangedEvent to its own file. 12 years ago
Daniel Grunwald 64501c842d Use NullSafeSimpleModelCollection where possible 12 years ago
Daniel Grunwald dbac7687dc ModelCollectionEvent: allow removing event handlers from within an event handler 12 years ago
Daniel Grunwald 103aff0805 Set e.Handled = true in SharpTreeView.OnKeyDown() 12 years ago
Daniel Grunwald dbdb75e4a6 Fix RichTextModel.UpdateOffsets() 12 years ago
Daniel Grunwald 0aee08dc57 Replace HighlightedInlineBuilder with RichTextModel. 12 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 12 years ago
Daniel Grunwald 73dda200d7 Add basic rich-text support to AvalonEdit. 12 years ago
Andreas Weizel 593fca0862 ClassBrowser: "Add to workspace" context menu command for Debugger modules. 12 years ago
Andreas Weizel c2b0722922 Added "Run" context menu item for custom assemblies in ClassBrowser. 12 years ago
Andreas Weizel db1ecf4a51 When list of AddIns (installed or in repository) gets updated, view is trying to restore the previous item selection. 12 years ago
Andreas Weizel cc99d46805 Added text of error messages shown by ModelFactoryExtensions to resources, updated resource files. 12 years ago
Andreas Weizel 5dd62946cc Introduced "Convert interface to abstract class" context action. 12 years ago
Andreas Weizel 8a9e28ac67 Better synchronization of checkboxes in "Insert Ctor" snippet dialog. 12 years ago
Andreas Weizel 05e78b1152 Moved CreateAssemblyModelFromFile utility methods from ClassBrowserPad to separate ModelFactoryExtensions class (as extension methods). 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
Andreas Weizel 74af3970e7 Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style. 12 years ago
Daniel Grunwald ebb5d25c35 Backspace now deletes only a single combining mark. 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 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 54eacfa3b2 update "open assembly" icons in Class Browser to the new icons suggested by Michael 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 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
Siegfried Pammer d64e3f2657 remove interfaces: 12 years ago
Tobias Ibounig 8e6cc20f76 Added back snippet completion. Not yet context-aware. 12 years ago
Siegfried Pammer 39c2182073 move IFileDocumentProvider implementation to CodeEditor 12 years ago
Siegfried Pammer 4fcb17dd97 move IEditable implementation to CodeEditor 12 years ago
Tobias Ibounig 60b89bb14e Changed behavior for 'Key.Space' in SharpTreeView.cs 12 years ago
Tobias Ibounig c5e1591de0 Changed the 'view mode' selector in HexEditContainer.cs to a DropDownList, to make the Text unchangeable. 12 years ago
Siegfried Pammer e85d13d875 remove SplitView functionality from CodeEditor 12 years ago
Siegfried Pammer 6e343f32ab fix bug in Process.OnModuleLoaded: ModuleLoaded event was not fired if BreakInMain was active and executable had no symbols 12 years ago
Andreas Weizel dea911fdd6 Don't show context menu for member and type nodes, if they are defined in external assemblies. 12 years ago