Siegfried Pammer
406354bee0
further improvements and bugfixes for MarkDown-Mode
12 years ago
Daniel Grunwald
8e799bf3d4
Allow running actions as part of file templates.
12 years ago
Daniel Grunwald
80aff30058
Fix several issues with SearchPanel.
12 years ago
Matt Ward
cfa9692151
Add .aspx file filter.
12 years ago
Matt Ward
1c3161d42e
Check known file extensions for icons when collecting usage data.
...
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
12 years ago
Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
12 years ago
Daniel Grunwald
7c49a3e050
Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf
12 years ago
Matt Ward
f2b352c21f
Fix Get-Package output in NuGet console window.
12 years ago
Daniel Grunwald
be2f73fa40
Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces.
12 years ago
Daniel Grunwald
ed91c296ff
Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors.
12 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
12 years ago
Matt Ward
ad860bcac0
Rename MVC 3 project templates.
12 years ago
Matt Ward
0f282ad56c
Add MVC 4 project templates.
12 years ago
Matt Ward
33070393e1
Fix standard headers not being saved.
12 years ago
Daniel Grunwald
adf14f4f8c
Fix "ArgumentException: An item with the same key has already been added" when an attribute has multiple named arguments with the same name.
12 years ago
Christoph Wille
f70849afff
Version increment
12 years ago
Matt Ward
8516c9bdd9
Make snippet compiler main window bigger.
12 years ago
Matt Ward
a500e37ef8
Fix debugger hang in snippet compiler sample.
12 years ago
Matt Ward
de6619b247
Fix snippet compiler sample.
...
Remaining problems:
Application can hang after debugging.
Selecting item in Errors list does not jump to text editor line.
12 years ago
Daniel Grunwald
a7047035c4
Fixed performance bug when pressing Backspace - we were unnecessarily building the visual line for the intermediate state where the previous character is selected but not deleted.
12 years ago
Daniel Grunwald
9ff68ecaed
Fix "InvalidOperationException: Trying to build visual line from collapsed line" when the start of a folding section is hidden by a different element generator than the FoldingElementGenerator. (e.g. TruncateLongLines)
12 years ago
Daniel Grunwald
72d01bd043
Fix some more crashes reported by UDC.
12 years ago
Daniel Grunwald
10a368a382
Fix NullReferenceException in PropertyPad.SetSelectableObjects
12 years ago
Daniel Grunwald
9cc8c5248d
Fix various crashes reported by UDC.
12 years ago
Daniel Grunwald
57124599a0
Fix OverflowException in VB lexer when a double literal is too large.
12 years ago
Daniel Grunwald
b7c439bb97
Disable IME while the caret is within a read-only section.
12 years ago
Siegfried Pammer
0dec5058bf
fixed IME: IME context is properly restored when returning from a toolbar or button.
12 years ago
Matt Ward
8bc8fb1e18
Fix C++ backend binding sample.
12 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.
12 years ago
Matt Ward
245c2bd9ca
Fix Gallio sample.
...
Compile Gallio extension with AnyCPU so it works on x64 Windows.
12 years ago
Matt Ward
73744272ed
Fix line counter sample.
12 years ago
Matt Ward
cedc68b9ca
Fix image viewer sample.
12 years ago
Matt Ward
a7557c0c4e
Fix alternate editor display binding sample.
12 years ago
Matt Ward
80915541cc
Fix codon creation sample.
12 years ago
Daniel Grunwald
50475d75a6
Update AvalonEdit.nuspec for 4.3 release.
12 years ago
Daniel Grunwald
b080736e84
Update AvalonEdit.shfbproj for new version of Sandcastle Help File Builder.
12 years ago
Matt Ward
4b284c60c6
Fix unable to create display binding message in SDA sample.
12 years ago
Christoph Wille
73abd1c97b
Publish to x64 IIS
12 years ago
Christoph Wille
8bd353ee16
Fix dynamic languages conversion
12 years ago
Christoph Wille
666df3adf9
Upgrade project files
12 years ago
Daniel Grunwald
e0365b101c
Update StringResources
12 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.
12 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.
12 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.
12 years ago
Daniel Grunwald
3841dbf8a1
Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting.
12 years ago
Daniel Grunwald
7a58188249
Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations()
12 years ago
Peter Forstmeier
cd214611d6
Fix FormattingFixture.cs and DateTimeFunctionsFixture.cs
12 years ago
Peter Forstmeier
6bb341616a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
57c02cf767
add more formatting tests
13 years ago
Daniel Grunwald
7ed3cf8a5c
Fix infinite loop in WPF designer.
13 years ago