Daniel Grunwald
|
36d81d4545
|
Cache the solution snapshot.
|
14 years ago |
Daniel Grunwald
|
7be447d7e6
|
Includes files with BuildAction=Page in project content.
|
14 years ago |
Daniel Grunwald
|
568f8b2d58
|
Adjustments to AvalonEdit unit tests.
|
14 years ago |
Daniel Grunwald
|
39d91dad79
|
Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event.
Move the HighlightedLine merging logic into AvalonEdit.
|
14 years ago |
Siegfried Pammer
|
c0a13242a2
|
implement XamlParser
|
14 years ago |
Siegfried Pammer
|
8af8988104
|
port XmlEditor CC to NR5
|
14 years ago |
Siegfried Pammer
|
2e0a14e115
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
Conflicts:
src/AddIns/BackendBindings/CSharpBinding/Project/Src/Project/CSharpProject.cs
src/AddIns/BackendBindings/CppBinding/CppBinding/Project/CppProject.cs
src/AddIns/BackendBindings/FSharpBinding/FSharpProject.cs
src/AddIns/BackendBindings/VBNetBinding/Project/Src/Project/VBNetProject.cs
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/ContextActionsRenderer.cs
src/Libraries/NRefactory/Project/Src/Parser/CSharp/CSharpParser.cs
src/Libraries/NRefactory/Test/Parser/Expressions/UnaryOperatorExpressionTests.cs
src/Main/Base/Project/Src/Project/CompilableProject.cs
|
14 years ago |
Siegfried Pammer
|
377114e1c9
|
remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead
|
14 years ago |
Daniel Grunwald
|
6779d14fbd
|
Fix build.
|
14 years ago |
Daniel Grunwald
|
83a7ae5f69
|
Fix DebugType.IsEnum (always returned false due to undocumented breaking change in .NET 4.5).
Fixed debugger IDStringProvider for single-dimensional arrays.
Ignore unit that needs adjustment after Siegfried's recent debugger changes.
|
14 years ago |
Daniel Grunwald
|
0a4d05cc97
|
Fixed race condition in project.GetOrCreateBehavior().
Avoid loading behaviors into UnknownProject/MissingProject.
|
14 years ago |
Daniel Grunwald
|
5c6298277a
|
TextMarkerService: fixed potential NullReferenceException when detached from document.
|
14 years ago |
Daniel Grunwald
|
9f36c5a5e4
|
Fixed potential cause for NullReferenceException in CppProject.get_OutputAssemblyFullPath.
|
14 years ago |
Daniel Grunwald
|
3352833035
|
Fix NullReferenceException in WatchList.
|
14 years ago |
Daniel Grunwald
|
0a1c02d563
|
Set focus in AvalonWorkbenchWindow.SwitchView().
|
14 years ago |
Siegfried Pammer
|
cbb8cbbff6
|
fix XML code completion weirdnesses and adjust unit tests
|
14 years ago |
Siegfried Pammer
|
b7c73a1f8e
|
update resources
|
14 years ago |
Siegfried Pammer
|
430e6b3954
|
add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code
|
14 years ago |
Siegfried Pammer
|
fcc39c4321
|
replaced by "exit" command with "close solution" command
|
14 years ago |
Matt Ward
|
9d323dfdba
|
Update IronPython to version 2.7.2.1
|
14 years ago |
Matt Ward
|
bc37844d54
|
Update IronPython to version 2.7.2
|
14 years ago |
Siegfried Pammer
|
a89b673741
|
add exit option to "solution/project changed" message
|
14 years ago |
Siegfried Pammer
|
c8af97298b
|
WIP on XamlBinding
|
14 years ago |
Siegfried Pammer
|
c0548cc328
|
WIP on Unit Tests
|
14 years ago |
Siegfried Pammer
|
7c2a0affbb
|
do not raise ParseInformationUpdated event if parseInfo is null
|
14 years ago |
Siegfried Pammer
|
3f0243369b
|
make work folding in XML files
|
14 years ago |
Siegfried Pammer
|
d9e170468c
|
remove AvalonEdit.Xml
|
14 years ago |
Siegfried Pammer
|
7af6e0be23
|
implement proper exception handling for flush errors in forms designer
|
14 years ago |
Daniel Grunwald
|
bfdd510079
|
Fixed bug that could cause removed bookmarks/breakpoints to re-appear when restarting SharpDevelop.
|
14 years ago |
Daniel Grunwald
|
9598176ffd
|
Show type arguments in tooltip for TypeResolveResult.
|
14 years ago |
Matt Ward
|
f03baa5c96
|
Fix IronPython breakpoints not being hit when attaching after dynamic symbols have been loaded.
|
14 years ago |
Daniel Grunwald
|
425d65cefb
|
AvalonEdit: replace ChangeTrackingCheckpoint with NR TextSourceVersionProvider.
|
14 years ago |
Daniel Grunwald
|
ce6c8fba31
|
Merge NRefactory commit '3215504223484293285a0ec53754bd36775798fd' into SharpDevelop newNR branch
|
14 years ago |
Daniel Grunwald
|
3215504223
|
Fix icsharpcode/NRefactory#20: Copy virtual/override/static/etc. modifiers from properties/events to accessor methods.
|
14 years ago |
Daniel Grunwald
|
3fbcf2f7d0
|
Add support for partial methods.
|
14 years ago |
Daniel Grunwald
|
c3d00d1045
|
Add StringBuilderDocument to NR.Editor.
|
14 years ago |
Daniel Grunwald
|
bcad2e12f7
|
DocumentScript bugfixes.
|
14 years ago |
Daniel Grunwald
|
8179556203
|
Add DocumentScript that implements Script using a mutable document.
|
14 years ago |
Daniel Grunwald
|
c6ae6c30ee
|
Script refactoring.
|
14 years ago |
mike
|
61c44816e3
|
[FindReferences] Added destructor find support.
|
14 years ago |
Mike Krüger
|
a76cab240e
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
f24abfcb3a
|
ContextActionsRenderer: open the popup immediately when pressing Ctrl+T, even if it would appear automatically after some time
|
14 years ago |
Daniel Grunwald
|
3ce7c07e75
|
More work on context actions.
|
14 years ago |
Daniel Grunwald
|
e48d564c9b
|
Change RefactoringContext/Script API.
|
14 years ago |
Siegfried Pammer
|
54ee299513
|
add support for async methods in debug info
|
14 years ago |
Mike Krüger
|
cfe0d4257f
|
Made resolve result == null assertion more verbose.
|
14 years ago |
Mike Krüger
|
abe5ca472c
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Siegfried Pammer
|
3bfbb53b57
|
move find references to background thread + multi-threading + IObservable + async
|
14 years ago |
Daniel Grunwald
|
7622629ea7
|
Add properties to CSharpAstResolver.
|
14 years ago |
Daniel Grunwald
|
50e9489c07
|
Add support for simple context actions.
|
14 years ago |