2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
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 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 f54b4e40ab Performance tweaks to code completion: 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 eb46887d5f Prevent project resource image editor from resetting the custom tool to ResXFileCodeGenerator when PublicResXFileCodeGenerator is selected. 17 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 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 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
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
Christian Hornung e47f4df2ea Windows.Forms designer: Fixed detecting the wrong LocalizationModel when an extender provider with a string property is used. Show "please wait" label during reload when changing the language. 17 years ago
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 17 years ago
Ivan Shumilin 52a743f540 Generate event handlers in a form "itemName_eventName". 17 years ago
Ivan Shumilin c193bb0ec0 - Draw red border if name is not correct or if name is empty + events tab opened 17 years ago
Ivan Shumilin 6812aa497e - Update code related to XamlObject.XmlAttribute (ME support) 17 years ago
Ivan Shumilin 110e3d9954 Create controls immediately when dragging from the toolbox 17 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 17 years ago
Daniel Grunwald 05cc680378 Fixed build. Use DefaultClass instead of MockClass, otherwise the unit tests need adjustment way too often. 17 years ago
Ivan Shumilin 75d75ce3ff handle delete command inside the outline view 17 years ago
Ivan Shumilin edd4afa5ae - repair PermanentAdornerProvider 17 years ago
Matt Ward e857b636d9 Fixed SD2-1335. Xml editor now catches any WebExceptions which can occur for any externally referenced DTDs when the user is offline. 17 years ago
Siegfried Pammer 6136b45d69 Improved range checking of variable references 17 years ago
Ivan Shumilin a2c2607b20 - Designer commands now work in OutlineViewPad 17 years ago
Ivan Shumilin 3fd8c5dc72 Default sizes, some initializers 17 years ago
Daniel Grunwald 05c09266d3 Fixed build. 17 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 17 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 17 years ago
Daniel Grunwald 6238250a69 Fixed unit tests. 17 years ago
Daniel Grunwald 57a8e59803 Fixed build. (don't commit while chatting about a different part of SharpDevelop) 17 years ago
Daniel Grunwald 4333bf1d26 Add missing documentation for WpfDesign.XamlDom. 17 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Christian Hornung 6a23957e5f Fixed ResourceToolkit crash when resolving in certain VB code where the region of the ExpressionResult is not set. 17 years ago