6523 Commits (0896f07575223f4c0688b699eaaa29f9c878f272)
 

Author SHA1 Message Date
Siegfried Pammer 0896f07575 splitted ImageResourceEditor, TypeDiscoveryService, ProjectResourcesComponentCodeDomSerializer 15 years ago
Siegfried Pammer 629b89e42a - split ProjectResourceService 15 years ago
Siegfried Pammer a34529729b Merge branch 'FormsDesignerAppDomain' of SD.git-bundle into formsdesignerappdomain 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 aa53048b36 Start splitting up the forms designer into two assemblies in order to move it onto a separate AppDomain. 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 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. 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 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