1783 Commits (5e58218a222746aca53249770a65d8f3b2fbe379)

Author SHA1 Message Date
Daniel Grunwald 26e7380e5b IDocument now derives from IServiceProvider. 15 years ago
Daniel Grunwald 839a5cbc8d Make AvalonEdit implement the ICSharpCode.Editor interfaces. 15 years ago
Daniel Grunwald c81d193164 Add strong-name to NRefactory; small API changes for ICSharpCode.Editor. 15 years ago
Daniel Grunwald 46521ab27a Remove old NRefactory. 15 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 15 years ago
Daniel Grunwald ab3f7c51a1 Fixed SpecialCharacterTextRun positioning; made box slightly transparent. 15 years ago
Daniel Grunwald 9332d46740 Freeze the shift+backspace key binding. 15 years ago
Matt Ward 1b4fa555ce Enable syntax highlighting for ASP.NET user controls (.ascx) 15 years ago
Siegfried Pammer 02cb7bad97 Fixed bug in SnippetParser causing lexer to fail with an exception on valid code 15 years ago
Matt Ward 23f5d182a1 Add syntax highlighting for .css files. 15 years ago
Matt Ward 158957a479 Enable syntax highlighting for .master files. 15 years ago
Siegfried Pammer eb728f63d9 fix build 15 years ago
Siegfried Pammer d6d43afc5b fixed http://community.sharpdevelop.net/forums/t/13308.aspx 15 years ago
Siegfried Pammer d410aac6e5 use TypeName in attributes 15 years ago
Siegfried Pammer cc0f399162 fixed build 15 years ago
Siegfried Pammer 693f476a0f properly implement attribute arguments in Expression Finder 15 years ago
Siegfried Pammer be773345b9 properly indent declarations with attributes (http://community.sharpdevelop.net/forums/t/13157.aspx) 15 years ago
Daniel Grunwald 15ded15fbd Move ILSpyAddIn to display bindings. 15 years ago
Daniel Grunwald ee420f305e Add ICSharpCode.Decompiler. 15 years ago
Daniel Grunwald 14f5e0766d Add new NRefactory (actually a reduced version; not containing the C# parser) 15 years ago
Daniel Grunwald 3301c6c4ca Update to Mono.Cecil 0.9.4.1 (commit f5c9642760) 15 years ago
Daniel Grunwald 3f91c3f49f Fixed forum-13033: Reopened documents do not scroll to correct position 15 years ago
Daniel Grunwald d6918254e9 Preserve active document (and order of documents) on layout switches. 15 years ago
Daniel Grunwald 0d96627a19 Fixed VB expression finder when there are array declarators on the parameter name. 15 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 15 years ago
Siegfried Pammer ce13878003 fix conversion of anonymous delegate-Expressions to VB lambdas 15 years ago
Daniel Grunwald 750a692e5b Clarify documentation on TextView.CollapseLines. 15 years ago
Siegfried Pammer a0ef64cfe0 fixed Unit Tests 15 years ago
Siegfried Pammer f447cb6918 fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago
Siegfried Pammer 6c2b627efe fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx) 15 years ago
Siegfried Pammer 1a8f1bb7cb show normal CC inside argument lists 15 years ago
Siegfried Pammer efba806bb0 Lambda-parameters are now shown in the CC list 15 years ago
Siegfried Pammer eb5e7b9c2c fixed EF-bug when parsing declarations like: Dim x As A, y As B 15 years ago
Daniel Grunwald 97a18791ce Fixing the build once again. 15 years ago
Daniel Grunwald 941739469e Implement INotifyPropertyChanged in TextDocument. 15 years ago
Daniel Grunwald c610e1b0b9 Fix issue in TextEditorOptions copy constructor. 15 years ago
Daniel Grunwald b4f6f3a435 Fixed bug introduced in b7b12d310e (Reduce memory usage when dealing with long lines and word-wrapping) 15 years ago
Siegfried Pammer 532364965d added missing documentation in MouseHoverLogic, FoldingElementGenerator and FoldingMargin 15 years ago
Siegfried Pammer 41b10e921c fixed scrolling in Console-Pads 15 years ago
Daniel Grunwald b7b12d310e Reduce memory usage when dealing with long lines and word-wrapping. 15 years ago
Daniel Grunwald 441fd15488 Fixed bug in EditingCommandHandler.Cut that allowed deleting read-only text. 15 years ago
mrward 8ab4f3c65d Support background colour when syntax highlighting. 15 years ago
Daniel Grunwald b173684de0 Remove out-of-date documentation comment. 15 years ago
Daniel Grunwald 8d828d1702 AvalonEdit: Add "EnableRectangularSelection" and "EnableTextDragDrop" to TextEditorOptions. 15 years ago
Daniel Grunwald 783fc0024e VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column. 15 years ago
Daniel Grunwald c8dc5154dd Improved inline object handling. Inline objects that change their size in response to user input are now supported. 15 years ago
Daniel Grunwald 569185d113 AvalonEdit: Change inline object implementation so that inline objects are direct children of the TextView (instead of being children of the TextLayer). 15 years ago
Siegfried Pammer f59c66ba3d move MouseHover logic from TextView to separate class and make it reusable 15 years ago
Daniel Grunwald c34e6cc825 Fix forum-12654: DefinitionViewPad scrolls to wrong area (HeightTree.DefaultLineHeight not updated on rendering mode change) 15 years ago
Daniel Grunwald de4c77b629 Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor). 15 years ago