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
Conflicts:
src/Main/SharpDevelop/Parser/AssemblyParserService.cs
|
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
Conflicts:
src/AddIns/Debugger/Debugger.AddIn/Pads/ClassBrowserSupport.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp/OutputVisitor/CSharpAmbience.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin
|
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
Conflicts:
src/AddIns/DisplayBindings/ILSpyAddIn/ILSpySymbolSource.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp/Ast/Expressions/PrimitiveExpression.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/UseStringFormatAction.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.Tests/CSharp/Parser/ParseSelfTests.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj
src/Libraries/NRefactory/NRefactory.sln
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
src/Main/Base/Project/Parser/IAssemblyParserService.cs
src/Main/Base/Project/Parser/ProjectContentContainer.cs
src/Main/SharpDevelop/Parser/AssemblyParserService.cs
|
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 |
Siegfried Pammer
|
da5c73a682
|
implement basic AssemblyDefinition cache
|
12 years ago |
Siegfried Pammer
|
8023662595
|
fix warning: unused callingProject
|
12 years ago |
Siegfried Pammer
|
028be7ef0a
|
remove unused code
|
12 years ago |
Daniel Grunwald
|
a46af4b4e4
|
Implement "Refresh reference"
|
12 years ago |
Daniel Grunwald
|
cf3995f1a5
|
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
|
12 years ago |
Andreas Weizel
|
b1ec1ca977
|
Localization of "Declaring type" menu item.
|
12 years ago |
Andreas Weizel
|
6f021a0f30
|
Removed try...catch block left after debugging.
|
12 years ago |
Siegfried Pammer
|
a48ff79320
|
adjust project configurations in Tests solution
|
12 years ago |
Daniel Grunwald
|
2246366dcb
|
SolutionConfigurationEditor: When the solution is misconfigured to use a non-existing configuration/platform, allow switching to an existing configuration/platform.
|
12 years ago |