Siegfried Pammer
|
4be2da1692
|
use GetValueException instead of others in ExpressionEvaluationVisitor
implement support for equality comparison
|
12 years ago |
Siegfried Pammer
|
7627844e01
|
add special support for null values in ExpressionEvaluationVisitor
|
12 years ago |
Siegfried Pammer
|
13471bd4a9
|
add new breakpoint options popup
|
12 years ago |
Matt Ward
|
5752cd368e
|
Merge pull request #335 from ddur/master
CodeCoverage again
|
12 years ago |
Siegfried Pammer
|
1c663b022e
|
fix #336: Implement interface in code-behind .xaml.cs tries to insert interface implementation in .xaml file
|
12 years ago |
Daniel Grunwald
|
1bdd80e396
|
Render InsertWithCursor line in the middle of empty lines, but between lines if they are not empty.
|
12 years ago |
Dragan
|
7d4177f9a4
|
CodeCoverage: ContractClassFor fixes & refactoring
|
12 years ago |
Daniel Grunwald
|
8accbd7e05
|
Update to NRefactory commit ef1a5d63.
ef1a5d6 Fixed a potential null reference exception in completion.
6188c05 Fixed bug in name proposal completion.
a8a5ed1 Fix NullReferenceException in code completion.
cef9a79 Fix file headers.
0ecb7f4 Fixed bug in CS0169FieldIsNeverUsedIssue
552443a Implemented 'CS0169FieldIsNeverUsedIssue'.
cdfcc33 Added new formatting option: "SpaceBeforeSemicolon".
|
12 years ago |
Daniel Grunwald
|
fc09cde54b
|
Replace null with ErrorResolveResult.UnknownError instead of throwing an exception.
|
12 years ago |
Dragan
|
fc96ea3adf
|
CodeCoverage: Remove Debug assertions
By ccrewrite inserted alien SequencePoints
GetText() receives lots of invalid calls
|
12 years ago |
Daniel Grunwald
|
59e19671f9
|
Add ParserService.ResolveContext() method.
|
12 years ago |
Daniel Grunwald
|
d6f82bb28b
|
Move InsertionCursorLayer to its own file.
|
12 years ago |
Daniel Grunwald
|
2310e2ca83
|
Remove "allow overstrike" option.
I don't think we should have this in our options dialog. Having too many options just is unnecessary complexity, both for users and when testing.
|
12 years ago |
Daniel Grunwald
|
d02eb56520
|
Update mouse cursor in InsertWithCursor() mode.
|
12 years ago |
Daniel Grunwald
|
5bbe18011e
|
Fix interaction between "Hide cursor while typing" and InsertWithCursor().
|
12 years ago |
Matt Ward
|
9bbad288af
|
Update setup for new OpenCover files.
|
12 years ago |
Matt Ward
|
21037b3e12
|
Update string resources.
|
12 years ago |
Matt Ward
|
d34fe249ae
|
Merge pull request #67 from ddur/master
CodeCoverage fixes.
|
12 years ago |
Dragan
|
feae14a985
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
Dragan
|
19383cbdf7
|
CodeCoverage: Ctor prototype SP (Arnold) is back!
Just got idea to use this.IsConstructor property.
But that holds only for "class"!
"Struct" has no Ctor prototype SequencePoint returned by OpenCover.
|
12 years ago |
Dragan
|
c371ad6096
|
Space to Tab
|
12 years ago |
Siegfried Pammer
|
0b974a1119
|
fix build
|
12 years ago |
Siegfried Pammer
|
04d8d26fab
|
move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn
|
12 years ago |
Siegfried Pammer
|
8bae9c401f
|
implement tooltip handling for IconBarMargin/Bookmarks
|
12 years ago |
Daniel Grunwald
|
22bfe504a8
|
Fix #332: Unit Tests Panel: "All Tests" disappeared
|
12 years ago |
Daniel Grunwald
|
51588da4af
|
Add missing <Dependency> from ILSpyAddIn to Debugger.
Without this, the decompiler view could not be opened before the debugger was loaded.
|
12 years ago |
Daniel Grunwald
|
06e76d6063
|
Fix off-by-one error.
|
12 years ago |
Dragan
|
312819fbfa
|
CodeCoverage.Test: Ignored or changed tests
Only Green or Yelow test results
|
12 years ago |
Daniel Grunwald
|
b4c1f2ea18
|
Merge pull request #331 from linquize/tgit.icon
Update tgit.icon in .tgitconfig
|
12 years ago |
Dragan
|
e2f74b0cef
|
Make CodeCoverage.Test compile
|
12 years ago |
Dragan
|
ba0152a653
|
StringResources (Arnold) is back!
|
12 years ago |
Dragan
|
0d3d409975
|
Spaces to Tabs
https://github.com/icsharpcode/SharpDevelop/pull/67/files
|
12 years ago |
Dragan
|
8e03a75b08
|
CodeCoverageMethodElement.cs: Spaces to Tabs
https://github.com/icsharpcode/SharpDevelop/pull/67/files
|
12 years ago |
Dragan
|
ea5ffdf22e
|
Pull Request: Delete SD4->SD5 (re)moved files
https://github.com/icsharpcode/SharpDevelop/pull/67
https://github.com/icsharpcode/SharpDevelop/pull/67/files
|
12 years ago |
Linquize
|
dbafa8edba
|
Update tgit.icon in .tgitconfig because path renamed
This is a new feature in TortoiseGit 1.8.6,
which allows to show SherpDevelop icon as taskbar overlay icon
|
12 years ago |
Daniel Grunwald
|
d5a2709b70
|
Run NRefactory unit tests on build server (#330)
|
12 years ago |
Siegfried Pammer
|
4d0dac78f9
|
fix CSharpAmbience unit tests
|
12 years ago |
Daniel Grunwald
|
7e1caa73db
|
Merge pull request #29 from linquize/codequality-project-assembly
Add a button to load current project assembly to CodeQuality
|
12 years ago |
Siegfried Pammer
|
a1e199e12f
|
add DebuggerDotCompletion to ConsolePad
|
12 years ago |
Siegfried Pammer
|
8052516145
|
add basic DebuggerDotCompletion implementation
|
12 years ago |
Daniel Grunwald
|
aee159378e
|
Merge pull request #73 from linquize/tgit.icon
Add tgit.icon in .tgitconfig
|
12 years ago |
Siegfried Pammer
|
9bc4da51e0
|
check if CSharpUnresolvedFile is present in any IProjectContent, use null otherwise
|
12 years ago |
Siegfried Pammer
|
4289c67d48
|
possible fix for problems mentioned in 3ba0ba57f8
|
12 years ago |
Siegfried Pammer
|
8d657a3a1e
|
add rich text tooltips for IVariable and IParameter
|
12 years ago |
Siegfried Pammer
|
9d41a32f45
|
fix off-by-one error in BeginReadOnlySectionProvider: last char of read section could be "deleted"
|
12 years ago |
Siegfried Pammer
|
5988520b64
|
fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls
|
12 years ago |
Siegfried Pammer
|
7448c62812
|
Rename RegisterFixNamespaces to RegisterDesignerNamespaces
Rename ChoosedItem to ChosenItem
Rename ChoosedItemChanged to ChosenItemChanged
|
12 years ago |
Siegfried Pammer
|
d0ba91c540
|
fix bug in XamlTextEditorExtension
|
12 years ago |
Siegfried Pammer
|
c84eb5f1a1
|
use Link in EventCreationCompletionData
|
12 years ago |
Siegfried Pammer
|
549a5dce74
|
fix #167: Show XAML parse errors in ErrorPad - they aren't displayed in the error pad to avoid mixing compiler errors and "analyzer errors", but with a squiggly underline marker.
|
12 years ago |