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 |
Siegfried Pammer
|
a87ee09ee5
|
remove redundant usings from XamlBinding
|
12 years ago |
Siegfried Pammer
|
1465ec95ac
|
add invisible members to XamlUnresolvedFile as generated by the XAML markup compiler
|
12 years ago |
Siegfried Pammer
|
cc094dcba5
|
fix bug in XamlUnresolvedFile: XamlDocumentVisitor did not create a reference to the base type of the XAML element. This led to an incomplete type definition if there's no code-behind partial class.
|
12 years ago |
Siegfried Pammer
|
d64e3f2657
|
remove interfaces:
- ITextEditorProvider
- ICodeEditorProvider
move implementation of IPositionable to CodeEditor
|
12 years ago |
Tobias Ibounig
|
8e6cc20f76
|
Added back snippet completion. Not yet context-aware.
|
12 years ago |
Siegfried Pammer
|
4fcb17dd97
|
move IEditable implementation to CodeEditor
|
12 years ago |
Siegfried Pammer
|
b6a464c2a2
|
fix bug in XamlResolver
|
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 |
Daniel Grunwald
|
a67a22c522
|
Fix a couple of compiler warnings.
|
12 years ago |
Matt Ward
|
d456cab4a5
|
Do not show reload solution dialog when moving F# files inside project.
|
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 |
Siegfried Pammer
|
b738fff109
|
fix NRE in CreateElementList, if it's a file without a current ITypeDefinition (e.g. ResourceDictionary)
|
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 |
Matt Ward
|
7555fc0590
|
Show WiX not installed message on creating new project and WiX is missing.
|
12 years ago |
Matt Ward
|
be804c74b4
|
Add System reference to F# project templates.
|
12 years ago |
Andreas Weizel
|
034cf176b3
|
Fixed issues with property/field selection in some refactoring snippet dialogs.
|
12 years ago |
Daniel Grunwald
|
3609078840
|
[WIP] EnvDTE
|
12 years ago |
Daniel Grunwald
|
3af9b3f842
|
CSharpSymbolSearch: use newCode.
|
12 years ago |
Daniel Grunwald
|
855b848f36
|
Allow updating code from EnvDTE via LanguageBinding.CodeGenerator
|
12 years ago |
Siegfried Pammer
|
709285d091
|
implement CodeDomLocalizationModel detection in FormsDesigner
|
12 years ago |
Siegfried Pammer
|
50bc7eab20
|
fix resolving attached members in XamlAstResolver
|
12 years ago |
Siegfried Pammer
|
65955bdb28
|
implement IServiceProvider in ILanguageBinding
|
12 years ago |
Andreas Weizel
|
e0fb42221e
|
Detecting all properties and fields and handling editor undo properly in InsertCtor/Override...Method dialogs.
|
12 years ago |
Andreas Weizel
|
e613e7a49f
|
Now detecting auto-implemented properties correctly.
|
12 years ago |
Siegfried Pammer
|
2c5314ccb6
|
fix CSharpCodeGenerator overrides
|
12 years ago |
Matt Ward
|
0dc979b09e
|
Add FSharp.Core reference to F# console project templates.
|
12 years ago |
Matt Ward
|
d4c41e09b7
|
Add F# class library project templates.
|
12 years ago |
Siegfried Pammer
|
e9b60dbf09
|
add basic support for adding event handlers in FormsDesigner
|
12 years ago |
Daniel Grunwald
|
441a78fec2
|
Rename VBNetBinding -> VBBinding.
|
12 years ago |
Matt Ward
|
fc15017104
|
F# interactive window now uses F# 3.0 if it is installed.
|
12 years ago |
Matt Ward
|
5e22a5f5ba
|
Add F# 3.0 console project template.
|
12 years ago |
Andreas Weizel
|
7d05d21306
|
Repaired InsertCtorSnippetRefactoring.
|
12 years ago |
Siegfried Pammer
|
565906e7de
|
fix type reference of members defined in XAML
|
12 years ago |
Daniel Grunwald
|
16313e486b
|
Add CSharpDesignerGenerator.
|
12 years ago |