544 Commits (bbbf7cf839473c2c52e1279c89b11c1d617a4481)

Author SHA1 Message Date
Mathias Simmack bbbf7cf839 catched an exception with invalid pointers (http://community.sharpdevelop.net/forums/thread/8728.aspx) 19 years ago
Peter Forstmeier 2b9b0cde11 Fixed http://community.sharpdevelop.net/forums/thread/8438.aspx and some changes from 19 years ago
Peter Forstmeier d0993b0365 Fixed <http://community.sharpdevelop.net/forums/thread/8439.aspx> 19 years ago
Peter Forstmeier 7f3d0afca9 PageBreakAfter in DetailSection 19 years ago
Daniel Grunwald 3279bd1cdf Fixed SD2-836: Editing span highlight colour generates null reference exception 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Peter Forstmeier ae0af4ef4a Fixed problem with missing ResourceStrings 19 years ago
Daniel Grunwald 7ea51e06df Fixed forum-8340: error inserting code template in empty file 19 years ago
Mathias Simmack ca355e28f2 updated HtmlHelp2Options.cs 19 years ago
Daniel Grunwald 40347a51c9 Add more strings to translation database. (based on list by asl) 19 years ago
Matt Ward 8e7e3453c0 Code coverage unit tests fixed after changes to TextMarker behaviour (SD2-667). Multiline statements are now highlighted up to the end of the line. 19 years ago
Peter Forstmeier 55c97529b6 Fixed problem in Reports with RowItems, refactoring of Loading Reports 19 years ago
Daniel Grunwald 82f68b0329 Fixed several minor bugs; put some strings into the translation database. 19 years ago
Peter Forstmeier 0373b98753 Changed selection of ReportControls to 'RectTracker' found at <http://www.codeproject.com/csharp/SharpFormEditorDemo.asp> 19 years ago
Daniel Grunwald e56e0f6f8a Rewritten TextView.PaintLinePart. Text markers now can start or end inside TextWords; the highlight marker now can be placed inside a TextWord. 19 years ago
Daniel Grunwald 8c95c75fb7 Fixed SD2-812: Synchronising non-existent TOC 19 years ago
Daniel Grunwald d8b42d8997 Fixed SD2-685: Pads must have an icon 19 years ago
David Srbecký 95d37dc930 Walkaround for debugger tooltip resizing 20 years ago
David Srbecký 1398485287 Minor fix 20 years ago
David Srbecký b19d776a51 Debugger tooltips work if they are hidden and then shown again 20 years ago
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
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