Siegfried Pammer
29885765d0
update samples/CodonCreation
12 years ago
Siegfried Pammer
9b56249b04
update samples/CustomPad
12 years ago
Siegfried Pammer
1a8356f76c
remove samples/NRefactoryDemo (now included in the NRefactory repository)
12 years ago
Siegfried Pammer
70cc870632
remove samples/ICSharpCode.Core.Demo
12 years ago
Siegfried Pammer
deda0498b8
remove samples/CodeConverter
12 years ago
Siegfried Pammer
86367e4377
add build target for samples
12 years ago
Andreas Weizel
d0ffd8026b
Show rename menu command only for symbols of currently opened projects (not from external assemblies).
12 years ago
Andreas Weizel
32151c102b
Reverted fix for doubled overloaded methods, instead ClassBrowser now properly reacts to MemberModel updates.
12 years ago
Andreas Weizel
1d132a1fc4
Added .nuspec file to "SharpDevelop AddIn" project template.
12 years ago
Siegfried Pammer
259dcba1a4
fix AvalonEdit.Sample
12 years ago
Siegfried Pammer
11a0e5cd45
treat MSB3274 and MSB3275 as errors when building inside SharpDevelop
12 years ago
Siegfried Pammer
5ad61b926a
allow assignment in debugger console pad
12 years ago
Matt Ward
5937106baa
#274 Support running mspec tests for .NET 4.5 projects.
12 years ago
Andreas Weizel
011734be93
Added comment for PersistedWorkspace class.
12 years ago
Andreas Weizel
a5dcc3e96f
Fix: Exception when saving ClassBrowser workspace.
12 years ago
Andreas Weizel
cd83809b1f
Fix: ModelCollectionTreeNode might add the same handler twice to CollectionChanged event.
12 years ago
Daniel Grunwald
d8c2bbfa44
Fix #252 - Adding an existing project to a solution uses a new GUID instead of the <ProjectGuid>
...
Also adds code to detect+fix duplicate GUIDs. (which might exist due to users creating new projects by copying old ones)
12 years ago
Daniel Grunwald
d185ab8109
Prevent adding a project multiple times to the same solution.
12 years ago
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
a6b04d488b
close #270 - Add framework table to Dependencies.html
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
48d41ee106
rename WpfViewer to ProfilingReportViewer
12 years ago
Siegfried Pammer
8d804d7b12
fix #273 - NullReferenceException when typing a call to `FirstOrDefault()`
12 years ago
Andreas Weizel
0a0dccd0e2
Fix: Exception on opening some methods from external assemblies in ClassBrowser.
12 years ago
Andreas Weizel
dcfd330ebd
Show "Open in Class Browser" menu item only where it makes sense.
12 years ago
Daniel Grunwald
f27a7426b2
ICSharpCode.TreeView: improve API for drag/drop/copy/paste of nodes.
12 years ago
Daniel Grunwald
c928f88b5c
Fix compiler errors in ICSharpCode.TreeView.Demo.
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
c3c65840e7
only use fully qualified names for type and member definitions
12 years ago
Siegfried Pammer
928aa02111
fix #266
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
Daniel Grunwald
0ba4f20cca
Don't show CS1729 error message if base type is unknown.
12 years ago
Daniel Grunwald
dc316490b3
HACK: eagerly load output pad because pad services cannnot be instanciated from background threads.
...
A proper fix would be to separate the IOutputPad implementation from the UI, so that output categories can be created and written to from background threads without waiting for the output pad UI to be created.
12 years ago
Andreas Weizel
3eac4e0f50
Removed unneeded "+" signs in front of assembly reference tree nodes.
12 years ago
Andreas Weizel
e45db528f7
Fix #261 : Class members added in code are shown twice and some more problems with overloaded methods.
12 years ago
Siegfried Pammer
c3118cb89f
fix #264
12 years ago
Siegfried Pammer
d22ee70132
fix #249 - SD5 WinForms Designer does not load event handlers.
...
add missing documentation to DocumentPrinter.cs
12 years ago
Siegfried Pammer
e18354027d
fix #254 : Event Handler Code Completion not implemented
12 years ago
Siegfried Pammer
1190f0ae97
fix NRE when trying to decompile in a debugging session with dynamic/in-memory assemblies
12 years ago
Siegfried Pammer
a0f669ff6b
use FlowDocumentScrollViewer to display documentation in the tooltips
12 years ago
Siegfried Pammer
20c191a021
add ClassBrowserServiceImpl class to decouple the ClassBrowser service from the pad UI
12 years ago
Siegfried Pammer
6c2e11af2c
fix #255 : Code Completion description tooltip is unformatted
12 years ago
Siegfried Pammer
a2f64d0ab9
Merge pull request #263 from gumme/WpfDesignerNameFix
...
Fixed bug with name changes not saved to xaml source
12 years ago
gumme
1f59343285
Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source.
12 years ago
Daniel Grunwald
9796b702e6
Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode.
12 years ago
Daniel Grunwald
e25c69457c
Set samples/XamlDesigner to .NET 4.5.
12 years ago