1348 Commits (2.0-RC1)
 

Author SHA1 Message Date
David Srbecký 1398485287 Minor fix 19 years ago
David Srbecký b19d776a51 Debugger tooltips work if they are hidden and then shown again 19 years ago
David Srbecký cdb3bab310 Optimization, do not update variables if parent tree in Local Variables Pad is collapsed. 19 years ago
Christoph Wille f4f9dc1ef8 Language resources updated for RC1 19 years ago
Matt Ward a77b961def Fixed null reference exception generated when Mono's DefaultCLR registry value was missing. 19 years ago
David Srbecký 665829a2e0 Readded check for function expiration (do not know why it is needed) 19 years ago
David Srbecký 7441ef4892 Property values sometimes were not updated in Local Variables Pad 19 years ago
David Srbecký d3ca1e2e04 Tracking stepper is reset after evaluation 19 years ago
David Srbecký 666b22345b Private and static members in Local Variables Pad fixed for variables that change type 19 years ago
David Srbecký cd20679f53 Disabled Exception History Pad 19 years ago
Daniel Grunwald dfb3e6a5a4 Fixed possible exceptions in Boo code-completion. 19 years ago
David Srbecký eb9675e621 Step out implemented using step over (Forum-7690); 19 years ago
David Srbecký 1fa4e43c14 Private and static members placed into own sub-menu in Local Variables Pad 19 years ago
David Srbecký 82f1d45ae9 Refresh local variables in batches to reduce flickering 19 years ago
David Srbecký 1c87c9aa47 Fixed typo from 1396. (Forum-7647) 19 years ago
David Srbecký 943b083085 Code from Function.CreateStepper moved to Stepper constructor 19 years ago
David Srbecký d26dbe7a59 Token of last function verified on pause (Forum-7593) 19 years ago
David Srbecký 28744898cc Added more logging info for steppers 19 years ago
David Srbecký 0d571b3a13 Type of boxed and byref values obtained properly now (Forum-7548) 19 years ago
Daniel Grunwald 71e17b5842 Fixed SD2-804: Renaming a class in a new unsaved file 19 years ago
Daniel Grunwald 130f45f439 Prevent creating ConstructedReturnTypes that cause infinite recursion. 19 years ago
Daniel Grunwald e8c9d5e35c RefactoringService now accepts any ResolveResult. 19 years ago
Daniel Grunwald f2ecb18965 Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange. 19 years ago
Matt Ward 9add2ad9bb SD2-799 - Updating web references resets the namespace. The namespace is now stored inside the MSBuild WebReferenceUrl element. Modified SharpQuery's OLE DB COM reference to use the new format so the interop assembly can be located for code completion. 19 years ago
David Srbecký 765a5aa0b3 Hack for variables that change type (Forum-7347) 19 years ago
Daniel Grunwald 73f4aa7af9 Fixed SD2-788: Duplicate override method in code completion 19 years ago
Daniel Grunwald ea04a26043 Fixed SD2-786: Opening a .csproj file with no .sln generates a .sln with AnyCPU instead of Any CPU 19 years ago
Daniel Grunwald 5753bafcba Fixed SD2-796: Building whilst debugging 19 years ago
Daniel Grunwald 37c2bc671d Fixed SD2-783: GDI Handle leak 19 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 19 years ago
David Srbecký 49cb637e82 Indexers not shown in debugger tooltips (Forum-7247) 19 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 19 years ago
Daniel Grunwald c9b71ac07a Fixed forum-7221 19 years ago
Daniel Grunwald de3141c785 Improved code-completion for duck-typing. 19 years ago
Daniel Grunwald 3a82fa2f79 Fixed SD2-726: Xml comment autogeneration on methods with attributes 19 years ago
Daniel Grunwald ed672103f2 Fixed SD2-716: Forms Designer loads "hidden references" twice 19 years ago
Daniel Grunwald 6255ccddd2 Fixed SD2-696: Code completion list background is transparent when containing one item 19 years ago
Daniel Grunwald 332dd9f511 Fixed SD2-671: Code generation doesn't substitute generic type 19 years ago
Daniel Grunwald 3897fc0a33 BooBinding: detect indexers in parsed code 19 years ago
David Srbecký c8da081b4b All debugger values are expired on state change 19 years ago
Daniel Grunwald d4e9eff246 Fixed SD2-642: Region inside class method not recognised 19 years ago
Daniel Grunwald a8eba6021a Forms designer now tries to find VS designer assemblies if they are required - this fixes problems like SD2-617 (Editing Sql Connection ConnectionString property throws a FileNotFound exception) that only occur when VS is installed. 19 years ago
Daniel Grunwald 499fe3bdc2 Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576). 19 years ago
David Srbecký 7d76c1cb1b Breakpoint must be set within method body. (Forum-7107) 19 years ago
Daniel Grunwald 414ab81065 Fixed SD2-508: Tooltips on declaration lines 19 years ago
David Srbecký 3aead82187 Do not expire functions during evaluation. (Fixes Forum-6794 Forum-6823 Forum-7029) 19 years ago
Daniel Grunwald 4ef8718f57 Fixed forum-7173: Code completion does not contain all types in scope 19 years ago
David Srbecký e90b0607e5 Remove surrounding '<' and '>' from compiler generated variable names; 19 years ago
Daniel Grunwald f91811fe97 Fixed SD2-524: Wildcards in MSBuild custom items are not interpreted 19 years ago
Peter Forstmeier f8a7e02e13 Visual Controls and ReportItems now use the same drawing functions 19 years ago