Daniel Grunwald
|
a45a631ad4
|
Add options dialog for context actions.
|
14 years ago |
Daniel Grunwald
|
6f6a97acca
|
Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles.
|
14 years ago |
Daniel Grunwald
|
541497a978
|
Implemented support for issue providers and quick fixes.
|
14 years ago |
Daniel Grunwald
|
cfe7ae8dad
|
Adjust SharpDevelop to new context actions API.
|
14 years ago |
Daniel Grunwald
|
cb15d5418d
|
Move ContextActions UI to AvalonEdit.AddIn.
|
14 years ago |
Daniel Grunwald
|
5802f18c4a
|
Add support for inspectors.
|
14 years ago |
Daniel Grunwald
|
6bcc5661e8
|
Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies.
|
14 years ago |
Daniel Grunwald
|
654b09a84d
|
Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects.
Fix build errors in unit tests.
|
14 years ago |
Daniel Grunwald
|
f3e426468a
|
Improve the code completion triggering logic.
|
14 years ago |
Siegfried Pammer
|
a12720bd17
|
implement TagComment parser and resolver for XAML
|
14 years ago |
Daniel Grunwald
|
c3ca1f1754
|
ILineTracker.ChangeComplete
|
14 years ago |
Matt Ward
|
175649ed03
|
Use IronRuby built from source so it uses the same Microsoft.Scripting assemblies as IronPython to fix MissingMethodException.
|
14 years ago |
Daniel Grunwald
|
2d0d4433f0
|
Fix NullReferenceException in Process.GetCurrentExecutingFrame
|
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 |
Daniel Grunwald
|
82acae343b
|
Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted
|
14 years ago |
Daniel Grunwald
|
3ed3ed64b1
|
Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName().
|
14 years ago |
Daniel Grunwald
|
fc9d01eee9
|
Fixed running unit tests in .NET 4.5 project.
|
14 years ago |
Siegfried Pammer
|
8af8988104
|
port XmlEditor CC to NR5
|
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
|
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 |
Siegfried Pammer
|
cbb8cbbff6
|
fix XML code completion weirdnesses and adjust unit tests
|
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 |
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
|
c8af97298b
|
WIP on XamlBinding
|
14 years ago |
Siegfried Pammer
|
c0548cc328
|
WIP on Unit Tests
|
14 years ago |
Siegfried Pammer
|
3f0243369b
|
make work folding in XML files
|
14 years ago |
Siegfried Pammer
|
7af6e0be23
|
implement proper exception handling for flush errors in forms designer
|
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
|
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 |
Siegfried Pammer
|
3bfbb53b57
|
move find references to background thread + multi-threading + IObservable + async
|
14 years ago |
Daniel Grunwald
|
50e9489c07
|
Add support for simple context actions.
|
14 years ago |
Daniel Grunwald
|
9d7bdd0cf8
|
Allow creating an IObservable<> from a function that invokes a callback and signals termination using a Task.
|
14 years ago |
Siegfried Pammer
|
4446aac04b
|
add tag comment tracking
|
14 years ago |
Siegfried Pammer
|
1d418648b3
|
add back F# and C++ Binding
|
14 years ago |
Siegfried Pammer
|
2003389db9
|
make PInvoke.addin a sample
|
14 years ago |
Siegfried Pammer
|
c5f4bb7fdb
|
add back
- HexEditor
- UDC
- HelpViewer
- FiletypeRegisterer
|
14 years ago |
Daniel Grunwald
|
104811c874
|
Implemented Ctrl+Click -> Go to definition.
|
14 years ago |
Daniel Grunwald
|
cf8da3c94d
|
Add C# context actions to AddInTree.
|
14 years ago |