1950 Commits (358ea923d487bee28a8c3992b4b5d18d16dfd81e)

Author SHA1 Message Date
Siegfried Pammer c90905cd55 fix #360: Current line highlighting always seen in preview of Highlighting Editor 12 years ago
Siegfried Pammer 3f999348cf first implementation of #247: Reimplement 'highlight symbols' (CaretReferencesRenderer) 12 years ago
Daniel Grunwald 13c5026ce6 Fix title of "Clipboard Ring" popup. 12 years ago
Siegfried Pammer be93c8d1f2 fix #344: Shortcut Ctrl+Shift+V is duplicate; remove shortcut from "Validate XML" command 12 years ago
Siegfried Pammer 13471bd4a9 add new breakpoint options popup 12 years ago
Daniel Grunwald 59e19671f9 Add ParserService.ResolveContext() method. 12 years ago
Daniel Grunwald 2310e2ca83 Remove "allow overstrike" option. 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Siegfried Pammer 8bae9c401f implement tooltip handling for IconBarMargin/Bookmarks 12 years ago
Daniel Grunwald 51588da4af Add missing <Dependency> from ILSpyAddIn to Debugger. 12 years ago
Siegfried Pammer 8d657a3a1e add rich text tooltips for IVariable and IParameter 12 years ago
Siegfried Pammer 5988520b64 fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls 12 years ago
Siegfried Pammer 7448c62812 Rename RegisterFixNamespaces to RegisterDesignerNamespaces 12 years ago
Daniel Grunwald e5aa4d329b CalcCaretOverstrikeRectangle() now works at the border between LTR and RTL text. 12 years ago
Daniel Grunwald 9cf768e802 Fix caret rendering in overstrike mode on right-to-left text. 12 years ago
Daniel Grunwald d9e31b104a Don't include 'Paste from clipboard ring' in context menu 12 years ago
Daniel Grunwald 370b0123d3 Update string resources. 12 years ago
Siegfried Pammer 23e0712f4b fix #313: `throw new NotImplementedException();` in ProjectResourceService.GetProjectResource 12 years ago
Andreas Weizel 6c6a55d0b7 Implemented AsynchronousWaitDialog.ShowWaitDialogForAsyncOperation() API. 12 years ago
Siegfried Pammer 301725efb4 replace return type of ITextEditor.GetSnippets with ISnippetCompletionItem 12 years ago
Daniel Grunwald bf702903ac Use new license header on files that still had the default "Created by SharpDevelop" header. 12 years ago
Daniel Grunwald 6da57f8678 Add back "using System;" that got lost due to file header replacement. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald fc97d0c6bf Remove nant.xsd 12 years ago
Siegfried Pammer daf9b5571f fix #292: Implement interface does not show generated code 12 years ago
Siegfried Pammer 2f32cc398d (temporarily) fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls 12 years ago
Siegfried Pammer 7196a27721 disable support for custom controls in WPF designer, due to http://community.sharpdevelop.net/forums/p/19968/50794.aspx#50794 12 years ago
Patryk Mikos df53c3199c Rename UseOverstrikeMode to AllowOverstrikeMode 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Siegfried Pammer c84b0f878e remove local copy of some shared assemblies in AddIns 12 years ago
Siegfried Pammer a1aebe8dcd fix #285: Method Insight tooltip is invisible and only appears after scrolling 12 years ago
Patryk Mikos 142dccb1bf Overstrike mode - with options 12 years ago
sokar92 939f3b0b8a Hide mouse cursor while typing - options added 12 years ago
Patryk Mikos 1699410da2 Highlight Current Line defaults 12 years ago
Siegfried Pammer eef29b1259 add FontSize to global editor options 12 years ago
Patryk Mikos 5de622f937 Move HighlightCurrentLine from AvalonEdit.Addin to ICSharpCode.AvalonEdit 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Patryk Mikos e65a5f8deb SD-1685 rect selections - closed 12 years ago
Patryk Mikos 4ae59b5f8b SD-1685 first part - Single selection 12 years ago
Daniel Grunwald 9bc803afcb Fix #258: Incorrect property used in WpfDesigner.Designer.ModelTools 12 years ago
Siegfried Pammer 6c2e11af2c fix #255: Code Completion description tooltip is unformatted 12 years ago
Siegfried Pammer 8cf4ce9a91 rename should not be executed, if the name is not valid or the selection was changed 12 years ago
gumme 1f59343285 Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source. 12 years ago
Daniel Grunwald e25c69457c Set samples/XamlDesigner to .NET 4.5. 12 years ago
Siegfried Pammer caaedbd722 add partial implementation of rename for the WPF designer 12 years ago
Patryk Mikos 71a6ee8bfc ClipboardRingPopup support for empty ClipboardRing 12 years ago
Patryk Mikos e8d40b51e0 ClipboardRing update after selecting - support for context menu 12 years ago
Patryk Mikos 51aa3d3043 ClipboardRingPopup support for long entries 12 years ago
Patryk Mikos 4fb28f4317 ClipboardRingPopup support for long entries - skeleton 12 years ago
Patryk Mikos 4f090fee49 Options -> HighlightCurrentLine fix 12 years ago