Daniel Grunwald
736b5b66ae
Update string resources, and round up version number to 4.1.0.8000.
14 years ago
Daniel Grunwald
4b2d4a6644
Fix bug that caused methods to not be shown in the F6 dialog (find overrides).
...
The bug occurred when looking for the overrides of A.M() in this code:
class A { virtual void M(); }
class B : A {}
class C : B { override void M(); }
C.M() was found, but not added to the tree because there isn't any intermediate node B.M().
14 years ago
Daniel Grunwald
677f69bf46
Avoid redundant repainting of the IconBarMargin.
14 years ago
Daniel Grunwald
9f70a1fb76
Fixed NullReferenceException in CodeManipulation.ExtendSelection.
14 years ago
Daniel Grunwald
ae3458d900
Look for SDK tools in Windows SDK 7.1
14 years ago
Daniel Grunwald
7050250ac0
Add AnyCPU platform for AvalonEdit.Sample.
14 years ago
Daniel Grunwald
7bcab7097b
AvalonEdit documentation update
14 years ago
Siegfried Pammer
3302aa05c0
fix Silverlight Application project template for VB
14 years ago
Matt Ward
0a3343d2b0
Update to NuGet 1.5.20902.9023
14 years ago
Daniel Grunwald
f24ff58a2b
Adjusted unit tests to C# syntax highlighting change.
14 years ago
Daniel Grunwald
a690c5d59a
Fixed code completion on anonymous types ( http://community.sharpdevelop.net/forums/t/13788.aspx )
14 years ago
Daniel Grunwald
56f38f8524
C# syntax highlighting: Don't colorize punctuation.
...
AvalonEdit: don't create separate TextRuns when syntax highlighting applies a color-less span.
14 years ago
Siegfried Pammer
93f3514403
fix SD-1867 - Missing string resources
14 years ago
Siegfried Pammer
47e59c6a9a
fix parameter highlighting bug and add word wrap if highlighting is used
14 years ago
Siegfried Pammer
82297d7819
add word wrap to InsightWindow in parameter list (header) too
14 years ago
Daniel Grunwald
e2e52d35d5
Fixed crash when opening an invalid file in the settings editor (using AbstractViewContentHandlingLoadErrors).
14 years ago
Daniel Grunwald
e64d24419a
Yet another performance improvement to AvalonEdit - we now use a way smaller dirty rectangle when changing only a single line.
14 years ago
Daniel Grunwald
3f05ced59c
Use DrawingVisual for rendering a VisualLine. This seems to improve AvalonEdit rendering performance a lot in some scenarios.
14 years ago
Daniel Grunwald
9647d0da4f
Store settings in %AppData%\ICSharpCode\SharpDevelop${major} instead of major.minor so that SD 4.1 and 4.2 will share settings.
14 years ago
Daniel Grunwald
7a854ed927
Remove "beta" version name.
14 years ago
Daniel Grunwald
6d429989b8
Update string resources.
14 years ago
Daniel Grunwald
5205d1d08f
Merge branch 'origin/reports' into 4.1
14 years ago
peterforstmeier
946e5ef003
remove unused files
14 years ago
Siegfried Pammer
9eaa1c105b
fix NullReferenceException when closing text editor immediately after committing.
14 years ago
Siegfried Pammer
2aeb80b192
fix DirectoryNotFoundException in GitVersionProvider, which occurs if a file was moved or deleted
14 years ago
Matt Ward
f19b6eddf5
Add ProjectName parameter to Get-Package cmdlet.
14 years ago
Matt Ward
bfa6884b3e
Update to NuGet 1.5
14 years ago
David Srbecký
f9212ea17c
Fixed possible freeze of debugger that could occur after exception in NGENed code.
14 years ago
Siegfried Pammer
e97f4aa88b
fix memory leak in ChangeMarkerMargin: IChangeWatcher was never disposed after the document was closed.
14 years ago
Siegfried Pammer
38708b351b
fix SD-1859 - Crash when opening Goto Dialog
14 years ago
Daniel Grunwald
db502cb7ad
Ignore error when trying to load a malformed project memento.
14 years ago
Daniel Grunwald
ced227b8ab
Fix NullReferenceException when opening split view after enabling the "change margin" setting.
14 years ago
Daniel Grunwald
b0051f4960
Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing
14 years ago
peterforstmeier
07700c7175
Change property RightToLeft to RTL because of inheritance trouble
14 years ago
Siegfried Pammer
d01a87961a
implement SD-1855 - Add option for disabling ChangeMarkerMargin
14 years ago
Matt Ward
c692824b5d
Resolve assemblies referenced by T4 templates that are not referenced by the project.
14 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
14 years ago
Daniel Grunwald
c67e7b2394
WPF Designer: Fixed "Cannot undo when item is moved inside outline view" ( http://community.sharpdevelop.net/forums/t/13247.aspx )
14 years ago
Daniel Grunwald
c1ba2b7a41
WPF Designer: Fixed "Cannot move multiple controls" ( http://community.sharpdevelop.net/forums/t/13250.aspx )
14 years ago
Daniel Grunwald
acefecc74e
Ignore ExternalException when clipboard cannot be opened for pasting.
14 years ago
Daniel Grunwald
18b03738c2
Fix ArgumentOutOfRangeException in TypeInference when a class is being used with an incorrect number of type arguments ( http://community.sharpdevelop.net/forums/t/13134.aspx )
14 years ago
Daniel Grunwald
99b802c134
Fixed 'toggle bookmark' command.
14 years ago
Daniel Grunwald
a32eb48327
Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin
14 years ago
Daniel Grunwald
3a6ef5746a
Handle ObjectDisposedException in VBNetCompilationUnit.get_OptionInfer
14 years ago
Matt Ward
94b19a39cf
Fix parser exception when a T4 template includes another T4 template with a class feature block.
14 years ago
Siegfried Pammer
2dfbaffa45
fix http://community.sharpdevelop.net/forums/t/13749.aspx
14 years ago
Daniel Grunwald
a8a16ef26f
Fixed crash when closing Add Reference dialog while search is still running.
14 years ago
Siegfried Pammer
c27f08fc70
fix SD-1815 - SharpDevelop hangs when searching entire project that contains a file with only one character ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1815&PROJID=4 )
14 years ago
Siegfried Pammer
5ef85c6c5e
fix SD-1849 - Unhandled exception when replacing all text in text editor ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1849&PROJID=4 )
14 years ago
Siegfried Pammer
50a678c30c
fix bugs in FormLocationHelper if working on high DPI displays
14 years ago