Daniel Grunwald
c19a83f1d1
Fix premature disposal of IProgressMonitor in parallel background search.
...
This was the cause of "InvalidOperationException: The LinkedList node does not belong to current LinkedList." in ProgressCollector.UnregisterNamedMonitor().
12 years ago
Andreas Weizel
ef71b3cef1
Resolving variables in AddInManager's error messages.
12 years ago
Andreas Weizel
e20c3e3898
Fixed ComponentInspector sample.
12 years ago
Matt Ward
09976837da
Add NAnt addin sample to build.
12 years ago
Matt Ward
5d4cdedf8d
Fix NAnt addin sample.
12 years ago
Peter Forstmeier
5711c66202
Move CanvasExtension and CanvasHelper
12 years ago
Peter Forstmeier
8cbbaa6d98
Move Wpf/Visitor and helpers to \Wpf
12 years ago
Peter Forstmeier
ea763febf5
Mke FixedDocumentCreator.cs static
12 years ago
Peter Forstmeier
68352da415
Change Drawing in Wpf to DrawingVisual to support DashStyle + LineCap
12 years ago
Daniel Grunwald
4de6c0c752
Fix #253 - SD5 does not save solution preferences
12 years ago
Daniel Grunwald
58824cba01
Fix #283 - Crash when adding new folder/file to project
12 years ago
Daniel Grunwald
00113de78f
Add workaround for NRefactory parser bug that was causing the semantic highlighting to crash.
12 years ago
Siegfried Pammer
840f3f5efd
fix Automated.proj
12 years ago
Siegfried Pammer
8d89e242d2
fix CSharpAmbienceTests
12 years ago
Siegfried Pammer
8e16f5313a
fix samples/PInvokeAddIn
12 years ago
Siegfried Pammer
a3b76f08e2
fix samples/ILAsmBinding
12 years ago
Siegfried Pammer
57bacdd31b
fix samples/SdaUser and samples/LineCounter
12 years ago
Siegfried Pammer
06bd0bf97e
fix samples/EmbeddedImageAddIn and samples/HtmlSyntaxColorizer
12 years ago
Siegfried Pammer
d2f52ab9e2
fix samples/DisplayBindings
12 years ago
Siegfried Pammer
b9b7a3156d
remove samples/XmlDOM
12 years ago
Siegfried Pammer
4a6646f13e
update samples/CustomView
12 years ago
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
Peter Forstmeier
41ae6a3795
Line in WpfVisitor.cs
12 years ago
Andreas Weizel
d0ffd8026b
Show rename menu command only for symbols of currently opened projects (not from external assemblies).
12 years ago
Peter Forstmeier
aeb2c48145
DashStyle + LineCap in PdfVisitor.cs
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
Peter Forstmeier
6a8ef28a89
Start implementing Graphic Objects (Line,Rectangle)
12 years ago
Peter Forstmeier
a699356346
Remove test-colors in FixedDocumentCreator.cs
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