mkonicek
32ba95171c
Minor cleanup.
15 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
15 years ago
Daniel Grunwald
05243c86cd
Make options dialog start centered.
15 years ago
Daniel Grunwald
a7938d7e56
Work around a WPF issue when %WINDIR% is set to an incorrect path
15 years ago
Daniel Grunwald
9b9758974c
Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters)
15 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
15 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
15 years ago
Daniel Grunwald
947f4eea3e
Add workaround for exception in RefactoringService.FixIndexerExpression
15 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
15 years ago
Daniel Grunwald
e647623199
Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params'
15 years ago
Daniel Grunwald
9c5bdcc801
Look up xml documentation in reference assemblies folder.
15 years ago
Boris Kozorovitzky
1199d0915b
Tooltip in toolbar combobox
15 years ago
Eusebiu Marcu
6fe1ac9d76
Read virtual memory of a process.
15 years ago
Eusebiu Marcu
ae0d2b3e51
Put icon bookmark inside the Location column. Fix resize issue.
...
Remove enable/disable all from BookmarkPad.
Rename some namespaces.
Fix jumping to bookmarks in the file.
15 years ago
Eusebiu Marcu
70ee998c95
Add memory pad for debugged process memory
15 years ago
Daniel Grunwald
441d644366
Fixed bugs in DocumentationTag implementation.
15 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 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
Daniel Grunwald
d793900605
Fixed memory leak (and potential thread-safety issue) in SD.Dom.
...
ExtensionMethodsPublic.memberSignatureComparer.parameterListComparer.cachedHashes was keeping references to all methods that were ever compared.
15 years ago
Siegfried Pammer
f447cb6918
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
15 years ago
Daniel Grunwald
df5b8df4cd
Fix build.
15 years ago
Daniel Grunwald
632c44e10e
Inherit conditions into child codons (lexically within the same .addin file).
...
This ensures that, if a parent menu item is disabled, its child menu items cannot be executed using a shortcut. (at least for children defined within the same .addin file)
15 years ago
mrward
e37603ba57
Support excluding code behind files from a project.
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
34da9b3fad
Code completion for generic types - insert only e.g. "List" instead of "List<T>".
...
This is a backport of Martin's commit b47a93ab1e to 4.0.
15 years ago
mrward
50d17bbe3a
Save recent NuGet packages used in properties file.
15 years ago
Matt Ward
dcc21eeb99
Fix ArgumentOutOfRangeException when searching for references on array indexer.
15 years ago
Daniel Grunwald
f2f61d6c5e
Fixed bug in window bound restore code (introduced in 1230d8a392)
15 years ago
Eusebiu Marcu
ab9f590fba
Fix Access Denied error when opening the same type (thanks to Martin).
15 years ago
Eusebiu Marcu
d9a90d7903
set the file extension form CodeDomProvider;
...
make the temp file readonly
15 years ago
Eusebiu Marcu
72660e19dd
fix harcoded extension in metadata file - http://community.sharpdevelop.net/forums/t/12700.aspx
15 years ago
Daniel Grunwald
967cabaa4c
Improvements to CodeGenerator.InsertAfterLine (fixed forum-12661: Bug in code refactoring for VB.NET)
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
Daniel Grunwald
78c9644b88
Fix forum-12634: ArgumentNullException on Right click on Project Upgrade tab and call "Navigate to file"
15 years ago
Daniel Grunwald
ad6433694b
Bump version number to 4.0.1.
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
Daniel Grunwald
bfcd3b9352
Avoid crash in BuildWorker when trying to build a project that was deleted.
15 years ago
Eusebiu Marcu
50e8e7d16a
add check on ReadMetadata
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
e500e6c11a
Polish the edit of vars WatchList Pad - more like VS
15 years ago
Eusebiu Marcu
5ecfc6dfa4
Rename IISExpressProcessLocation
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