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
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
...
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
Siegfried Pammer
d64e3f2657
remove interfaces:
...
- ITextEditorProvider
- ICodeEditorProvider
move implementation of IPositionable to CodeEditor
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
...
instead of 'double click', now it sets 'IsChecked'.
Change can be observed in 'Search for issues'
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
...
+ add support for BreakInMain in executables without 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
Andreas Weizel
1a56a3b0c4
Fixed Dom unit tests.
12 years ago
Siegfried Pammer
f0e68bc3bf
fix build
12 years ago
Siegfried Pammer
e67c669eb1
add "debug executable"
12 years ago
Siegfried Pammer
2fd8a237b2
implement debugger tree node in Class Browser to allow browsing and decompilation of modules currently loaded in the debug session
12 years ago
Siegfried Pammer
7679f1cc49
reimplement Workspace architecture with a single WorkspaceModel
12 years ago
Siegfried Pammer
cca9db3825
fix merge conflicts
12 years ago
Siegfried Pammer
9e5416c8ad
clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies;
12 years ago
Siegfried Pammer
b6a464c2a2
fix bug in XamlResolver
12 years ago
Siegfried Pammer
16e68f8d03
split tree nodes in multiple files
12 years ago
Andreas Weizel
226fef0697
Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions.
12 years ago
Andreas Weizel
9f909046c5
Merge branch 'classbrowser' into newNR.
12 years ago
Andreas Weizel
64035be9fd
Re-added prefiltering of available AddIn NuGet packages using IsLatestVersion, adapted unit tests.
12 years ago
Andreas Weizel
f9e6dbfa32
Removing error message when clicking at "Install from archive..." button.
12 years ago
Andreas Weizel
fc5b149736
Showing correct path to .addin file in list of installed packages when installing an .sdaddin package or an external AddIn.
12 years ago
Andreas Weizel
d5b0a70eb3
Workaround of Delegate.Combine issues with contra-variance by introducing custom delegate lists for CollectionChanged event of models.
12 years ago
Andreas Weizel
c65b6cde05
Now ClassBrowser tree nodes show their context menus independently.
12 years ago
Andreas Weizel
13de1ecd9a
Fix: List of available AddIns might show an older instead of most recent release of a package.
12 years ago
Andreas Weizel
54811a1329
Fix: Under certain circumstances multiple releases of a package are shown in list of available packages.
12 years ago
Matt Ward
1e29121252
Revert "Only show latest version of addin from online gallery."
...
This reverts commit f6649b343b
.
12 years ago
Matt Ward
f6649b343b
Only show latest version of addin from online gallery.
12 years ago