Siegfried Pammer
8b5b857bdc
fixed positions of TypeParameters and TypeParameterConstraints in VB
15 years ago
Siegfried Pammer
dbbb9d1d9a
fixed build
15 years ago
Siegfried Pammer
801826ef26
fix build order of NRefactory.csproj in NRefactory.sln
15 years ago
Siegfried Pammer
3b0fe52dd4
fixed http://community.sharpdevelop.net/forums/p/12068/32893.aspx#32893
15 years ago
Siegfried Pammer
4874ab7d77
regenerated Parser.cs files
15 years ago
Siegfried Pammer
a7955b17df
partially fixed UnaryExpression locations; deactivate LocationAssignmentCheckVisitor in Unit Tests
15 years ago
Siegfried Pammer
5cb2e48423
fixed BinaryOperatorExpressionTests
15 years ago
Siegfried Pammer
0aa43066f0
fixed BaseReferenceExpressionTests, ClassReferenceExpressionTests and ThisReferenceExpressionTests
15 years ago
Siegfried Pammer
c35500dd23
fixed AttributeSectionTests
15 years ago
Siegfried Pammer
7fc6bfd565
fixed AssignmentExpressionTests
15 years ago
Siegfried Pammer
3a5e57891e
fixed ArrayCreateExpressionTests
15 years ago
Siegfried Pammer
d2f4f622de
removed trace-generation from SharpCoco call for VB .NET
15 years ago
Siegfried Pammer
8c1ee70925
fixed AddressOfExpressionTests
15 years ago
Siegfried Pammer
9500616c1e
fixed AddHandlerStatementTests
15 years ago
Siegfried Pammer
eb3915bd92
improve LocationAssignmentCheckVisitor - does not check CompilationUnit, TypeReference and INullables that have IsNull == true
15 years ago
Siegfried Pammer
1ae2fed7b5
- add LocationAssignmentCheckVisitor to ParseExpression-Tests
...
- use AcceptChildren to avoid check on CompilationUnit
15 years ago
Siegfried Pammer
50d1d313e3
added LocationAssignmentCheckVisitor - ensures that Locations set for INodes are at least not empty.
15 years ago
Siegfried Pammer
dc058ae3a9
fixed http://community.sharpdevelop.net/forums/t/12016.aspx
15 years ago
Daniel Grunwald
2ee86110f6
Fixed some FxCop warnings in AvalonEdit.
15 years ago
Daniel Grunwald
dc35d18bc1
Fixed custom tool output namespace for VB projects ( http://community.sharpdevelop.net/forums/t/11240.aspx )
15 years ago
Daniel Grunwald
b17ea8ac53
Fixed SD-1729 - Code completion window stays open when switching to another text editor window
15 years ago
Daniel Grunwald
a467999fbe
CompletionWindowBase: if window opened upwards, adjust its position when the window gets resized (e.g. due to filtering of code completion items) [based on patch by Eusebiu Marcu]
15 years ago
eusebiu
4150e8db59
fix for SD-1713
15 years ago
Daniel Grunwald
b9b018525d
Fixed build.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
4f2269751f
Fixed inaccuracy in GetVisualLineElementFromPosition (was incorrect by up to a half visual column)
15 years ago
Daniel Grunwald
c8361dcdb4
Allow expanding folding sections by double-clicking on the folded element.
15 years ago
Siegfried Pammer
a93d3be956
fixed http://community.sharpdevelop.net/forums/p/11898/32504.aspx
15 years ago
Siegfried Pammer
f886c30915
cleaned NRefactory gen.bat
15 years ago
Siegfried Pammer
b205555b9a
fixed http://community.sharpdevelop.net/forums/p/11851/32435.aspx
15 years ago
Daniel Grunwald
dd17ac9e4a
Fix http://community.sharpdevelop.net/forums/t/11817.aspx - NotImplementedException when word-wrapping bidirectional text
15 years ago
Daniel Grunwald
49de1d390d
Add support for right-to-left translations to SharpDevelop.
15 years ago
Siegfried Pammer
a2858c577c
fixed missing NotInheritable modifier
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Siegfried Pammer
168ca53dc6
suppress warnings CS0419, CS1570, CS1572 and CS1573 in AvalonDock (related to XML documentation comments)
15 years ago
Siegfried Pammer
6add010c74
suppress CS1591 and CS1574 in AvalonDock
15 years ago
Siegfried Pammer
085cc3b5c3
reset visibility of SetCaret to internal
15 years ago
Siegfried Pammer
5388ce84da
added missing documentation comments to new Snippet classes
15 years ago
Daniel Grunwald
fde21e0f16
AvalonEdit: Add TextDocument constructor that takes ITextSource.
...
This allows creating a document from a RopeTextDocument or from another TextDocument while sharing unchanged parts of the document text.
15 years ago
Daniel Grunwald
6c1a9504a9
Fixed bug in TextDocument.GetOffset when column is 0
15 years ago
Siegfried Pammer
f4b26c61fb
fixed cursor positioning after finishing InsertCtorDialog, display no dialog if no fields are available
15 years ago
Daniel Grunwald
74a30f1bdd
Simplify WeakReferenceTests.
15 years ago
Daniel Grunwald
9ff81633e2
Compile AvalonEdit for .NET 4.0 and make use of SetCurrentValue.
15 years ago
Siegfried Pammer
80229423ff
enter and escape now work properly in inline refactoring dialogs
15 years ago
Siegfried Pammer
6f0dacc881
- created DefaultSnippetElementProvider for standard SnippetElements
...
- introduced SnippetInfo and changed signature of ISnippetElementProvider
- added SnippetAnchorElement
- refactored InsertCtor to insert ctor body at the same time as the dialog
15 years ago
Daniel Grunwald
7f67d54541
Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info.
15 years ago
Siegfried Pammer
2f15071a5f
fixed http://community.sharpdevelop.net/forums/p/11765/32150.aspx
15 years ago
Daniel Grunwald
d9277e5964
Add test case for forum-11540: C# parser fails on "using global::System;" (fixed in 8b052cb4
)
15 years ago
Daniel Grunwald
a0032825a7
Fixed highlighting of number literals starting with dot. ( http://community.sharpdevelop.net/forums/t/11716.aspx )
...
C#: don't highlighting "@int" as keyword.
15 years ago
Daniel Grunwald
9dbd100c32
Fix newlines.
15 years ago