Daniel Grunwald
b7c439bb97
Disable IME while the caret is within a read-only section.
13 years ago
Siegfried Pammer
0dec5058bf
fixed IME: IME context is properly restored when returning from a toolbar or button.
13 years ago
Daniel Grunwald
94e05c3e7f
Implemented loading+saving of project+solution preferences.
13 years ago
Daniel Grunwald
6e08cfe87e
Reimplemented project configuration management.
13 years ago
Daniel Grunwald
091d791b5b
Change IProject.Items to IMutableModelCollection; and get rid of the IProjectItemListProvider interface.
13 years ago
Daniel Grunwald
c2c89c7014
Move project service events to IProjectService interface.
13 years ago
Mike Krüger
49540a6395
Fixed bug in completion mini lexer.
13 years ago
Daniel Grunwald
327e3709ec
Fix InvalidOperationException: "Dispatcher processing is suspended" when an assertion occurs while WPF the dispatcher is suspended.
13 years ago
Daniel Grunwald
918b47ca70
Fix various issues with the new solution model.
13 years ago
Mike Krüger
9b20013448
Don't format a document when no nodes should be formatted.
13 years ago
Matt Ward
8bc8fb1e18
Fix C++ backend binding sample.
13 years ago
Matt Ward
0463ff4a40
Remove code completion sample.
...
Add readme that links to two third party code completion samples
that use AvalonEdit and SharpDevelop DOM and NRefactory.
13 years ago
Matt Ward
245c2bd9ca
Fix Gallio sample.
...
Compile Gallio extension with AnyCPU so it works on x64 Windows.
13 years ago
Matt Ward
73744272ed
Fix line counter sample.
13 years ago
Matt Ward
cedc68b9ca
Fix image viewer sample.
13 years ago
Matt Ward
a7557c0c4e
Fix alternate editor display binding sample.
13 years ago
Matt Ward
80915541cc
Fix codon creation sample.
13 years ago
Daniel Grunwald
50475d75a6
Update AvalonEdit.nuspec for 4.3 release.
13 years ago
Daniel Grunwald
b080736e84
Update AvalonEdit.shfbproj for new version of Sandcastle Help File Builder.
13 years ago
Daniel Grunwald
d0cbb644a3
CSharpOutputVisitor: don't call formatter.StartNode() on null nodes.
13 years ago
Matt Ward
4b284c60c6
Fix unable to create display binding message in SDA sample.
13 years ago
Christoph Wille
73abd1c97b
Publish to x64 IIS
13 years ago
Christoph Wille
8bd353ee16
Fix dynamic languages conversion
13 years ago
Christoph Wille
666df3adf9
Upgrade project files
13 years ago
Mike Krüger
8be2eeef65
Fixed some false positives in parameter not used issue.
13 years ago
Mike Krüger
0c6e840997
Fixed unit test.
13 years ago
Mike Krüger
494ae64565
Fixed verbatim identifier location.
13 years ago
Mike Krüger
f0c43cdb56
Added extract method unit test.
13 years ago
Mike Krüger
f3537813b6
Fixed issue in semantic highlighting type errors
13 years ago
Mike Krüger
51709dfe84
CodeDomConvertVisitor now converts global usings.
13 years ago
Daniel Grunwald
3797b12fa7
Fix several bugs with anonymous types:
...
- DeclaringType, IsAccessor and AccessorOwner properties of anonymous type accessors (#148 )
- equality comparison of anonymous type accessors
- roundtrip of anonymous type properties via IMemberReference
- roundtrip of anonymous type accessors via IMemberReference
13 years ago
Daniel Grunwald
09fe7caa64
XmlDocumentationProvider: Fix caching of lookup errors.
13 years ago
Daniel Grunwald
e6b05f1b4a
Change IModelCollection to use a strongly-typed event handler.
13 years ago
Daniel Grunwald
7f08fe1c0f
Simplify project creation API.
13 years ago
Daniel Grunwald
e0365b101c
Update StringResources
13 years ago
Daniel Grunwald
785c54c9e8
Worked on new ProjectService implementation.
13 years ago
Daniel Grunwald
bb4e74c170
Worked on IProjectService API.
13 years ago
Mike Krüger
7d0995aa4a
AbiComparer now has events for found incompatibilities.
13 years ago
Mike Krüger
84e9a33715
Added ABI comparer.
13 years ago
Daniel Grunwald
9ee497eec8
Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe
13 years ago
Daniel Grunwald
1769d6e0e9
Fix SD-1914 - InvalidOperationException "Trying to build visual line from collapsed line"
...
This exception was caused by FoldingManager.UpdateFolding() re-using FoldingSections and adjusting their end offset.
If those FoldingSections were folded, the corresponding CollapsedLineSection was not updated for the new end position.
This inconsistency would cause visual glitches (such as fold markers not updating properly), and in some cases the InvalidOperationException during rendering.
FoldingSection now handles when its StartOffset or EndOffset is changed, and updates the CollapsedLineSection accordingly.
13 years ago
Matt Ward
0f78edb8bb
Fix web project options panel behaviour when IIS and IIS Express is not installed.
...
Allow modification of IIS and IIS Express settings in a project
even if IIS or IIS Express is not found.
13 years ago
Matt Ward
eafe04b069
Allow external program to be run when starting web project.
...
Do not force the use of IIS or IIS Express to debug or run a web project.
Fix IIS Express always being debugged even if Run without debugger was
selected.
13 years ago
Daniel Grunwald
647af8b485
Fix NullReferenceException in SpecializedMethod.AccessorOwner
13 years ago
Daniel Grunwald
7424b69b48
Merge pull request #145 from erik-kallen/conversions-in-lambda-body
...
Add a ConversionResolveResult to lambda body expressions, if required
13 years ago
Daniel Grunwald
6132821b2a
Fix NullReferenceException in semantic highlighting.
13 years ago
Daniel Grunwald
a567138c23
ValueParameterUnusedIssue: highlight only the 'get'/'set'/'add'/'remove' keyword, not the whole accessor body
13 years ago
Daniel Grunwald
8d9eec0c54
Use ThrowIfCancellationRequested()
13 years ago
Peter Forstmeier
66878dac69
Add reporting to SharpDevelop.sln
13 years ago
Daniel Grunwald
3841dbf8a1
Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting.
13 years ago