13254 Commits (b13f7f8d557ed9f9fbc50cbb57891b6fc6669fe5)
 

Author SHA1 Message Date
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
Peter Forstmeier 54c45c04a4 Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 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
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
Matt Ward 3c64d4f59a Fix build. 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
Peter Forstmeier e9ba626767 Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 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." 12 years ago
Matt Ward f6649b343b Only show latest version of addin from online gallery. 12 years ago
Matt Ward 541b51f6d3 Fix PInvoke sample. 12 years ago
Peter Forstmeier fe68bba819 Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 12 years ago
Matt Ward 07da61da0b Support addins with subdirectories from the online gallery. 12 years ago
Andreas Weizel a17b9a6335 Added resource strings for UpdateNotifier. 12 years ago
Andreas Weizel 9cc225275b Added EntityContextMenu to class browser. 12 years ago
Daniel Grunwald 5e93aa5f17 AvalonEdit: don't unnecessarily update the mouse cursor. 12 years ago
Daniel Grunwald 64eaa25f5e Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types. 12 years ago
Daniel Grunwald a67a22c522 Fix a couple of compiler warnings. 12 years ago
Daniel Grunwald 3b3d24fa86 Remove Update() method from ITypeDefinitionModel / IMemberModel. 12 years ago
Daniel Grunwald 1050918b37 Clarify some comments. 12 years ago
Matt Ward 198f3b88b5 Publish Mono addin sample to MyGet 12 years ago
Matt Ward b36b26459e Update Mono addin sample for SharpDevelop 5 12 years ago
Siegfried Oleg Pammer 4f1262eca9 Merge pull request #42 from sharpmonkey/master 12 years ago
Matt Ward 8e9b5208e0 Fix Visual Basic project and file templates. 12 years ago
Siegfried Pammer 204e1dca5d add type members to ClassBrowser 12 years ago
Siegfried Pammer 0635250a79 add GoToDefinition on ActivateItem for TypeDefinitions 12 years ago
Siegfried Pammer 151ac64524 add/update documentation for IAssemblyModel and INamespaceModel 12 years ago
Siegfried Pammer 504ac7a9bc do not only add the first type of a namespace :) 12 years ago