1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Ivan Shumilin a2f922fa86 Bug fixes for SharpTreeView. 17 years ago
Daniel Grunwald cc8eddac14 GetNextCaretPosition methods: Use enum LogicalDirection instead of bool backwards. 17 years ago
Daniel Grunwald 28f210b3e5 Fixed unit tests (TextEditorOptions.GetIndentationString was changed to take 1-based column numbers). 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 17 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 17 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 17 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago
Daniel Grunwald 30d06682f7 Update to AvalonDock 1.2.2083. 17 years ago
Daniel Grunwald 0f98095978 AvalonDockLayout: Fixed exception 'Unable to deserialize a docking layout while DockingManager control is unloaded'. 17 years ago
Siegfried Pammer bc05d9df74 - Added TextView to Services 17 years ago
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 17 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Ivan Shumilin 07acb05d86 SharpTreeView. 17 years ago
Daniel Grunwald 970d46507d Added some comments. 17 years ago
Daniel Grunwald 957e9d46c2 Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0. 17 years ago
Mike Krüger 243fa65087 * Parser/Expressions/LambdaExpressionTests.cs: Added test case for 17 years ago
Mike Krüger ebc2f1b64f * Src/Parser/gen.sh: 17 years ago
Daniel Grunwald b6cd6d16b0 AvalonEdit: Fixed bug in GetIndentation that could mess up text when pressing Enter. 17 years ago
Mike Krüger cec95aa60d * Src/Lexer/CSharp/Lexer.cs: 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 407f3328e8 AvalonEdit: when creating a new TextEditor instance, create a new TextDocument. Fixed bugs when setting Document to null. 17 years ago
Daniel Grunwald 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Mike Krüger 5705bb78c5 * Src/Visitors/LookupTableVisitor.cs: Added IsQueryContinuation flag 17 years ago
Daniel Grunwald 75370b19e2 When unpinning a pad, hide it immediately (patch from DockPanelSuite forum). 17 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald d9fb680f9d Implemented Ctrl+Space completion for AvalonEdit. 17 years ago
Daniel Grunwald bc400c5dd9 IMementoCapable support is back. 17 years ago
Daniel Grunwald 5adc77bbff AvalonEdit: fixed cyclic reference in type initializers 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 17 years ago
Daniel Grunwald fd9e16c394 AvalonEdit code completion 17 years ago
Daniel Grunwald 2a3c49b6f5 AvalonEdit: display non-printable characters using their name or hex code. 17 years ago
Daniel Grunwald aa9f587a8f Fixed build, more improvements to GetNextCaretPosition / whole-word selection. 17 years ago
Daniel Grunwald 2c2ef65f89 Improved GetNextCaretPosition - placed word borders at line starts and ends. 17 years ago
Daniel Grunwald f449a85a69 AvalonEdit code completion. 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 17 years ago
Daniel Grunwald 9989443564 ITextEditor interface: caret line/column now starts counting at 1. 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 7d5a15e1ba CodeCompletionWindow for AvalonEdit 17 years ago
Daniel Grunwald 985ff63921 Revert changes to NRefactory.csproj in revision 3849 - add GlobalAssemblyInfo.cs back so that the assembly is correctly versioned. 17 years ago
Daniel Grunwald a3a1260100 AvalonEdit: Copy text as HTML to clipboard. 17 years ago
Mike Krüger 5c18da0470 * Src/Lexer/AbstractLexer.cs: Added null check. 17 years ago
Mike Krüger f5e37276c2 * Src/Lexer/ILexer.cs: 17 years ago