705 Commits (d3c54b0d2e16fbc330e6f486f086e5b04a718035)

Author SHA1 Message Date
David Srbecký cdb3bab310 Optimization, do not update variables if parent tree in Local Variables Pad is collapsed. 20 years ago
David Srbecký 665829a2e0 Readded check for function expiration (do not know why it is needed) 20 years ago
David Srbecký 7441ef4892 Property values sometimes were not updated in Local Variables Pad 20 years ago
David Srbecký d3ca1e2e04 Tracking stepper is reset after evaluation 20 years ago
David Srbecký 666b22345b Private and static members in Local Variables Pad fixed for variables that change type 20 years ago
David Srbecký cd20679f53 Disabled Exception History Pad 20 years ago
David Srbecký eb9675e621 Step out implemented using step over (Forum-7690); 20 years ago
David Srbecký 1fa4e43c14 Private and static members placed into own sub-menu in Local Variables Pad 20 years ago
David Srbecký 82f1d45ae9 Refresh local variables in batches to reduce flickering 20 years ago
David Srbecký 1c87c9aa47 Fixed typo from 1396. (Forum-7647) 20 years ago
David Srbecký 943b083085 Code from Function.CreateStepper moved to Stepper constructor 20 years ago
David Srbecký d26dbe7a59 Token of last function verified on pause (Forum-7593) 20 years ago
David Srbecký 28744898cc Added more logging info for steppers 20 years ago
David Srbecký 0d571b3a13 Type of boxed and byref values obtained properly now (Forum-7548) 20 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 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. 20 years ago
David Srbecký 765a5aa0b3 Hack for variables that change type (Forum-7347) 20 years ago
David Srbecký 49cb637e82 Indexers not shown in debugger tooltips (Forum-7247) 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
David Srbecký c8da081b4b All debugger values are expired on state change 20 years ago
David Srbecký 7d76c1cb1b Breakpoint must be set within method body. (Forum-7107) 20 years ago
Daniel Grunwald 414ab81065 Fixed SD2-508: Tooltips on declaration lines 20 years ago
David Srbecký 3aead82187 Do not expire functions during evaluation. (Fixes Forum-6794 Forum-6823 Forum-7029) 20 years ago
David Srbecký e90b0607e5 Remove surrounding '<' and '>' from compiler generated variable names; 20 years ago
Peter Forstmeier f8a7e02e13 Visual Controls and ReportItems now use the same drawing functions 20 years ago
Peter Forstmeier d2c4e4c562 Textbased Items now use the same code for ContentAlignment and drawing in the designer and in printing. Better handling of Row Items 20 years ago
Daniel Grunwald a9dcb57f75 Fixed SD2-736: When editing the C# highlighting, the Environment section cannot be changed 20 years ago
Daniel Grunwald a9113721a7 Fixed SD2-757: Collapsing debugger tooltip 20 years ago
Daniel Grunwald d595bff51e Implemented code-completion for Boo's CallableTypeReference. 20 years ago
Peter Forstmeier fed2092fc3 Small changes in Designer 20 years ago
Peter Forstmeier c631ff4aa7 SharpReport use UIEditors in PropertyGrid, small changes from FxCop 20 years ago
Peter Forstmeier 5e9c0df54c Better formatting of strings Textbased Items use StringTrimming and System.Drawing.ContentAlignment 20 years ago
Daniel Grunwald 55b048901a Fixed SD2-691: Clearing pad contents after solution closed 20 years ago
Matt Ward ad1c589f61 SD2-760 - Code coverage is always highlighted in text editor after a test run. The current state of the 'Toggle Code Coverage' setting is no longer overridden. 20 years ago
Matt Ward 85f2440e87 SD2-762. Output from NAnt sent to the standard error stream is now displayed in the output window. 20 years ago
David Srbecký c96aaf39bb Implemented evaluation of properties on value types 20 years ago
David Srbecký 1509c4d770 Fixed Forum-6722: Added check for function expiration 20 years ago
Peter Forstmeier 5f2895cb81 SharpReport opens now in a clean state, (no '*') after loading a saved report, some refactoring in printing reports 20 years ago
David Srbecký ddadf116ea Fixed Forum-6700: Debugger trims the string when asked for variable by name 20 years ago
David Srbecký 360d309273 First thread selected when debuggee is breaked. 20 years ago
David Srbecký 22f86ac9de Bugfix: Some native methods leaked into callstack 20 years ago
David Srbecký 408b372656 Fixed expanding of variables while property evaluation is in progress 20 years ago
David Srbecký 6e6d73f924 Ignore events during property evaluation 20 years ago
David Srbecký d3fc9d2c9d Bugfix: Exception history fixed 20 years ago
David Srbecký e0c1f3ff64 Fixed Forum-6652: Arrays make use of corHandleValue 20 years ago
David Srbecký 610feddbf7 Bugfix: Evals forced to expire on debuggee state change 20 years ago
David Srbecký e8635b78da Fixed Forum-6561: Base classes take over corHandleValue 20 years ago
David Srbecký 65b636ca71 Fixed Forum-3288: Exception when Threads pad opened for running application 20 years ago