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
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
16 years ago
Eusebiu Marcu
f8d5fe6eb7
Created tree nodes.
16 years ago
Eusebiu Marcu
15869bb156
Set default port when the saved value is null
16 years ago
Eusebiu Marcu
de9fcd67de
Use the Environment to get the ProgramFiles location;
...
Save Port when using IIS EXpress
16 years ago
Daniel Grunwald
6497f4a12f
Fix SD-769: Missing file still shown as missing in project browser after opening
16 years ago
Eusebiu Marcu
f51a45646d
support IIS Express
16 years ago
Eusebiu Marcu
e8e1ca322c
Add ProcessMonitor to monitor the creation of worker process
16 years ago
Eusebiu Marcu
449521311b
Minor UI changes; minor WindowsDebugger changes.
16 years ago
Eusebiu Marcu
529abc2e3d
support starting urls and attach to the default process (browser or other)
...
resize the web server group
16 years ago
Eusebiu Marcu
4d512d8fd7
Add WebServer group in Debug tab
16 years ago
Daniel Grunwald
5c996dfbee
After testing for IDisposable; cast to IDisposable, not to ExtTreeNode.
16 years ago
Daniel Grunwald
710b0e8f30
Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky)
16 years ago
Siegfried Pammer
66cfa9957e
fixed background color of ColorPicker popup
16 years ago
Eusebiu Marcu
301352be07
add collapse all to unit tests pad
16 years ago
Eusebiu Marcu
0a986b486a
Collapse all in project browser pad and class browser pad
16 years ago
Siegfried Pammer
bbe1cdb13a
use WpfDesigner color picker in ColorPicker button
16 years ago
Daniel Grunwald
7ec189fc1d
Add 200ms timeout to CaretReferencesRenderer.
16 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.
16 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
16 years ago
Daniel Grunwald
93cd842df3
Fixed focus problem when opening workbench window containing multiple view contents.
16 years ago
Daniel Grunwald
597309b10d
Handle COMException when dragging files from Thunderbird to SharpDevelop ( http://community.sharpdevelop.net/forums/t/12271.aspx ).
16 years ago
Matt Ward
b61b8e72bb
Fix null reference exception when selecting Show All Files after adding a new folder and file inside that folder.
16 years ago
Daniel Grunwald
533605baf9
Add main menu command for "Add new project to existing solution".
16 years ago
Daniel Grunwald
3f1827d849
Fixed NotSupportedException when using "Options" command in AddIn Manager.
16 years ago
Daniel Grunwald
4eb879cda0
Avoid crash on invalid version numbers in assembly references.
16 years ago
Daniel Grunwald
893b1db554
Fixed expanding project node in classes pad when the project contains missing files.
16 years ago
Boris Kozorovitzky
36f3f09689
Allow custom find logic for treenodes
16 years ago
eusebiu
b53f8635f2
Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls
16 years ago
eusebiu
09a6012069
GacReferencePanel: add search function
16 years ago
Daniel Grunwald
3f1dd6ba72
Use ModifierKeys instead of Keyboard.IsKeyDown.
16 years ago
Daniel Grunwald
8c1f9b3a02
Adjust unit tests to IViewContent interface change.
16 years ago
Boris Kozorovitzky
4fbbc13493
Making the Title and the Tooltip editable in ViewContent
16 years ago
Daniel Grunwald
a9dc47b030
More debug output when focus tracking is enabled.
16 years ago
Daniel Grunwald
4ef89926d0
Remove TextEditor.HideScrollBar() and expose {Horizontal,Vertical}ScrollBarVisibility properties instead.
...
Made some improvements to WatchInputBox.
16 years ago
Eusebiu
a351d20664
WatchPad + Console control
16 years ago
Daniel Grunwald
6ca892eb11
Let IViewContent decide whether it should close together with the solution
16 years ago
Expro
4e54652426
fixed SD-1150
16 years ago
Daniel Grunwald
a143badda1
Avoid build error when git commit hash cannot be retrieved (build with revision number 0)
16 years ago
mrward
569cce4d8e
Fix SD-1693 - Double clicking on line in debug output causes ArgumentException.
16 years ago
Daniel Grunwald
069426b4a6
Fixed SD-1735: Shortcut to switch between editor tabs not working
16 years ago
Daniel Grunwald
fcef5f1684
Fixed IWorkbench.ShowView(x, false) to show the newly opened view.
16 years ago