Daniel Grunwald
7a9076570c
Fixed "TortoiseGit not found" message
15 years ago
mrward
569cce4d8e
Fix SD-1693 - Double clicking on line in debug output causes ArgumentException.
15 years ago
mrward
e1e61ed889
Fix SD-1731 - Refactoring context actions causes text editor to stop responding.
15 years ago
mrward
74d70df355
Refactoring context action pop-up focuses the first item in the drop down the first time it is displayed.
15 years ago
Daniel Grunwald
d02178be0e
Fix build
15 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
15 years ago
Daniel Grunwald
f25bb57203
Fix SD-1736: When a file is in multiple projects, ParserService should return the ParseInformation for the project that does not link to the file.
15 years ago
Siegfried Pammer
28576f4e43
Ascending and Descending are special tokens, thus can stand at the end of a query (exception in ILC logic)
15 years ago
Siegfried Pammer
fe198da3f5
fixed http://community.sharpdevelop.net/forums/p/12088/32950.aspx#32950
15 years ago
Siegfried Pammer
a526e7d5fb
splitting profiler source: moved rewriting part to new file
15 years ago
Daniel Grunwald
069426b4a6
Fixed SD-1735: Shortcut to switch between editor tabs not working
15 years ago
Daniel Grunwald
fcef5f1684
Fixed IWorkbench.ShowView(x, false) to show the newly opened view.
15 years ago
Daniel Grunwald
60b0cb6831
Give bookmarks z-order; ensure that CurrentLineBookmark takes preference over breakpoints.
15 years ago
mrward
5165582dde
Fix XML code completion inside a child element when default schema associated by filename extension is being used.
15 years ago
Siegfried Pammer
5de1b3594e
fixed some more bugs in location assignment
15 years ago
Siegfried Pammer
4894432a83
reverted assignment of locations to special TypeReferences - cannot use Clone() because it would destroy referential equality
15 years ago
Siegfried Pammer
2d289a5d26
removed detection of ExtensionAttribute, because it works only in some cases.
15 years ago
Siegfried Pammer
44b0c03bf9
fixed http://community.sharpdevelop.net/forums/t/12063.aspx
15 years ago
Siegfried Pammer
ecb08efce5
fixed http://community.sharpdevelop.net/forums/t/12071.aspx
15 years ago
Siegfried Pammer
98ca2b1265
- fixed positions in TypeReferences
...
- set IsExtensionMethod to true, if Extension-Attribute is on the Sub/Function
Note: this can only be guessed, because we cannot reliably resolve the type of the attribute on parser level.
15 years ago
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
b38f052ca7
fixed for loop in OpenFilesWith
15 years ago
Siegfried Pammer
fb85160010
removed old file headers; added some debugging code
15 years ago
Daniel Grunwald
dfacaa8706
Fixed crash when performing "Introduce Method" context action on an inner class.
15 years ago
Daniel Grunwald
c9ab2ef469
Use display mode text formatting in ContextActionsPopupBase.
15 years ago
Daniel Grunwald
8de783e79b
Suppress "unknown output" produced by git.cmd when git is installed in the PATH but the git unix tools aren't.
15 years ago
Daniel Grunwald
05908d2a40
Fixed keyboard navigation in RecentProjectsControl and UpgradeView list views.
15 years ago
mrward
687e8dc591
Add simple method return value resolver for IronPython.
15 years ago
mrward
4d5a72ee46
Support logical resource names in IronPython compiler.
...
Change IronPython compiler to embed a file resource as a stream not a byte array into assembly so the resource can be read using GetManifestResourceStream.
15 years ago
mrward
2d11b74a7b
IronPython class fields defined in constructor now appear in code completion after typing 'self'.
15 years ago
mrward
b264284610
Fix resolved local variable type being saved between calls causing code completion window to show when it should not.
15 years ago
mrward
264afa673c
Add code completion for methods on local variables in IronPython code.
15 years ago
mrward
b24a863e68
Add support for resolving properties, events and fields on local variables in IronPython.
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