Eusebiu Marcu
5d5d266a9d
Remove dynamic code. Simplify debugging decompiled code.
14 years ago
Daniel Grunwald
0b5295f6c1
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
14 years ago
Siegfried Pammer
92e8c64cd1
fixed misplaced Validate calls
14 years ago
Siegfried Pammer
881e805f18
fix bugs in FormLocationHelper introduced by 5a252208b6
, now it should work even better with multiple monitors
14 years ago
Daniel Grunwald
48b5e0e52f
Add decompiler functionality to ILSpy AddIn.
14 years ago
Daniel Grunwald
753dfd5d65
Remove Eusebiu's metadata decompiler.
14 years ago
Daniel Grunwald
05243c86cd
Make options dialog start centered.
14 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
14 years ago
Daniel Grunwald
d77090270c
Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1:
...
- close project options view when the project is removed from the solution
- use an event on MSBuildBasedProject to detect a changed tools version, instead of querying it whenever the option page becomes visible
14 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
14 years ago
Eusebiu Marcu
6fe1ac9d76
Read virtual memory of a process.
14 years ago
Eusebiu Marcu
70ee998c95
Add memory pad for debugged process memory
14 years ago
peterforstmeier
5a252208b6
Patch from http://community.sharpdevelop.net/forums/t/12899.aspx
15 years ago
Daniel Grunwald
d209e6830f
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
15 years ago
mkonicek
74584ef078
Object graph - better formating of type names.
15 years ago
Siegfried Pammer
41b10e921c
fixed scrolling in Console-Pads
15 years ago
Daniel Grunwald
f2f61d6c5e
Fixed bug in window bound restore code (introduced in 1230d8a392
)
15 years ago
Daniel Grunwald
271d06aeed
Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file.
15 years ago
Eusebiu Marcu
7acf7a7e42
Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)."
...
This reverts commit a491d12952
.
15 years ago
Eusebiu Marcu
a491d12952
Lock view contents when debugger starts and refresh icon since we don't support EnC (yet).
15 years ago
Daniel Grunwald
1230d8a392
WpfWorkbench: Fixed window bound restore code
...
- When closing a minimized SharpDevelop instance, save the previous state (before minimizing)
- Use RestoreBounds so that window size is saved even when maximized
- Validate the bounds being restored (avoid placing SharpDevelop on deactivated monitor)
15 years ago
Eusebiu Marcu
b648951f54
Using CodeDom to generate metadata files.
...
Add Option dialog for expand references
15 years ago
Eusebiu Marcu
a09e984bec
First working versions: one can view all references public metadata
15 years ago
Eusebiu Marcu
f8d5fe6eb7
Created tree nodes.
15 years ago
Eusebiu Marcu
15869bb156
Set default port when the saved value is null
15 years ago
Eusebiu Marcu
de9fcd67de
Use the Environment to get the ProgramFiles location;
...
Save Port when using IIS EXpress
15 years ago
Daniel Grunwald
6497f4a12f
Fix SD-769: Missing file still shown as missing in project browser after opening
15 years ago
Eusebiu Marcu
f51a45646d
support IIS Express
15 years ago
Eusebiu Marcu
e8e1ca322c
Add ProcessMonitor to monitor the creation of worker process
15 years ago
Eusebiu Marcu
449521311b
Minor UI changes; minor WindowsDebugger changes.
15 years ago
Eusebiu Marcu
529abc2e3d
support starting urls and attach to the default process (browser or other)
...
resize the web server group
15 years ago
Eusebiu Marcu
4d512d8fd7
Add WebServer group in Debug tab
15 years ago
Daniel Grunwald
5c996dfbee
After testing for IDisposable; cast to IDisposable, not to ExtTreeNode.
15 years ago
Daniel Grunwald
710b0e8f30
Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky)
15 years ago
Siegfried Pammer
66cfa9957e
fixed background color of ColorPicker popup
15 years ago
Eusebiu Marcu
301352be07
add collapse all to unit tests pad
15 years ago
Eusebiu Marcu
0a986b486a
Collapse all in project browser pad and class browser pad
15 years ago
Siegfried Pammer
bbe1cdb13a
use WpfDesigner color picker in ColorPicker button
15 years ago
Daniel Grunwald
7ec189fc1d
Add 200ms timeout to CaretReferencesRenderer.
15 years ago
Siegfried Pammer
9f130b0233
fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception.
15 years ago
Daniel Grunwald
b9b8378eae
Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus
15 years ago
Daniel Grunwald
93cd842df3
Fixed focus problem when opening workbench window containing multiple view contents.
15 years ago
Daniel Grunwald
597309b10d
Handle COMException when dragging files from Thunderbird to SharpDevelop ( http://community.sharpdevelop.net/forums/t/12271.aspx ).
15 years ago
Matt Ward
b61b8e72bb
Fix null reference exception when selecting Show All Files after adding a new folder and file inside that folder.
15 years ago
Daniel Grunwald
533605baf9
Add main menu command for "Add new project to existing solution".
15 years ago
Daniel Grunwald
3f1827d849
Fixed NotSupportedException when using "Options" command in AddIn Manager.
15 years ago
Daniel Grunwald
4eb879cda0
Avoid crash on invalid version numbers in assembly references.
15 years ago
Daniel Grunwald
893b1db554
Fixed expanding project node in classes pad when the project contains missing files.
15 years ago
Boris Kozorovitzky
36f3f09689
Allow custom find logic for treenodes
15 years ago
eusebiu
b53f8635f2
Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls
15 years ago