Eusebiu Marcu
6fe1ac9d76
Read virtual memory of a process.
14 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.
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
mrward
e37603ba57
Support excluding code behind files from a project.
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
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
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
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
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
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
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
mrward
57400acf44
Fix build.
15 years ago
Eusebiu Marcu
c1d5d98e0e
Break at first line of execution
15 years ago
Eusebiu Marcu
9d12a7c782
Fix delete breakpoint command with no breakpoints
15 years ago
Eusebiu Marcu
a72baabcd2
v0.2
15 years ago
Eusebiu Marcu
2dc3ec2efc
Hidden definitions v0.1
15 years ago
Siegfried Pammer
c402ab82ed
move IChangeWatcher, ChangeType and LineChangeInfo to AvalonEdit.AddIn
15 years ago
Daniel Grunwald
5c996dfbee
After testing for IDisposable; cast to IDisposable, not to ExtTreeNode.
15 years ago
Daniel Grunwald
6a8c1130b5
Minor optimization for ReadOnlyDocument.
15 years ago
mkonicek
d8083e0ce5
Fixed comment.
15 years ago
mkonicek
df5acd812d
Added comments to CaretReferencesRenderer.
15 years ago
Siegfried Pammer
e3e72b80e6
ChangeMarkerMargin: optimized refresh performance on load and save
15 years ago
mkonicek
62cad95369
Fixed build.
15 years ago
mkonicek
62a6e2cd99
Context actions optimization - removed one unnecessary call to EditorContext ctor.
15 years ago