Mike Krüger
|
95ebebc2cb
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
008e961b83
|
Fixed build under mono.
|
14 years ago |
mike
|
ab7a24e2f7
|
Removed code duplication.
btw. was the worst case of duplication - the methods should do the
same but had slightly different semantics.
|
14 years ago |
mike
|
338bedcb45
|
Used simpler Identifier.Create calls.
|
14 years ago |
Siegfried Pammer
|
db9e807f0f
|
fixed unit tests
|
14 years ago |
Siegfried Pammer
|
a6289b3df0
|
fixed SD-1889 - NullReferenceException when pausing debugger
|
14 years ago |
mike
|
b0de87339a
|
Fixed some more attribute completion tests.
|
14 years ago |
mike
|
e394fb5efc
|
Added some more attribute context tests & fixes.
|
14 years ago |
mike
|
288ab73621
|
Fixed some completion tests.
|
14 years ago |
mike
|
f49f142ed8
|
Fixed parameter completion unit test.
|
14 years ago |
mike
|
47d00e1cf9
|
Added banner style brace output format.
|
14 years ago |
mike
|
c22e11db8a
|
Added banner style brace style.
|
14 years ago |
Siegfried Pammer
|
27eda0399b
|
Update ICSharpCode.Decompiler to ILSpy commit 11520fd4 (ILSpy 2.0.0.1566).
|
14 years ago |
Siegfried Pammer
|
d522c97774
|
fix SD-1846 - Changing debugger options during debug causes exception
|
14 years ago |
PeterForstmeier
|
d9521390bf
|
ReportViewModel.cs DependencyReport
|
14 years ago |
PeterForstmeier
|
93eb64d2be
|
BaseClass for Reporting
|
14 years ago |
Siegfried Pammer
|
69800ced7c
|
fix SD-1843 - 'Pause on handled exceptions' won't let me continue program execution after a handled exception is caught by the debugger
|
14 years ago |
Siegfried Pammer
|
b4e1e34202
|
add Continue button to DebuggeeExceptionForm
|
14 years ago |
Matt Ward
|
2e8a512fc9
|
Update text editor syntax highlighting when a filename is changed.
|
14 years ago |
Matt Ward
|
69a29bc736
|
Fix argument exception when using File->Save As and changing a file to a ASP.NET file extension when it was not previously.
|
14 years ago |
Siegfried Pammer
|
47c9ee8fc8
|
small adjustments to Exception Form
|
14 years ago |
Siegfried Pammer
|
421b4a44c9
|
fixed Exception #3275
|
14 years ago |
Matt Ward
|
915b36334a
|
Store IIS Express and IIS settings in project file.
Set the IsDirty flag when changes made to Web project options.
|
14 years ago |
Daniel Grunwald
|
cc1aaa9f39
|
Fix SD-1857 - Shortcuts do not work in floating windows
|
14 years ago |
Daniel Grunwald
|
4bbddfd8b6
|
Fixed C# parser bug that occurs when the first parameter of an extension method is decorated with an attribute.
Closes icsharpcode/SharpDevelop#19.
|
14 years ago |
Daniel Grunwald
|
a993df9090
|
Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
2f859148f0
|
Use simpler IAstVisitor for ResolveVisitor.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Daniel Grunwald
|
bd5105137d
|
Add debug-mode keyboard shortcut: Ctrl+Alt+Shift+G = trigger GC and display heap memory in status bar.
|
14 years ago |
Daniel Grunwald
|
0ffe61ee51
|
Trim whitespace within XmlDocumentationElements.
|
14 years ago |
Daniel Grunwald
|
a0f7de3f1c
|
Fixed modifier issues in TypeSystemAstBuilder
|
14 years ago |
Daniel Grunwald
|
aa1642faa8
|
Add XmlDocTooltipProvider.
|
14 years ago |
Mike Krüger
|
5bef6f2ffc
|
Added some comments for the token classes.
|
14 years ago |
Mike Krüger
|
3ae2fe73c0
|
The formatting visitor is now using an easier visitor pattern.
|
14 years ago |
Mike Krüger
|
47bd60c9b0
|
Removed debug message.
|
14 years ago |
Mike Krüger
|
24f5bc937d
|
Fixed bug in operator declaration getrole function.
|
14 years ago |
Mike Krüger
|
3ffbaa278a
|
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
Mike Krüger
|
73e63ddca1
|
Added GetText function to AstNode.
|
14 years ago |
Mike Krüger
|
196e6184d6
|
Added some Parse methods to the compilation unit.
|
14 years ago |
Siegfried Pammer
|
f747c4d337
|
fix SD-1871 - Duplicate code completion entries after adding project reference
|
14 years ago |
Mike Krüger
|
72d1381995
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
Siegfried Pammer
|
bcc9fa34ae
|
implemented SD-1890 - WPF Designer does not support WPF Page
|
14 years ago |
Daniel Grunwald
|
c180304f38
|
Fix DocumentationElement.IsTextNode for the root element.
|
14 years ago |
Daniel Grunwald
|
d47cb9dfe6
|
Fix icsharpcode/NRefactory#15
|
14 years ago |
Siegfried Pammer
|
d01ae06ee0
|
improve information provided in WpfDocumentError
|
14 years ago |
Mike Krüger
|
944ba9c62b
|
Fixed formatting bug.
|
14 years ago |
Daniel Grunwald
|
ea79ed656e
|
Merge NRefactory commit '14bf452879f47a243a106fa2d12d18e90ab6c034' into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
14bf452879
|
Rename InterfaceImplementations -> ImplementedInterfaceMembers.
|
14 years ago |
Daniel Grunwald
|
274fe417f5
|
Add "XmlDocumentationElement", a simplified tree for XML documentation comments that expands "<inheritdoc/>"
|
14 years ago |
Daniel Grunwald
|
18c96e089d
|
Add support for multiline XML documentation comments.
|
14 years ago |