13303 Commits (02e0b97157f118f63057446182163236e40eab8b)
 

Author SHA1 Message Date
Patryk Mikos 02e0b97157 Overstrike mode visual effects 12 years ago
Patryk Mikos 142dccb1bf Overstrike mode - with options 12 years ago
sokar92 f634a3a102 Highlight current line - options fix 12 years ago
sokar92 939f3b0b8a Hide mouse cursor while typing - options added 12 years ago
sokar92 62c4556942 Hide Mouse Cursor While Typing remove timer 12 years ago
Patryk Mikos a192c60354 Hide mouse cursor while typing 12 years ago
Patryk Mikos 1699410da2 Highlight Current Line defaults 12 years ago
Patryk Mikos 5de622f937 Move HighlightCurrentLine from AvalonEdit.Addin to ICSharpCode.AvalonEdit 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
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
Patryk Mikos 824d12ba3b move ClipboardRingAction to new file 12 years ago
Patryk Mikos 40675dc5fb Fix current line renderer bug -> render long lines 12 years ago
Patryk Mikos abc03c0059 Invert order in clipboard ring -> more frequent items at top 12 years ago
Patryk Mikos 94e1938dec Prevent adding blank lines to ClipboardRing 12 years ago
Patryk Mikos 7a4a2e1903 Add clipboard ring to menu 12 years ago
Patryk Mikos 581a9cf281 Clipboard Ring popup context menu added 12 years ago
Patryk Mikos 138e5e0add Remove Text: prefix and item duplications from clipboard ring 12 years ago
Patryk Mikos e16558b94a Add Highlight current line option to Tools->Options memu 12 years ago
Patryk Mikos 9206e93451 Highlight current line added in AvalonEdit 12 years ago
Andreas Weizel b682fd42fa Added "References" node to projects in ClassBrowser. 12 years ago
Andreas Weizel fff3662f4b Fix: EntityContextMenu not shown in ClassBrowser for types and members from external assemblies. 12 years ago
Andreas Weizel 1316bdcebd Merge remote-tracking branch 'remotes/origin/master' into classbrowser 12 years ago
Siegfried Pammer 866293cea9 remove unused Get methods from DecompiledViewContent 12 years ago
Siegfried Pammer 8f8b4975f1 use ParserService.ParseFile instead of a collection of ViewContents to get information about a decompiled type 12 years ago
Siegfried Pammer 9dfbeb3bcf add ILSpyDisplayBinding 12 years ago
Siegfried Pammer f9aeac6366 add support for url-based IDisplayBinding implementations 12 years ago
Siegfried Pammer 79c281dba2 move DecompiledViewContent.cs into main source folder 12 years ago
Siegfried Pammer 9b5fec399d implement IParser.GetFileContent: allows the ParserService to work with "files" that are not written to disk 12 years ago
Daniel Grunwald b13f7f8d55 Fix DocumentationElement.DeclaringEntity 12 years ago
Daniel Grunwald df16a5dd34 Fix SD-1924 - Constructor XmlDoc fallback 12 years ago
Siegfried Pammer 4322d540f3 Merge branch 'newNRILSpyDebugger' of github.com:icsharpcode/SharpDevelop 12 years ago
Siegfried Pammer 786e8f7741 use TopLevelTypeReference in DecompiledTypeReference; use ParserService in ILSpySymbolSource.GetSymbols 12 years ago
Siegfried Pammer cd762f8789 decompiled code is never compiler generated (as seen by the debugger) 12 years ago
Siegfried Pammer b5a7cb9bc6 use proper type for local variables from decompiled code 12 years ago
Siegfried Pammer a0ec3c4942 Use ParserService.ParseAsync for view initialization 12 years ago
Siegfried Pammer 8e8c5db87d use string instead of StringWriter 12 years ago
Siegfried Pammer 996060d7c0 properly implement OnAppDomainCreated, OnAppDomainDestroyed 12 years ago
Siegfried Pammer b8cd4f3d7a use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly 12 years ago
Daniel Grunwald eb8a032b83 Fix CSharpAmbience not being found. 12 years ago
Daniel Grunwald 785fa24890 Track all context action invocations, not just those from NRefactory. 12 years ago
Andreas Weizel 7b8b97941d Merge remote-tracking branch 'remotes/origin/newNRILSpyDebugger' into classbrowser 12 years ago
Siegfried Pammer ffca5c4b2f implement support for debugging generic code 12 years ago
Siegfried Pammer 0d9afe3387 Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop into newNRILSpyDebugger 12 years ago
Siegfried Pammer 4d3786a080 remove old code from DecompiledViewContent and NavigateToDecompiledEntityService 12 years ago
Siegfried Pammer 033d56f93c reused functionality from CSharpUnresolvedFile 12 years ago