Siegfried Pammer
19406653ea
- improved WPF designer in some areas
...
- added missing implementations of methods in VBNetFormattingStrategy
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4823 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
7a2a122631
Debugger tooltips for IEnumerable<T>.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4822 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
e56d8c0501
Grid visualizer uses DebuggerHelpers.CreateDebugListExpression to fill a List by IEnumerable inside the debuggee and then display the List.
...
Implemented ExpressionEvaluator.VisitObjectCreateExpression.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4821 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
34cd8c436d
Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4820 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
18f3aca132
Use Ctrl+Click as go to definition.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
ffa6cf7b41
- removed x-support from XamlResolver
...
- added XamlNamespacePrefix to XamlContext
- fixed invalid placement handling in GridPlacementSupport
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4818 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
679866ec5a
NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers.
...
This fixes the ReflectorAddIn being unable to find such indexers in Reflector.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4817 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
ce43d8fd7f
ReflectorAddIn: Fixed finding nested classes and members thereof.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4816 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1e7b6e0785
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4815 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2d27ca98aa
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b9e1ce7c02
Store string resources as .resx instead of .resources in the repository.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4813 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
4ecf8be05c
profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4812 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d7cd3faf36
LoadSolutionProjectsThread: use multiple processor cores for parsing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4811 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
511a9016f8
Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4810 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
35d7d32d29
trying to fix build with x:Name instead of Name
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4809 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
b781b6e676
Text visualizer has two separate buttons for Copy to clipboard and Close.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4808 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
9c38d149a0
Unit test for explicit method argument typing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4807 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
d0cfba4f9e
Value.Array* return 0/null instead of throwing exception for non-arrays
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4806 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
8d63e4c377
Explicit names in tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4805 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
23f007c2b7
Use explicit typing information during evaluation
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4804 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
03b7647f0f
- moved some debugger classes to extra files
...
- ported conditional breakpoints to WPF
- added ability to switch scripting language in conditional breakpoints, watch pad and console pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4803 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
2372730244
Add explicit type informations to expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4802 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
fc6637a32f
Text visualizer has word wrap and copy to clipboard.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4801 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5624365c38
Fix unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4800 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5a692a7100
Replace equals sign with space to match new PartCover command line syntax.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4799 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
2b0b4a00fb
Added Text visualizer.
...
Visualizers in tooltips are shown only when appropriate.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4798 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
c7acc102a8
Upgrade to PartCover 2.3.
...
Set /32BIT flag on PartCover.exe
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4797 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
c0fc3b4841
fixed bug in XamlColorizer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4796 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
52ab692214
Object graph visualizer shows fields.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4795 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
beb31a729a
ported VB.NET formatting strategy to ITextEditor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4794 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
4ea09fbbae
Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4793 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2c9c5991ea
Fixed memory leak in GotoDialog.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4792 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
cc06eec997
- corrected typo in ITextEditorOptions
...
- added AllMembers to IClass
- improved console (allow Ctrl+A, Delete or Backspace to clear the console)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4791 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
31b994266c
Use WPF "DoEvents"
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4790 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b6fc279f87
Trying to fix the zero-height bugin AvalonDock (repro steps were: close last pad in a pane, change layout, change layout back, reopen pad).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4789 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
793d82a9df
Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David.
...
Started implementing Eval.NewObject.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4788 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
a8f50a6850
Fixed NullReferenceException in go to dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4787 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1a9f2ab7f0
Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4786 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
dcf2544f20
Show methods in current file in the Go To dialog.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4785 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
8c715253b5
Add WPF Designer back to SharpDevelop 4.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4784 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
36baa1af87
Move WPF Designer to .NET 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4783 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7dd5d67102
ITextBufferVersion: add MoveOffsetTo method
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4782 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
8429b4a3af
Restore XamlDesigner to match old WPF Designer version
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4781 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
c21ee80fc1
Some FxCop cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4780 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
46caf75b22
A few FxCop fixes and missing documentation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4779 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
05982705ab
Code cleanup; fixed moving controls in and out of containers that had transforms applied.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4778 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d47aae7e41
GrayOutDesignerExceptActiveArea: only primary selection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4777 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1884f91c61
Fix unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4776 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
8a6b4fe28c
Get rid of own HashSet implementation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4775 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
fb3be54913
DragMoveMouseGesture bugfix: use coordinates relative to design panel because MoveLogic expects those.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4774 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago