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
Siegfried Pammer
53576fdf18
removed reference to missing trace.txt
15 years ago
Martin Koníček
0f5a586493
Moved "Resolve extension method" to context actions.
...
Expand selection (Ctrl+W) does not include { and } when selecting BlockStatement.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6439 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
86b8e7e9b6
Added WPF Toolkit libraries for TreeMap control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6429 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
a20f8e7bac
fixed similar bug as in rev. 6405, but with Using statements, added unit tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6408 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
36591a0942
fixed http://community.sharpdevelop.net/forums/t/11681.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6406 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
930702e9af
fixed some bugs in VBNetExpressionFinder:
...
- _ at end of expression
- could not find expression in ExpressionRangeVariable without variable declaration
and added unit tests
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6405 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
6f668e1749
fixed bug in EF parser grammar regarding Using statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6404 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
af677c1dc8
Avoid crash when using snippet parser on empty input. Fixes NullReferenceException in ICSharpCode.NRefactory.Parser.CSharp.Parser.ParseBlock.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6394 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
6784d914d2
fixed bug in VB Lexer: ParameterList in ExpressionRangeVariable was not recognized
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6393 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
babad5da81
ExpressionFinder:
...
- handle VB array initializer after New expression correctly
- handle Using variable declarators
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6392 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago