2161 Commits (16635919a4bf8ceff430d37811bc232c03d015b7)

Author SHA1 Message Date
Daniel Grunwald b016131315 Made debugger type system thread-safe. 13 years ago
Daniel Grunwald 5a50c1a5c2 Remove static AddInTree and use IAddInTree interface instead. 13 years ago
Daniel Grunwald 9a968de501 Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter. 13 years ago
Daniel Grunwald 803d9c9f92 Fixed bug in HighlightedLine.MergeWith(). 13 years ago
Daniel Grunwald c924cd6aef Lazy-load the debugger type system. 13 years ago
Daniel Grunwald 6436a028bb Fixed document service retrieval. 13 years ago
Daniel Grunwald 0f3a0732fb Snippets: make ${Caret} work as expected when ${Selection} isn't used. 13 years ago
Daniel Grunwald db6d2d3e01 Add VisualLine.ReplaceElement method. 13 years ago
Daniel Grunwald 81ba658661 Fix typo in documentation, closes #21 13 years ago
Daniel Grunwald b0367b735a TextRunProperties: Add setter for TypographyProperties and NumberSubstitution. 13 years ago
Siegfried Pammer 28047a4407 fix SD-1910 - IME support crashes when caret is in virtual space 13 years ago
Daniel Grunwald 4b7ce7936e Remove NR4 files from NR5 (left over from master->newNR merge) 13 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 13 years ago
Siegfried Pammer af52fa8ca5 fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML 13 years ago
Daniel Grunwald a2798aa7a7 Fixed resolving accessors. 13 years ago
Siegfried Pammer 2857444c52 Implement better value conversion in the evaluator. 13 years ago
Daniel Grunwald f37888e7c8 Fixed local variable references in current module. 13 years ago
Siegfried Pammer 82c177bd30 Add ICollection, ICollection<T> and IList to KnownTypeReference. 13 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 13 years ago
Daniel Grunwald 83d3ad664b Add IMethod.AccessorOwner. 13 years ago
Daniel Grunwald 5b933b8afb Add ConversionResolveResult.CheckForOverflow 13 years ago
Daniel Grunwald f38b2e3cc7 Fix build. 13 years ago
Daniel Grunwald 2e63fcd5bf Change TextChangeEventArgs.InsertedText and RemovedText from string to ITextSource. 13 years ago
Daniel Grunwald 94585060eb Make ColumnRulerRenderer internal; expose pen instead of brush. 13 years ago
Daniel Grunwald 75a654c0da Fix failing unit test. 13 years ago
Daniel Grunwald 8a45f2e79e Update ICSharpCode.Decompiler to ILSpy 2.1 13 years ago
Daniel Grunwald 38ec950640 ImeSupport.Dispose(): remove OptionChanged event handler 13 years ago
Siegfried Pammer 97c248803a make column ruler color customizable 13 years ago
Siegfried Pammer ca11d090bf fix options bugs with ColumnRulerRenderer 13 years ago
Tobias Ibounig 2306bbd21a Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel 13 years ago
Siegfried Pammer 7d4edf27b0 fix update of link text color in highlighting editor 13 years ago
Siegfried Pammer 37233cbb60 add support for VB colors 13 years ago
Siegfried Pammer f35b3e2268 implement importer for .vssettings syntax highlighting and fix some styling/theming bugs 13 years ago
Siegfried Pammer 7672cab705 fix build 13 years ago
Siegfried Pammer e9bfd6145f fix Cannot load designer when using 'select case' - http://community.sharpdevelop.net/forums/p/15838/41446.aspx#41446 13 years ago
Siegfried Pammer 7edf1c4f19 fix focusing bug in SharpTreeView 13 years ago
Matt Ward 17229176b3 Add syntax highlighting for .psm1, psd1, .ps1xml and .nuspec files. 13 years ago
Daniel Grunwald d617374336 Changed highlighting engine to avoid 'merging' colors when both the <Span> and <Begin> tags have a color specified. 13 years ago
Daniel Grunwald 6ee01cfdee Allow creating rectangle selections using the keyboard (Alt+Shift+Left/Up/Right/Down) 13 years ago
Daniel Grunwald f411e6112c New AvalonEdit NuGet package. 13 years ago
Matt Ward f3633e2fcb Add PowerShell syntax highlighting. 13 years ago
Daniel Grunwald b2542bf182 Fixed bad assert (floating point imprecision) 13 years ago
Siegfried Pammer 02b066d833 fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx 13 years ago
Siegfried Pammer 67b43f86f3 improve IME support 13 years ago
Siegfried Pammer 4a6d0dae94 fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx 13 years ago
Siegfried Pammer 7ef19e4d7c fix exception occurring in IME support on AvalonDock layout changes 13 years ago
Siegfried Pammer 7b45383ade fix Arithmetic Overflow caused by IME integration 13 years ago
Siegfried Pammer d7f465a361 fix http://community.sharpdevelop.net/forums/p/15779/40243.aspx 13 years ago
Siegfried Pammer 039f366cbf Add IME support to AvalonEdit 13 years ago
Daniel Grunwald 6699d0bb1d Fixed C# parser crash on invalid unicode escape sequences in string literals. 14 years ago