Christoph Wille
4040521a33
Chocolatey package support
...
Unresolved: 1603 fatal msi error if already installed
12 years ago
Matt Ward
be804c74b4
Add System reference to F# project templates.
12 years ago
Matt Ward
0dc979b09e
Add FSharp.Core reference to F# console project templates.
12 years ago
Matt Ward
d4c41e09b7
Add F# class library project templates.
12 years ago
Matt Ward
47045586a9
Update installer for F# 3.0 changes.
12 years ago
Matt Ward
fc15017104
F# interactive window now uses F# 3.0 if it is installed.
12 years ago
Matt Ward
5e22a5f5ba
Add F# 3.0 console project template.
12 years ago
Siegfried Pammer
d35fad6c90
fix for the bug fix
12 years ago
Siegfried Pammer
cb01e5d2ce
fix bug in RepoChangeWatcher
12 years ago
Siegfried Pammer
3e96d7a6ea
Add easier usable API for SearchPanel built into AvalonEdit
12 years ago
Daniel Grunwald
cb5b92cf40
Fix handling of empty segments in TextSegmentReadOnlySectionProvider
12 years ago
Daniel Grunwald
78027319a7
Compare IsAtEndOfLine in TextViewPosition.Equals
12 years ago
Daniel Grunwald
ecec217cc8
Fixed caret navigation around characters outside the Basic Multilingual Plane (characters represented using surrogate pairs).
12 years ago
Daniel Grunwald
d334a35074
Remove incorrect tooltip
12 years ago
Daniel Grunwald
87c59c4b82
Fix TextView.GetVisualPosition() for positions with IsAtEndOfLine=true
12 years ago
Daniel Grunwald
00d4408a57
Implemented SD-1853 - AvalonEdit: Distinguish between 'end of line' and 'start of next line' at word wrap positions
...
Also, the Home/End keys now apply to the current TextLine, not the whole VisualLine.
12 years ago
Daniel Grunwald
d049ca8342
Update .nuspec for AvalonEdit 4.3.1 release.
12 years ago
Siegfried Pammer
b471c96557
fix SD-1920 - NumericUpDown does not work properly when typing a number
...
The value should be validated and saved when the control loses the focus.
12 years ago
Siegfried Pammer
416d1adf45
fix OpenCommandPrompt implementation: works now if target path is on a drive different from the current working directory
13 years ago
Siegfried Pammer
406354bee0
further improvements and bugfixes for MarkDown-Mode
13 years ago
Daniel Grunwald
8e799bf3d4
Allow running actions as part of file templates.
13 years ago
Daniel Grunwald
80aff30058
Fix several issues with SearchPanel.
13 years ago
Matt Ward
cfa9692151
Add .aspx file filter.
13 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.
13 years ago
Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
13 years ago
Daniel Grunwald
7c49a3e050
Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf
13 years ago
Matt Ward
f2b352c21f
Fix Get-Package output in NuGet console window.
13 years ago
Daniel Grunwald
be2f73fa40
Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces.
13 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.
13 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
13 years ago
Matt Ward
33070393e1
Fix standard headers not being saved.
13 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.
13 years ago
Christoph Wille
f70849afff
Version increment
13 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.
13 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)
13 years ago
Daniel Grunwald
72d01bd043
Fix some more crashes reported by UDC.
13 years ago
Daniel Grunwald
10a368a382
Fix NullReferenceException in PropertyPad.SetSelectableObjects
13 years ago
Daniel Grunwald
9cc8c5248d
Fix various crashes reported by UDC.
13 years ago
Daniel Grunwald
57124599a0
Fix OverflowException in VB lexer when a double literal is too large.
13 years ago
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
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
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
3841dbf8a1
Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting.
13 years ago
Daniel Grunwald
7a58188249
Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations()
13 years ago
Peter Forstmeier
cd214611d6
Fix FormattingFixture.cs and DateTimeFunctionsFixture.cs
13 years ago
Peter Forstmeier
57c02cf767
add more formatting tests
13 years ago