David Srbecký
3c97029fc0
Significantly beefing up the MetaData wrapper
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3154 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
9c8d604831
Detaching from a process no longer causes the text editor to jump to the line of code where the process was paused just before detaching.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3153 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
85d23aec85
SharpDevelop process is not added to the list of processes in the Attach to Process dialog. This prevents SharpDevelop from attaching to itself causing it to hang.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c2c5e8b021
Add log4net, NUnit, PartCover source code to Vendor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2ba44dd381
Merge Vendor/DockPanelSuite v2.1:v2.2 to SharpDevelop/Src/Libraries/DockPanel_Src.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3146 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
ce1d104029
Add "Vendor" directory.
...
Make WpfDesigner GetBitmapExtension.ProvideValue thread-safe.
Make FileUtility.IsBaseDirectory more efficient.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3142 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0d9676f6f5
Applied patch by Ivan Shumilin: Choose class dialog for WPF Designer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3141 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
b626e87b20
Fixed SD2-1253 / SD2-1368 (Allow file templates to add GAC references to the project), based on patch by Siegfried Pammer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
f9bf7d61cd
r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200
...
Fixed VB parser bugs related to ":" statement separator use in global scope
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
b373049a0b
r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200
...
Fixed SD2-1426: VB parser fails on fields separated with :
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3138 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
dbba4a13eb
Rewritten Breakpoint and SourcecodeSegment classes. SourcecodeSegment is now immutable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3137 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
8759a05e66
Yet again significantly rewriting process state control
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3136 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
a0320660b3
Breakpoints:
...
Do not use ISymUnmanagedReader.GetDocument. It is broken if two files have the same name.
Do not use ISymUnmanagedMethod.GetOffset. It sometimes returns negative offset.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3135 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
755f269c55
Sort variables alphabetically
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
d876c23d12
Debugging of .NET 1.1 programs is not supported
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3133 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
2545154105
Changed semantics of Process.Terminate: The process is not immediately marked as exited; It is marked as exited when the callback is received.
...
Added tests for process termination.
Tracking of COM objects is no longer outputted to the console.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3132 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
b30d1d7366
Thread now has only one terminating event: Thread.Exited
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3131 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
caca8e4c40
Removed caching of values in thread - it is possible to get thread state only in paused state.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3130 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
34eb4521bc
The external tools options page no longer shows an invalid tool error message for a command such as ${SdkToolPath:ILDasm.exe}.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3129 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0e240f6375
Subversion 1.5 can move already-moved files and directories; so we can cleanup the SubversionAddIn code a bit and automatically add new directories to version control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6139a17a8b
Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3126 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
134fd3a2f9
Fixed SD2-1405: VB ! operator does not parse
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3125 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
f57361a316
Fixed SD2-1422: VB Parser throws exception dealing with some attributes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3124 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
51b80f6f6d
Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3123 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
71bc008c82
Fixed forum-7917: Indentation is being erroneously applied to inline attributes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3122 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
486fac00b6
FileUtility's NetFrameworkInstallRoot now returns the correct folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3121 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
fc91d0fdd7
Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3120 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
01842182c2
Improved the searching for SDK executables.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3119 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a1093526c3
Fixed two bugs in the HighlightingEditor (might fix forum-7900).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3118 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
03a8ae3612
Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
8d6b59bf0d
Fixed SD2-1301: Debugging when Windows started in debug mode
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3116 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
10c2f3348e
Fixed SD2-1423: Thread state is invalid exception when breaking into application after main thread finished;
...
Including test
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3115 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
1ffe463bab
Fixed forum-7686: make code completion in CSharpCodeCompletion sample work better when the edited code has syntax errors/incomplete code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6c80e7b99b
Added managed Caret implementation to the TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
395b525929
Added Module.GetNamesOfDefinedTypes - this one includes generic types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3112 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
2cd06c6232
Make sure not to include "return parameter" into methods parameter count
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
ab6a579558
Added Module.GetDefinedTypes; Only non-generic types are returned at the moment;
...
Added test for it
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3110 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
1bd7eca986
Documented ProcessExitedException. Added a new constructor, as well as a ProcessName property. I cannot populate these yet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3109 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
f669b4752e
Incremented debugger version to 3.0.0.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
06766bc96d
Fixed SD2-1387: Freezing a thread may hang SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3107 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
34c72f5b81
Fixed SD2-1118: Trying to manualy close the debuggee while the Local variables pad is loading nodes throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
27a2bf0f17
Updating of TaskListPad is much faster now.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
8dabd77b02
added method insight for constructor chaining
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3104 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
10ad362c70
Fixed SD2-1395: Cannot see the value of static members of a class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3103 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
676eaa7cb6
Arrays are divided into ranges of 100 elements in Tooltips
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
fbab0fe085
Test output updated for interfaces;
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3101 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
d0f467cf57
Added support for attaching the debugger to a running process.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3100 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
5c4b0a9fd4
Rewritten exception handling - Debugger.Exception is now just a convenience wrapper class around the run-time value.
...
Added "$exception" variable to the local variables pad.
ExceptionForm generalized to DebuggerEventForm.
Permanently removed exception history pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3099 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4088319ffe
Code completion sample was using the obsolete Instance property on VBNetAmbience and CSharpAmbience.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
ffa9599181
Fixed null reference when the WorkbenchSingleton's MainForm is used in unit testing.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3097 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago