9147 Commits (7da8f9e49c287be3460de73845f6d8e7effdef18)
 

Author SHA1 Message Date
Matt Ward e8a97e3455 Refactor UpdatedPackagesViewModel. 12 years ago
Matt Ward a1e33374d9 Support updating all NuGet packages in solution from dialog 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 12 years ago
Daniel Grunwald d049ca8342 Update .nuspec for AvalonEdit 4.3.1 release. 12 years ago
Matt Ward beb62296ac Add Update All button to Manage Packages dialog. 12 years ago
Matt Ward 164a546985 Support NuGet packages containing MSBuild targets and props files. 12 years ago
Matt Ward 87fd34a1de Fix exception when there is a file conflict installing jQuery. 12 years ago
Matt Ward 64f2ec885e Use WPF for file conflict dialog. 12 years ago
Matt Ward ae02e5fb3f Add file conflict dialog. 12 years ago
Matt Ward b0767b8518 Update to NuGet 2.5 12 years ago
Siegfried Pammer b471c96557 fix SD-1920 - NumericUpDown does not work properly when typing a number 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. 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. 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. 13 years ago
Matt Ward 245c2bd9ca Fix Gallio sample. 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