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
Daniel Grunwald
bfcd3b9352
Avoid crash in BuildWorker when trying to build a project that was deleted.
15 years ago
Daniel Grunwald
de4c77b629
Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor).
15 years ago
mrward
99d51fb502
Save the selected NuGet package source.
15 years ago
Eusebiu Marcu
53565fa27e
fix ChangeMarkerMargin error OnMouseMove when SyntaxHighlighting is null - http://community.sharpdevelop.net/forums/t/12633.aspx
15 years ago
mrward
507ddc6228
Support switching between repositories in the Add Package Reference dialog.
15 years ago
mrward
af8c908abb
When searching for packages retrieve the total number of filtered packages and not the total number of packages in the repository.
15 years ago
Eusebiu Marcu
50e8e7d16a
add check on ReadMetadata
15 years ago
mrward
fd3fffd606
Fix InvalidOperationException when paging through results and the total items on the page is less than the page size due to package version filtering.
15 years ago
mrward
6897fec275
Show 'Send to F# Interactive' in text editor right click menu.
15 years ago
mrward
53ee8d65d4
Hide page numbers when package search returns a single page of results.
15 years ago
Eusebiu Marcu
ef02c7c462
Merge remote branch 'eusebiu/ExpandReferences'
15 years ago
Eusebiu Marcu
b648951f54
Using CodeDom to generate metadata files.
...
Add Option dialog for expand references
15 years ago
mrward
5da955fecb
Add NuGet package management addin.
15 years ago
Eusebiu Marcu
1fecdade8f
fix unhandled exception when attaching.
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
bc9215733c
Check if CurrentProject exists - Fix NullReference
15 years ago
Tomas Linhart
1525235736
Matrix control now hovers x and y lines.
15 years ago
Siegfried Pammer
272502e229
SD-1592: folding controls are customizable
15 years ago
Siegfried Pammer
aeee313f0b
added copy-button to diff-tooltip
15 years ago
Siegfried Pammer
0a4a65a94e
reimplemented deletion as modification of data
15 years ago
Siegfried Pammer
4b7f38fe9b
improved diff tooltip
15 years ago
Daniel Grunwald
976156700f
Set e.Handled=true in TextArea.Drop handler.
15 years ago
Eusebiu Marcu
529f10197c
Polish WatchList - the evaluation of vars will be when expanding the node.
15 years ago
Eusebiu Marcu
3850f794c4
Fix opening the item when editing
15 years ago
Eusebiu Marcu
e500e6c11a
Polish the edit of vars WatchList Pad - more like VS
15 years ago
Eusebiu Marcu
525c75cad2
New features in WPF WatchPad:
...
- add new watch using Ins key
- ability to edit the name of the variable using also autocomplete.
15 years ago
Eusebiu Marcu
5ecfc6dfa4
Rename IISExpressProcessLocation
15 years ago
Eusebiu Marcu
ddb292a154
Merge remote branch 'eusebiu/PropertiesWebPage'
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
ce7d7d326b
Fix build.
15 years ago
Daniel Grunwald
e12e17f6e0
Fixed InvalidOperationException when collapsing two overlapping folds.
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
1c22e596a1
fix COMException when no entry point was found.
15 years ago
Eusebiu Marcu
fa960fa480
fix WebForm template - NullReferenceException at runtime
15 years ago
Eusebiu Marcu
14bc5af12d
Make safe call on all callback
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
Boris Kozorovitzky
d732e030d4
ToolBar functionality
15 years ago
Eusebiu Marcu
449521311b
Minor UI changes; minor WindowsDebugger changes.
15 years ago
Daniel Grunwald
9d9c3dcfc0
CustomTool.GetOutputFileName: don't use file names that already exist in the project but don't depend on the base item.
15 years ago
Matt Ward
da2ae63119
Fix invalid cast exception when assigning a stylesheet to an XML file.
15 years ago
Eusebiu Marcu
de808da9ac
Update tooltip for ChangeMarkerMargin when moving mouse on near diffs.
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
9ca217c1df
Fix WatchPad issues;
...
FontFamily & FontSize in ChangeMarkerMargin tooltip are from CodeEditorOptions
15 years ago
Eusebiu Marcu
4d512d8fd7
Add WebServer group in Debug tab
15 years ago