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
Matt Ward
991064b28a
Add t4 file template and icons.
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
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
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
01c619cdf0
Fixed incorrect AddIn.xsd, and make BuildAddinDocumentation validate the schema before saving it ( http://community.sharpdevelop.net/forums/t/12508.aspx )
15 years ago
Eusebiu Marcu
40321dfa11
fix StepInto command
15 years ago
Daniel Grunwald
dce2df4ca7
Fixed thread-safety issue in DefaultProjectContent (possible cause of crash #495 )
15 years ago
Daniel Grunwald
80c4354dc9
Fix SD-1806 - VB source exception - "public" at the end of source
15 years ago
mkonicek
1f93d4cd8e
Code completion for generic types - "List" is inserted, not "List<".
15 years ago
mkonicek
b47a93ab1e
Code completion for generic types inserts only e.g. "List<" instead of "List<T>".
...
Suggested item works as before, e.g. List<int> l = new "List<int>" is inserted.
15 years ago