Justin Dearing
3da8d3a189
renamed a variable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3250 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2b634df095
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3249 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
50a505b8c4
Added the Reflector AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3248 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
bc1f3d9112
You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3247 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
4d76a8e594
PropertyGrid for WPF Designer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3246 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d2b66aed54
When the code-completion window is opened with Ctrl+Space/"complete when typing", deleting the completed text with backspace closes the code-completion window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3244 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
08f28dd947
Saved window state in DebuggingOptions for the DebugeeExceptionForm and DebugeeExceptionForm.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3243 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
c98197cf2f
You can now "Open containing folder in explorer" from the Project pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3242 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
5b9b7d207d
Exceptions are now displayed with DebuggeeExceptionForm instead of DebuggerEvenrForm. DebugeeExceptionForm displays the exception in a TreeViewAdv.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3241 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
f8f2a4d175
Updated strings for ExtractInterface.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3240 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
8652900dd2
Fixed build error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3239 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
ee345d0825
Support creation of all primitive types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3238 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
9218a36d0b
The console is able to box values;
...
Added Value.IsReference property
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3237 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
99bb0a198e
Fixed breakpoints for whitespace lines
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3236 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
572503b932
Better support of pointer values
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3235 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
851fa495d7
Set SolutionPath environment variable when building C++ projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3234 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
bf9683cd0f
Extend the lifetime of StackFrame
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3233 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
e4f4a70f3c
Updated resource strings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3232 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
4ae83b9c5c
Grammar correction
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
ce0ef733f8
Print paused location for the Paused event;
...
Do not include base types in the DebugType test
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3230 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
55e8e0bd7e
Rewritten the stepping engine;
...
Extensive unit test for stepping
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3229 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
7c761d5574
Project icons in the Projects pad now have a new context menu item that will open the folder where the projects output binaries are placed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3228 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
71bc1faf33
Added xmldocs and Description attributes to TreeViewAdv.
...
SetAutoRowHeight to true on the TreeVeiwAdv in the LocalVarPad.
You can now maximize the DebuggerEventForm.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3227 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
ae26ff1fcf
Simplified code from commit 3225.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3226 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
6c8cab23dc
Added "Open containing folder in explorer" to the editor tab context menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3225 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
ee432c5ff0
Remove dot characters from generated WiX component ids.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3224 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
3dfb4d627d
Set the KeyPath to true when adding a file with its own parent component in the WiX setup files editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3223 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
bb1c30b9b6
All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file.
...
Added ChainIndex and FrameIndex to the StackFrame class
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3222 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
aab683551f
Added Boo.Lang.Interpreter.dll to installer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3221 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
9da02aafb0
Update to WiX 3.0.4311.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3220 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
fc1a8bb8ec
Diff menu item in WiX setup files editor now shows new directories that are missing from setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3219 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
46e71bc93d
Added an Add Files menu item to the selected directory node in the WiX files editor. This menu item will add multiple files, each with its own parent component, to an existing directory tree node in one step.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3218 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
07eb82d08e
Improving performance of metadata enumerators
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3217 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
78112c7a92
A few more checks that the process is alive before any callback is issued
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3216 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
5278f2a2a3
Made the debugger console output a bit less verbose
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3215 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
b7cab5f225
Support building C++ projects using Windows SDK 6.1.
...
Solution.GetActiveConfigurationsAndPlatformsForProjects: Use .ActiveCfg entry instead of .Build.0 entry.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3214 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
18ab7bbb3c
Use the fallback method is evaluation of Exception.StackTrace fails.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3213 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
3c29d64ad4
All methods without symbols are marked as non-user code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3212 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
cb0ac968c0
Fixed overwriting selected text by pasting.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3211 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d2214c97ef
Apply WPF_Designer_2008.07.09.patch by Ivan Shumilin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3210 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2af778abe8
SD2-1366: Add Boo Interpreter back to SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3209 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
aee0bef040
Skip single-line properties during debugging
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3208 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
40696330b0
Extended testing of non user code stepping;
...
Mark generated constructors as non user code;
Fake JMC during StepOut
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3207 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9fae8aee0d
Allow specifying movement type of text anchors.
...
Make ConsolePad read-only text marker invisible.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3206 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6898622e89
Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3205 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
98f6813a49
Debugging the failing test..
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3204 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
dbe1eb1c3f
Fixed "Value does not fall within the expected range." that occurred while getting base type for Object or Pointers
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3203 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c6c5cf6b4a
Prevent user from deleting the console pad prompt.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3202 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
b767600ba8
Forgot to deregister process start event
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3201 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
David Srbecký
dfa2158fc4
Fixed Forum-7997: Error getting a name of a thread;
...
The problem was that ICorDebugValue2.ExactType returned null.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3200 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago