2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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
Christian Hornung 7ca6d25437 Fixed unit tests. 17 years ago
Christian Hornung 1467245840 Fixed SD2-1374 (Property Pad hides "Design" category for Datasets) and SD2-1375 (DataSet's Modifiers property is reset after changing a control's property). This seems to be a problem with how SharpDevelop does not access a certain service of the WinForms designer regularly. See the comments in the source for more details. 17 years ago
Daniel Grunwald ef8ee6e782 Fixed SD2-1453: Crash in class diagram when clicking VB "MyProject" class 17 years ago
Daniel Grunwald 08ccdbccfd Add outline view pad. 17 years ago
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 17 years ago
Daniel Grunwald 185ae7e2b0 Enable WPF designer only for Window and UserControl. 17 years ago
Daniel Grunwald a2c9321fef Add back GrayOutDesignerExceptActiveArea. 17 years ago
Daniel Grunwald 300d8a5e19 Implemented .xaml code completion. 17 years ago
Ivan Shumilin 1cf6a442ae Dispatcher.BeginInvoke(delegate, priority) -> Dispatcher.BeginInvoke(priority, delegate) 17 years ago
Matt Ward 0474a93678 Added support for nunit-console-x86.exe so 32-bit unit tests can be run on a 64-bit system. 17 years ago
Daniel Grunwald b4909233cf Added unit test for VBNetToCSharpConvertVisitor.FullyQualifyModuleMemberReference. 17 years ago
Daniel Grunwald 7d4c78a8a9 When adding an assembly reference, check if the code-completion information needs to be refreshed. 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 17 years ago
David Srbecký a49fe97ea7 If parameter of a function is a value type unbox it. This does not always work, but it is a better guess. 17 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 17 years ago
David Srbecký 0e7d5082dd Fixed a bug caused by extending the search scope to supertypes 17 years ago
David Srbecký 8436503701 Started implementation of evaluation of InvocationExpression 17 years ago
David Srbecký 97f4fbf9e2 SD2-1443 - Moving mouse over "ref" parameter after stack overflow causes exception 17 years ago
David Srbecký 403b178df6 Include class name in the callstack pad. 17 years ago
David Srbecký 0471cf253f If there is no stack frame with symbols use the first one without symbols for evaluation 17 years ago
Siegfried Pammer 0c23a5bcdf fixed some bugs in the hex editor 17 years ago
David Srbecký 68811b3f16 Issue the breakpoint hit event outside the COM callback. This allows the continue and terminate commands to be issued and allows evaluation of expressions. 17 years ago
Matt Ward 6997465bff PythonConsole now uses a read-only text marker for the read-only region and stops the undo action affecting text before the prompt. 17 years ago
Ivan Shumilin 25d5dbe794 Fix build problem 17 years ago
Ivan Shumilin 74a952bdb5 WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone) 17 years ago
Ivan Shumilin bdaf548e67 - Zoom / Pan 17 years ago
Matt Ward 0db8890eeb Open file dialog now shows Microsoft.StyleCop.dll as a file filter when looking for the style cop path in Tools Options. 17 years ago
Matt Ward 55bd3aeb8a Source Analysis addin now working with StyleCop 4.3. Code now checks that the settings editor executable exists before running it. 17 years ago
Ivan Shumilin 945d491f87 - Commands routing (for integrated and standalone WPF Designer, CCP still not implemented) 17 years ago
Ivan Shumilin b2015b1d0b - Improve PropertyGrid performance (select, move, undo much faster now) 17 years ago
Christian Hornung 5352e87454 Updated language resources to fix missing strings. 17 years ago