Mike Krüger
|
33efe343d6
|
[Documentation] Added support for relative redirection targets.
|
14 years ago |
Daniel Grunwald
|
3b2fd56d92
|
Initialize the debugger type system asynchronously.
|
14 years ago |
Daniel Grunwald
|
fde86264a2
|
Add compilation.Import(ICorDebugType)
|
14 years ago |
PeterForstmeier
|
167cec4260
|
ApplicationSettings
|
14 years ago |
Daniel Grunwald
|
88959babf6
|
Initialize NR5-based type system in the debugger.
|
14 years ago |
PeterForstmeier
|
d3ff0ad029
|
BuildOptions
|
14 years ago |
Siegfried Pammer
|
4671ad9828
|
WIP
|
14 years ago |
Daniel Grunwald
|
a0ddc9e72a
|
Avoid showing the 'solution altered externally' message twice.
|
14 years ago |
Mike Krüger
|
c9d2776522
|
[Completion] Added GetMemberTextToCaret interface method.
|
14 years ago |
Mike Krüger
|
1a3303968c
|
[Completion] Use getstate to get the current resolver state.
|
14 years ago |
Mike Krüger
|
a8e702be8c
|
[Completion] Lowered parsed file usages.
|
14 years ago |
Mike Krüger
|
39ac51cf09
|
[Completion] Made API a bit simpler.
|
14 years ago |
Mike Krüger
|
d60aaebc8a
|
[Completion] Member provider now needs to be given in the constructor.
|
14 years ago |
Siegfried Pammer
|
db35bad84f
|
Merge branch 'Debugger' of github.com:icsharpcode/SharpDevelop into newNR
|
14 years ago |
Daniel Grunwald
|
ffdfe17946
|
Check for .NET 4.5 RC since we crash on the beta.
|
14 years ago |
Siegfried Pammer
|
19c1ff0e61
|
fix NRE in SDRefactoringContext
|
14 years ago |
David Srbecký
|
dc58692d04
|
Merge branch 'master' into Debugger
|
14 years ago |
PeterForstmeier
|
eb2cf006c3
|
BuildOptions.xaml
|
14 years ago |
Siegfried Pammer
|
2afdcf30d4
|
simplify SharpDevelop version inserted into solution files
|
14 years ago |
PeterForstmeier
|
e91c4ed9fe
|
Remove very old Publish.xfrm
|
14 years ago |
Daniel Grunwald
|
f38b2e3cc7
|
Fix build.
|
14 years ago |
Daniel Grunwald
|
158219a218
|
Fixed XAML parser (was adding 'null' as top-level type).
Added exception handling to CSharpSemanticHighlighter.
|
14 years ago |
Daniel Grunwald
|
2e63fcd5bf
|
Change TextChangeEventArgs.InsertedText and RemovedText from string to ITextSource.
|
14 years ago |
Daniel Grunwald
|
c21b1d1cbf
|
Fixed issue that could cause projects to be initially parsed in the wrong configuration.
|
14 years ago |
Daniel Grunwald
|
94585060eb
|
Make ColumnRulerRenderer internal; expose pen instead of brush.
|
14 years ago |
Mike Krüger
|
f198d68a79
|
[CodeAction] Fixed bug in create property action.
|
14 years ago |
Mike Krüger
|
4e44369854
|
[CodeIssues] Fdg rules now apply only to public & protected entities.
(The Fdg rules only apply to that, we were more restrictive).
|
14 years ago |
Mike Krüger
|
b0c73cc6a8
|
[CodeIssues] Fixed fdg naming rules.
|
14 years ago |
Mike Krüger
|
6c36d6e665
|
Merge pull request #58 from mono-soc-2012/simonl-newline-fix
[Formatter] Avoid newlines between multiline arguments and the ending parenthesis...
|
14 years ago |
Mike Krüger
|
513ffec8f7
|
Merge pull request #51 from nieve/ExtractFieldAction
added extract field code action
|
14 years ago |
Daniel Grunwald
|
eb41192c49
|
Fix unit test failing on .NET 4.5 RC.
|
14 years ago |
Daniel Grunwald
|
050035186c
|
Simplify API for retrieving compiler errors/warnings.
|
14 years ago |
Daniel Grunwald
|
75a654c0da
|
Fix failing unit test.
|
14 years ago |
Daniel Grunwald
|
e4a1e0b42d
|
Merge remote-tracking branch 'origin/master' into newNR.
|
14 years ago |
Mike Krüger
|
75f65dac64
|
Fixed typo.
|
14 years ago |
PeterForstmeier
|
57816aaf9f
|
Remove unused Files
|
14 years ago |
PeterForstmeier
|
ad6fe170f3
|
Remove unused Files
|
14 years ago |
Daniel Grunwald
|
b2855bc85a
|
Merge branch '4.2' to master.
|
14 years ago |
Siegfried Pammer
|
9345aa7cc9
|
update translations
|
14 years ago |
Simon Lindgren
|
8d46989d47
|
[Formatter] Avoid newlines between multiline arguments and the ending parenthesis in function calls.
|
14 years ago |
Daniel Grunwald
|
8a45f2e79e
|
Update ICSharpCode.Decompiler to ILSpy 2.1
|
14 years ago |
Daniel Grunwald
|
38ec950640
|
ImeSupport.Dispose(): remove OptionChanged event handler
|
14 years ago |
Daniel Grunwald
|
c14b730c2e
|
Allow secondary view contents to prevent the CodeEditor from clearing the undo stack when switching the active view.
|
14 years ago |
Siegfried Pammer
|
0596de0f0f
|
implement type-lookup cache to improve performance of Forms Designer - http://community.sharpdevelop.net/forums/t/15914.aspx
|
14 years ago |
PeterForstmeier
|
97a012dfa2
|
Fix build
|
14 years ago |
PeterForstmeier
|
e1ce528d58
|
Signing
|
14 years ago |
Tobias Ibounig
|
fdb0986ed9
|
When in Search-Text-Box and pressing enter the dialog used to close.
|
14 years ago |
Siegfried Pammer
|
97c248803a
|
make column ruler color customizable
|
14 years ago |
Siegfried Pammer
|
ca11d090bf
|
fix options bugs with ColumnRulerRenderer
|
14 years ago |
Tobias Ibounig
|
2306bbd21a
|
Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel
|
14 years ago |