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
|
ad860bcac0
|
Rename MVC 3 project templates.
|
13 years ago |
Matt Ward
|
0f282ad56c
|
Add MVC 4 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 |
Matt Ward
|
8516c9bdd9
|
Make snippet compiler main window bigger.
|
13 years ago |
Matt Ward
|
a500e37ef8
|
Fix debugger hang in snippet compiler sample.
|
13 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.
|
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 |
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 |