Siegfried Pammer
8b0fbd2f16
some UI improvements in tooltips:
...
- use Editor font size
- reduce padding in insight tooltip
- do not use fully qualified names in completion documentation
12 years ago
Siegfried Pammer
5b76ce55ed
replace | with caret in "literal" completion items (delegate templates, etc.)
12 years ago
Siegfried Pammer
802239523e
fix #272 - TODO: XmlDoc completion
12 years ago
Siegfried Pammer
eef29b1259
add FontSize to global editor options
12 years ago
Siegfried Pammer
4c0a1d18fe
add XmlDoc to Insight tooltips
12 years ago
Siegfried Pammer
8d804d7b12
fix #273 - NullReferenceException when typing a call to `FirstOrDefault()`
12 years ago
Daniel Grunwald
f27a7426b2
ICSharpCode.TreeView: improve API for drag/drop/copy/paste of nodes.
12 years ago
Daniel Grunwald
ee0e6b1d4d
Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
...
Also, fixes various references to the "VBNet" language string to use "VB" instead.
12 years ago
Siegfried Pammer
74ab0ec89e
fix #267
12 years ago
Daniel Grunwald
33c72ed327
Fix #227 : Class no longer available for code completion when file renamed
12 years ago
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
e673ebd547
extend XamlAstResolver to support x:Name and x:Class special cases
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
7aa85871f8
add support for renaming local variables and parameters
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
21bd92305a
fix warnings in XAML binding
12 years ago
Siegfried Pammer
e050421879
add support for Solution Format 12.00
12 years ago
Daniel Grunwald
f07ea5af32
Reduce number of compiler warnings; and re-enable some old unit tests.
12 years ago
Matt Ward
93e01cceae
Update IronPython to version 2.7.4
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
16e7d7bc26
fix insertion of ="" with x:Key or other special completion items
12 years ago
Matt Ward
41e0c5bea5
Fix Python forms designer.
...
The Python forms designer was walking code after the
InitializeComponents and if this code tried to create an
instance of the form it would fail. Now the forms
designer only walks the code inside the InitializeComponents.
12 years ago
Siegfried Pammer
b277aa8865
remove remaining traces of ITextEditorProvider and ICodeEditorProvider
12 years ago
Siegfried Pammer
dead1c85a7
add icon to XamlOutlineNode
12 years ago
Siegfried Pammer
6ecf847cf7
reimplemented XAML outline view
12 years ago
Siegfried Pammer
0272ea5784
fix DocCommentMarker in C# Semantic highlighting
12 years ago
Siegfried Pammer
f30d838898
normalize file headers
12 years ago