Siegfried Pammer
|
c3118cb89f
|
fix #264
|
12 years ago |
Siegfried Pammer
|
e18354027d
|
fix #254: Event Handler Code Completion not implemented
|
12 years ago |
Siegfried Pammer
|
a0f669ff6b
|
use FlowDocumentScrollViewer to display documentation in the tooltips
|
12 years ago |
Siegfried Pammer
|
6c2e11af2c
|
fix #255: Code Completion description tooltip is unformatted
|
12 years ago |
Daniel Grunwald
|
e25c69457c
|
Set samples/XamlDesigner to .NET 4.5.
|
12 years ago |
Siegfried Pammer
|
16afb54ed5
|
add missing CodeGenerationService to refactoring context: fixes availability of "implement interface" et al.
|
12 years ago |
Daniel Grunwald
|
46bd8876f0
|
Adjust CSharpBinding to NRefactory changes.
|
12 years ago |
Siegfried Pammer
|
cb631e64e1
|
fix bug in EditorScript.InsertWithCursor when executing a nested script in a different file, the "root" script was not properly disposed after the nested script finished.
|
12 years ago |
Siegfried Pammer
|
c6f1c242cd
|
remove recently added IsRootComponent method, as it is not really needed
|
12 years ago |
Siegfried Pammer
|
89d88c7885
|
component rename: add special case for root component (i.e. the form or control being designed)
|
12 years ago |
Siegfried Pammer
|
b9280c1e8f
|
reimplement automated rename of fields in Windows Forms Designer
|
12 years ago |
Daniel Grunwald
|
b12d117ed4
|
Fix C# folding crash when the syntax tree is missing positions due to syntax errors.
|
12 years ago |
Siegfried Pammer
|
37413bea17
|
add scrolling support
|
12 years ago |
Siegfried Pammer
|
c813915ac4
|
fix some weird problems with InsertWithCursor
|
12 years ago |
Siegfried Pammer
|
2a827e6213
|
implement rename for entities defined by or used in XAML
|
12 years ago |
Siegfried Pammer
|
be82df4643
|
implement InsertWithCursor for unopened files
|
12 years ago |
Siegfried Pammer
|
7ef4b9fbb5
|
clean up
|
12 years ago |
Siegfried Pammer
|
989b259278
|
first implementation of InsertWithCursor
|
12 years ago |
Siegfried Pammer
|
fa03bcdc10
|
fix bug in TagComment parsing logic: Mono's C# parser creates comment tokens with wrong line endings in the comment text
|
12 years ago |
Siegfried Pammer
|
81679bb651
|
mute exceptions caused by IssueManager
|
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
|
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 |
Daniel Grunwald
|
cf3995f1a5
|
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
|
12 years ago |
Andreas Weizel
|
6f021a0f30
|
Removed try...catch block left after debugging.
|
12 years ago |
Siegfried Pammer
|
e050421879
|
add support for Solution Format 12.00
|
12 years ago |
Andreas Weizel
|
29688ecdc4
|
Removed debug message.
|
12 years ago |
Andreas Weizel
|
68ebe6e7b8
|
Moving statements with Alt+Up/Down now supports moving them into or out from block statements.
|
12 years ago |
Siegfried Pammer
|
0272ea5784
|
fix DocCommentMarker in C# Semantic highlighting
|
12 years ago |
Siegfried Pammer
|
f30d838898
|
normalize file headers
|
12 years ago |
Daniel Grunwald
|
0aee08dc57
|
Replace HighlightedInlineBuilder with RichTextModel.
|
12 years ago |
Daniel Grunwald
|
efd7e21b10
|
Introduce 'RichText' class and use it in new output pad API.
|
12 years ago |
Daniel Grunwald
|
73dda200d7
|
Add basic rich-text support to AvalonEdit.
|
12 years ago |
Andreas Weizel
|
5dd62946cc
|
Introduced "Convert interface to abstract class" context action.
|
12 years ago |
Andreas Weizel
|
8a9e28ac67
|
Better synchronization of checkboxes in "Insert Ctor" snippet dialog.
|
12 years ago |
Siegfried Pammer
|
61614a56e3
|
move all formatting to CSharpOutputVisitor, move all "extra" work to decorating ITokenWriter
|
12 years ago |
Siegfried Pammer
|
cec942586c
|
introduce supportedfilenamepattern Attribute in ParserDescriptor to make it easier to implement specific parsers
|
12 years ago |
Tobias Ibounig
|
8e6cc20f76
|
Added back snippet completion. Not yet context-aware.
|
12 years ago |
Andreas Weizel
|
226fef0697
|
Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions.
|
12 years ago |
Daniel Grunwald
|
64eaa25f5e
|
Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types.
|
12 years ago |
Andreas Weizel
|
f04b15baf6
|
Fixed "override ToString()" refactoring to only show fields and properties of current class (not from base classes).
|
12 years ago |
Andreas Weizel
|
a2e20fdeb3
|
Introduced ParamRangeCheckContextAction.
|
12 years ago |
Andreas Weizel
|
9e7455d212
|
Fixed "insert ctor" refactoring to only show fields and properties of current class (not from base classes).
|
12 years ago |
Andreas Weizel
|
4f926cca48
|
Introduced RenameFileToMatchTypeNameContextAction.
|
12 years ago |
Daniel Grunwald
|
a9a6d4fc35
|
Disable RedundantTypeCastIssue (too many false positives)
|
12 years ago |
Daniel Grunwald
|
1b2ad62f09
|
Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs.
This prevents the code editor from 'stealing' the focus when opening a dialog (e.g. Go To) while loading a solution.
|
12 years ago |
Siegfried Pammer
|
ff672237d2
|
remember last selection in SearchForIssuesDialog
|
12 years ago |
Andreas Weizel
|
6a09d692de
|
Part II of: Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input.
|
12 years ago |
Andreas Weizel
|
9ce0d70a81
|
Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input.
|
12 years ago |
Andreas Weizel
|
da7265e65d
|
Migrated CreateProperties refactoring snippet to NR5.
|
12 years ago |