3451 Commits (557e32206512783e00941d7a22a74c0b91a78ec8)
 

Author SHA1 Message Date
Matt Ward 557e322065 Added show caret line option to Markers and Rulers options panel. 17 years ago
Matt Ward 662e1cf614 Added patch by Alex Prudkiy to fix sorting items in the combo box above the properties. 17 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 17 years ago
Daniel Grunwald 825952a177 Fixed NullReferenceException for code completion on pointer variables. 17 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 17 years ago
Daniel Grunwald 0a42c419c3 Add unit test that checks that SharpDevelop.exe, BuildWorker.exe and booc.exe all use the same value for the 32-bit-flag. 17 years ago
Daniel Grunwald 9b16a1757d DebugOptions: EditRawProperty (=allow using MSBuild replacements) 17 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 17 years ago
Siegfried Pammer 213abd0b2a Fixed null reference exception when debugger is running. 17 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 17 years ago
Daniel Grunwald a0d768dfff XML comments for WpfDesign. 17 years ago
Siegfried Pammer 122177828b Removed unused conditional breakpoint types and improved workflow of breakpoints. 17 years ago
Siegfried Pammer a8620375cf Fixed build. 17 years ago
Daniel Grunwald d1945686d5 Don't fire ActiveContentChanged event during layout change; prevents unnecessary pad creation. 17 years ago
Siegfried Pammer a9ad6e8f8a Small improvements in watch pad. 17 years ago
Daniel Grunwald 3c45d0ddae Remove ClassEditor. 17 years ago
Daniel Grunwald ed46c19785 Remove ClassWizard AddIn. 17 years ago
Daniel Grunwald 04be1cd83a Add cache for MemberLookupHelper.GetTypeInheritanceTree. Improves performance when there are many extension methods available for code completion. 17 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 17 years ago
Daniel Grunwald f08eb73a16 Fixed typo that caused unit test failure. 17 years ago
Daniel Grunwald 8dd64459d5 Fixed SD2-1384: Attribute fully qualified name using wrong namespace 17 years ago
Matt Ward 567c4e9e48 Fixed SD2-1349 - WiX setup files editor shows misleading error when unable to find any TARGETDIR Directory or DirectoryRef elements. 17 years ago
Christian Hornung 13d18f7777 Fixed SD2-1462 - Exception closing unsaved tab. 17 years ago
Christian Hornung eb46887d5f Prevent project resource image editor from resetting the custom tool to ResXFileCodeGenerator when PublicResXFileCodeGenerator is selected. 17 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 17 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 17 years ago
Daniel Grunwald 75ba08f309 Fixed code-completion resolving the wrong class when two imported namespaces contain a class with the same name but only one of the classes is accessible. 17 years ago
Daniel Grunwald 5313676a69 Make "Open containing folder in explorer" select the item. 17 years ago
Christian Hornung 2fde2f8329 Fixed the parse information not being updated when a window is closed with discarding the changes. 17 years ago
Daniel Grunwald 031735218d Added PublicResXFileCodeGenerator. 17 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 17 years ago
Siegfried Pammer 8fe2b48a0a fixed forum-8378 and changed data structure from ArrayList to List<byte>. 17 years ago
Matt Ward 29dc52e5ae Fixed SD2-1350. XSLT document function now supported when running transforms. 17 years ago
Matt Ward c5c59e9a43 Updated to IronPython 2.0 Beta 5. 17 years ago
Daniel Grunwald f28c5af616 Fixed exception double clicking code-coverage class node when that class didn't contain any methods. 17 years ago
Siegfried Pammer 61c64ac3e7 fixed conditional breakpoints and ==-operator evaluation. 17 years ago
Christian Hornung c6c52a4d9b Reflector AddIn: Wait until assembly loading is finished after starting Reflector. Restore the Reflector form when it is minimized. 17 years ago
Christian Hornung bc98ed09b7 Reflector AddIn: Support indexers with non-default names. 17 years ago
Siegfried Pammer 0cb2888c11 Added tests for VBNetFormattingStrategy; fixed inserting of end statements after single line statements; fixed SD2-1319 17 years ago
Christian Hornung 3a63c4b209 Attempt to fix an exception that sometimes occurs when closing the workbench while an open text editor view has a selection. 17 years ago
Christian Hornung 214dcfa309 Workbench.ViewContentCollection now contains all view contents, including all secondary view contents. 17 years ago
Siegfried Pammer 706c26290e fixed inconsistency with \r and \n in the code generation and insertion code. 17 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 17 years ago
Christian Hornung 0ed5d7cf3d Re-implemented persisting the state of view contents; the states are now saved in a single file (LastViewStates.xml). 17 years ago
Matt Ward d89e6ae397 SD2-1242. Code coverage results now groups a property's getter and setter methods in the tree view. 17 years ago
Siegfried Pammer b883a05e10 fixed one problem with inserting of end Statements (fixed build) 17 years ago
Siegfried Pammer 2800566249 Partial rewrite of VBNetFormattingStrategy; uses a lexer for indenting; bug fix of SD2-1448, SD2-1284 and SD2-866; fixed multiple UndoSteps after renaming an entity. 17 years ago
Daniel Grunwald b72bc33dd1 Fixed Xaml Attribute Value completion (completion was showing options for wrong property) 17 years ago
Daniel Grunwald eaca0978dc Rename category for WPF project templates from ".NET 3.0" to "WPF". 17 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 17 years ago