3365 Commits (08ccdbccfd905b4c1ce82afa9413f90885f753da)
 

Author SHA1 Message Date
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
Matt Ward 357c0fdfd9 Installer now checks that .NET 3.5 SP1 is installed. 17 years ago
Ivan Shumilin 1cf6a442ae Dispatcher.BeginInvoke(delegate, priority) -> Dispatcher.BeginInvoke(priority, delegate) 17 years ago
Daniel Grunwald 1dc0c12074 Fixed build. 17 years ago
Daniel Grunwald 690d353d37 Fixed forum-8290: Do not add "static" to constants when converting a VB module to a C# class. 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 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 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 a785866cc9 Updated resources for watch pad 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 17 years ago
Christian Hornung 05ab24a760 Fixed SD2-798 - New items are not sorted in the project browser. 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 c3430df42a Updated translation files 17 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 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
Christian Hornung 996abff0a4 Fixed the project browser view state not being restored when a solution is opened by double-clicking it in Explorer or by passing its file name on the command line. 17 years ago
Christian Hornung c8de34803e Implemented SD2-1293 - Creating a DependentUpon file in the Project Browser: 17 years ago
Christian Hornung 73bc1fcfbf Added some application state information to exception reports. 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
Christian Hornung 7ef74e4d65 Exception reports now contain a list of recent log messages. 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
Daniel Grunwald 0ab5c4b55e At "Caret Line" to text editor (disabled by default) - based on patch by Troy Simpson. 17 years ago
Daniel Grunwald ce47d3c5db Throw descriptive exception when escape character '@' is at the end of a highlighting expression. 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 6cfe4d7270 Fixed setup. 17 years ago
Christian Hornung 5352e87454 Updated language resources to fix missing strings. 17 years ago
Siegfried Pammer 5207666951 Removed unused using statements 17 years ago
Siegfried Pammer 6bcc5a213f Reverted the old buffer system and fixed some bugs 17 years ago
Daniel Grunwald 79e074f98f Fixed CancelLongRunningAppTestFixture test - process.Kill() / Win32 TerminateProcess does not wait for the termination to finish, so sometimes the test has to wait a bit to see if the process was killed successfully. 17 years ago
Daniel Grunwald d7dbbec1fe Make ${ItemPath} expand to an empty string when the active view content has no opened file (e.g. start page) 17 years ago
Matt Ward cb386ead2a Fixed a null reference exception that occurred when opening the Component Inspector in a release build. 17 years ago
Ivan Shumilin fb4e3c1e98 - Resize snaplines bugfix 17 years ago
Daniel Grunwald 452268760a Update default docking layouts (move Console pads to bottom) 17 years ago