1418 Commits (b43033b2b41e62cf6fc5995ca63a22e241b76a3f)
 

Author SHA1 Message Date
Matt Ward 5a58e676fe SD2-833. The currently active view is checked to see if it implements the ITextEditorControlProvider interface before attempting to clear the selection when bookmarking all found search results. 19 years ago
Matt Ward 4b4905d787 SD2-830. 'Prompt for Arguments' and 'Use Output Window' options now working for external tools. 19 years ago
Daniel Grunwald 782aac1504 Fixed SD2-699: New file name does not increment 19 years ago
Daniel Grunwald 6ebc9f8514 Fixed SD2-793: Output window showing incorrect unit test output text 19 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 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 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 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 2de421c5a9 Fixed C# <-> VB conversion bugs. 19 years ago
Daniel Grunwald 8c95c75fb7 Fixed SD2-812: Synchronising non-existent TOC 19 years ago
Daniel Grunwald e8e6d4e662 Fixed SD2-817: File changes lost when moving file in project tree 19 years ago
Daniel Grunwald 059d8e0873 Fixed SD2-821: Cursor position after generating event handler 19 years ago
Daniel Grunwald aac539edf7 Fixed SD2-808: Indenting comment when typing colon character or ( ) 19 years ago
Daniel Grunwald e9ff406a9e Fixed SD2-646: Highlighting bug for multiline comments 19 years ago
Daniel Grunwald d8b42d8997 Fixed SD2-685: Pads must have an icon 19 years ago
Daniel Grunwald f9cfdec1d3 Fixed bug: Starting IDE Multiple Times looses Panel layout (based on patch by Scott Ferrett) 19 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 19 years ago
David Srbecký 95d37dc930 Walkaround for debugger tooltip resizing 19 years ago
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); 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 71e17b5842 Fixed SD2-804: Renaming a class in a new unsaved file 20 years ago
Daniel Grunwald 130f45f439 Prevent creating ConstructedReturnTypes that cause infinite recursion. 20 years ago
Daniel Grunwald e8c9d5e35c RefactoringService now accepts any ResolveResult. 20 years ago
Daniel Grunwald f2ecb18965 Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange. 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
Daniel Grunwald 73f4aa7af9 Fixed SD2-788: Duplicate override method in code completion 20 years ago
Daniel Grunwald ea04a26043 Fixed SD2-786: Opening a .csproj file with no .sln generates a .sln with AnyCPU instead of Any CPU 20 years ago
Daniel Grunwald 5753bafcba Fixed SD2-796: Building whilst debugging 20 years ago
Daniel Grunwald 37c2bc671d Fixed SD2-783: GDI Handle leak 20 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 20 years ago