3207 Commits (a8272b61ec04b75857f056a14c19721fc6d437fb)
 

Author SHA1 Message Date
David Srbecký ce0ef733f8 Print paused location for the Paused event; 17 years ago
David Srbecký 55e8e0bd7e Rewritten the stepping engine; 17 years ago
Justin Dearing 7c761d5574 Project icons in the Projects pad now have a new context menu item that will open the folder where the projects output binaries are placed. 17 years ago
Justin Dearing 71bc1faf33 Added xmldocs and Description attributes to TreeViewAdv. 17 years ago
Justin Dearing ae26ff1fcf Simplified code from commit 3225. 17 years ago
Justin Dearing 6c8cab23dc Added "Open containing folder in explorer" to the editor tab context menu. 17 years ago
Matt Ward ee432c5ff0 Remove dot characters from generated WiX component ids. 17 years ago
Matt Ward 3dfb4d627d Set the KeyPath to true when adding a file with its own parent component in the WiX setup files editor. 17 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 17 years ago
Matt Ward aab683551f Added Boo.Lang.Interpreter.dll to installer. 17 years ago
Matt Ward 9da02aafb0 Update to WiX 3.0.4311.0 17 years ago
Matt Ward fc1a8bb8ec Diff menu item in WiX setup files editor now shows new directories that are missing from setup. 17 years ago
Matt Ward 46e71bc93d Added an Add Files menu item to the selected directory node in the WiX files editor. This menu item will add multiple files, each with its own parent component, to an existing directory tree node in one step. 17 years ago
David Srbecký 07eb82d08e Improving performance of metadata enumerators 17 years ago
David Srbecký 78112c7a92 A few more checks that the process is alive before any callback is issued 17 years ago
David Srbecký 5278f2a2a3 Made the debugger console output a bit less verbose 17 years ago
Daniel Grunwald b7cab5f225 Support building C++ projects using Windows SDK 6.1. 17 years ago
David Srbecký 18ab7bbb3c Use the fallback method is evaluation of Exception.StackTrace fails. 17 years ago
David Srbecký 3c29d64ad4 All methods without symbols are marked as non-user code 17 years ago
Daniel Grunwald cb0ac968c0 Fixed overwriting selected text by pasting. 17 years ago
Daniel Grunwald d2214c97ef Apply WPF_Designer_2008.07.09.patch by Ivan Shumilin. 17 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 17 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 17 years ago
David Srbecký 40696330b0 Extended testing of non user code stepping; 17 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 17 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 17 years ago
David Srbecký 98f6813a49 Debugging the failing test.. 17 years ago
David Srbecký dbe1eb1c3f Fixed "Value does not fall within the expected range." that occurred while getting base type for Object or Pointers 17 years ago
Daniel Grunwald c6c5cf6b4a Prevent user from deleting the console pad prompt. 17 years ago
David Srbecký b767600ba8 Forgot to deregister process start event 17 years ago
David Srbecký dfa2158fc4 Fixed Forum-7997: Error getting a name of a thread; 17 years ago
David Srbecký 403efef2ae Update string resources; 17 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 17 years ago
David Srbecký f205eaa07b Pretty printing of unit tests: Collapsed Is* into one property. Inline enumerators. 17 years ago
David Srbecký 074deab11a Changing the API for Value and DebugType - removed a few Is* properties. 17 years ago
David Srbecký 72fa7ab914 Initial support for pointer types 17 years ago
David Srbecký cd1de9b0e0 Test for debug types 17 years ago
David Srbecký cd3db50fd9 Support for trivial assignments 17 years ago
Justin Dearing ea4459b6ce snk files now have an icon when displayed in the IDE. 17 years ago
Justin Dearing 02bbecf0b6 Key icon for snk file. 17 years ago
David Srbecký 5972f6a9b9 CorValue and RawCorValue are not outputted in unit tests 17 years ago
David Srbecký bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 17 years ago
David Srbecký c6d12ccc2b Error messages in the debugger console are a little bit more useful now; 17 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 17 years ago
David Srbecký 8dfad3484c Sport for array indexers in the debugger tooltip 17 years ago
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 17 years ago
David Srbecký f21e918f6d Fix: "A reference value was found to be bad during dereferencing." 17 years ago
David Srbecký 1c894968d7 Accept new test output: Container changed from array to List<T> 17 years ago
David Srbecký 8b95a3cfb5 Moved some convenience methods from Expression.Create to MethodInfo 17 years ago