137 Commits (526c8bd679a48b6fe2cdf599760309e5dd43c10a)

Author SHA1 Message Date
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 17 years ago
Daniel Grunwald 9865f6a922 Fixed ArgumentOutOfRangeException in SearchResultNode.ActivateItem. 17 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 17 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 17 years ago
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 17 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 17 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 17 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 17 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 17 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 17 years ago
Daniel Grunwald 68fe102c06 Bracket highlighting: Create a different figure for start and end bracket (don't draw combining line when end bracket is on the next line after the start bracket) 17 years ago
Daniel Grunwald 75b4682d7f Expand foldings when the caret is moved into them. 17 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 17 years ago
Siegfried Pammer a1be8c67f6 Only refresh the bracket highlighting when it actually changed. Use same colors as the old editor. 17 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 17 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 17 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 17 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 17 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 17 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Martin Koníček 5b19084276 Fixed build. 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 17 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 17 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 17 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 17 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 17 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 17 years ago
Daniel Grunwald 39c00dbb0c Implemented ClassMemberBookmarks and NavigationPoints for AvalonEdit. 17 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 17 years ago
Daniel Grunwald f8584b2d36 AvalonEditViewContent: set TabPageText 17 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 17 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 17 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 17 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 17 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 17 years ago
Siegfried Pammer d3b55598de moved XmlBinding to XmlEditor 17 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 17 years ago
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 17 years ago