6574 Commits (0365a3f26c4f95c3b0ae8a7ca6b7637ec2ca72ab)
 

Author SHA1 Message Date
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 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
peterforstmeier d1af7f6f09 Images in Report 15 years ago
peterforstmeier 1deff73d2b Refactor DataRenderer to show groupings 15 years ago
mrward 4d5a72ee46 Support logical resource names in IronPython compiler. 15 years ago
peterforstmeier 2903ee2913 Cleanup 15 years ago
peterforstmeier f4f36e920c PageBreakAfterGroupChange in TableLayout 15 years ago
peterforstmeier d724ce4a2b Cleanup in BaseConverter.cs 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
peterforstmeier 4155ddd8f8 Grouping in TableLayout 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 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
Siegfried Pammer 80a36c35d6 fixed SD-1627 - Method insight tooltip not displayed 15 years ago
Siegfried Pammer 2de4e38c2e remove double assignment of project directory to textbox 15 years ago
mrward 2204e6df7d Prevent auto-completion when typing '(' in import statements. 15 years ago
peterforstmeier c0cfc4b81b UnitTest for CreateGroupedReport from TableLayout.cs 15 years ago
mrward b3bfd0ef5a Fix problem with an IronPython local variable not being resolved after assigning a value to its property and then calling a method on the variable. 15 years ago
peterforstmeier 0f2a8ae522 Cleanup Wizard Layouts, ISimpleContainer in BaseSection.cs 15 years ago
Siegfried Pammer 72a600fc3d fixed SD-1705 - Default Project Directory is not saved 15 years ago
peterforstmeier 8975a86e54 Wizard can create grouped Tablelayout 15 years ago
mrward c995ead347 IronPython method insight window no longer stays open after method's closing parenthesis typed in. 15 years ago