Matt Ward
|
01f96a64f5
|
Support making types partial in CodeGenerator.
|
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 |
Matt Ward
|
d1ad541562
|
Change license in headers.
|
12 years ago |
Peter Forstmeier
|
5360a89332
|
CodeQuality/CodeQuality.csproj can run one easy report with ICSharpcode.Reporting
|
12 years ago |
Matt Ward
|
fbcd40b697
|
Merge branch 'master' into envdte-nrefactory
Conflicts:
src/AddIns/Misc/PackageManagement/Project/Src/EnvDTE/CodeInterface.cs
src/AddIns/Misc/PackageManagement/Project/Src/EnvDTE/CodeModel.cs
src/AddIns/Misc/PackageManagement/Project/Src/EnvDTE/CodeProperty.cs
src/AddIns/Misc/PackageManagement/Project/Src/EnvDTE/CodeProperty2.cs
src/AddIns/Misc/PackageManagement/Project/Src/EnvDTE/CodeStruct.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeAttributesTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeDelegateTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeElementsInNamespaceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeFunction2Tests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeFunctionTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeImportTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeInterfaceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeModelTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeNamespaceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeParameter2Tests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeParameterTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeProperty2Tests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeStructTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeTypeRef2Tests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeTypeTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/CodeVariableTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/EnvDTE/FileCodeModel2Tests.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/AttributeHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/ClassHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/CodeElementsExtensions.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/CompilationUnitHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/FieldHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/MethodHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/MethodOrPropertyHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/ParameterHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/ProjectContentHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/PropertyHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/ReturnTypeHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/TypeParameterHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/UsingHelper.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/UsingScopeHelper.cs
|
12 years ago |
Siegfried Pammer
|
a1e199e12f
|
add DebuggerDotCompletion to ConsolePad
|
12 years ago |
Siegfried Pammer
|
8052516145
|
add basic DebuggerDotCompletion implementation
|
12 years ago |
Peter Forstmeier
|
3076e319aa
|
Remove TestWPFReportPreview from Designer
|
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 |
Siegfried Pammer
|
9eeba8b9ea
|
fix #317: Off-by-one error in background syntax check
|
12 years ago |
Siegfried Pammer
|
f6fd05a7eb
|
fix #300: Implement 'Link Mode' (Script.Link)
|
12 years ago |
Siegfried Pammer
|
4bb6ea86ac
|
fix #298: Insert with cursor: Indentation is wrong
|
12 years ago |
Daniel Grunwald
|
0d7721e24c
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
12 years ago |
Daniel Grunwald
|
6441d7432a
|
Simplify CurrentLineHighlightRenderer.
|
12 years ago |
Dragan
|
5efc3fcd2f
|
CodeCoverage: explicit Sequence Points sort
& final touches
|
12 years ago |
Daniel Grunwald
|
e5aa4d329b
|
CalcCaretOverstrikeRectangle() now works at the border between LTR and RTL text.
|
12 years ago |
Daniel Grunwald
|
1abea58fb2
|
Turn TextArea.OverstrikeMode into a dependency property.
|
12 years ago |
Daniel Grunwald
|
9cf768e802
|
Fix caret rendering in overstrike mode on right-to-left text.
|
12 years ago |
Siegfried Pammer
|
d482cd4a73
|
add mouse navigation mode to InsertWithCursor
|
12 years ago |
Dragan
|
c0c4e41281
|
CodeCoverage: explicit Sequence Points sort
& final touches
|
12 years ago |
Daniel Grunwald
|
d9e31b104a
|
Don't include 'Paste from clipboard ring' in context menu
|
12 years ago |
Daniel Grunwald
|
370b0123d3
|
Update string resources.
|
12 years ago |
Siegfried Pammer
|
8ed2952096
|
display info group box next to insertion cursor
|
12 years ago |
Peter Forstmeier
|
af11f86dae
|
missing 'using System'
|
12 years ago |
Daniel Grunwald
|
c8df4f6514
|
Merge #280 - ClipboardRing, CurrentLineHighlighting, SelectionLength, OverstrikeMode, HideMouseCursorWhileTyping
|
12 years ago |