4670 Commits (39f8dfdd068e3ee92c143fa39ea68cf1efa0dbe2)
 

Author SHA1 Message Date
Daniel Grunwald 39f8dfdd06 Performance improvements in GotoDialog. 16 years ago
Daniel Grunwald 2f49e082e5 Improved automatic language switching of workbench elements. 16 years ago
Daniel Grunwald 84576901fd LocalizeExtension + StringParseExtension: implemented automatic update of text when the language changes. 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Daniel Grunwald 7aab8df4ba AvalonEdit: scroll when mouse is moved close to border while selecting text. 16 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Siegfried Pammer 9a4c3be827 improved XamlColorizer: reduced flicker while typing 16 years ago
Martin Koníček c9df3a1781 Fixed a minor bug in AvalonEdit.TextEditor.IsReadOnly. 16 years ago
David Srbecký 52ab5010c2 Support for 'this' in delegate-captured variables 16 years ago
Siegfried Pammer a1be8c67f6 Only refresh the bracket highlighting when it actually changed. Use same colors as the old editor. 16 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Martin Koníček f5cb2b34ba Added Xml visualizer with highlighting using AvalonEdit, no indentation and folding yet. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
David Srbecký 704a87db67 Support for variables captured by delegate 16 years ago
Christoph Wille 846baac085 Remove language bitmap resource for "easter egg" translation that no longer ships in SharpDevelop 16 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 16 years ago
Daniel Grunwald ca3f8791b6 ParserService: allow GetExistingParseInformation with specified project content. 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
David Srbecký b9888b0418 Unit test for yield/delegate local variables 16 years ago
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 16 years ago
David Srbecký 1f4dd33f53 More flexible API for local variables; 16 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Siegfried Pammer 19406653ea - improved WPF designer in some areas 16 years ago
Martin Koníček 7a2a122631 Debugger tooltips for IEnumerable<T>. 16 years ago
Martin Koníček e56d8c0501 Grid visualizer uses DebuggerHelpers.CreateDebugListExpression to fill a List by IEnumerable inside the debuggee and then display the List. 16 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 16 years ago
Siegfried Pammer ffa6cf7b41 - removed x-support from XamlResolver 16 years ago
Daniel Grunwald 1e7b6e0785 Fix build. 16 years ago
Daniel Grunwald 2d27ca98aa Fix build. 16 years ago
Daniel Grunwald b9e1ce7c02 Store string resources as .resx instead of .resources in the repository. 16 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 16 years ago
Siegfried Pammer 35d7d32d29 trying to fix build with x:Name instead of Name 16 years ago
Martin Koníček b781b6e676 Text visualizer has two separate buttons for Copy to clipboard and Close. 16 years ago
David Srbecký 9c38d149a0 Unit test for explicit method argument typing 16 years ago
David Srbecký d0cfba4f9e Value.Array* return 0/null instead of throwing exception for non-arrays 16 years ago
David Srbecký 8d63e4c377 Explicit names in tests 16 years ago
David Srbecký 23f007c2b7 Use explicit typing information during evaluation 16 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 16 years ago
David Srbecký 2372730244 Add explicit type informations to expressions 16 years ago
Martin Koníček fc6637a32f Text visualizer has word wrap and copy to clipboard. 16 years ago
Martin Koníček 2b0b4a00fb Added Text visualizer. 16 years ago
Siegfried Pammer c0fc3b4841 fixed bug in XamlColorizer 16 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 16 years ago
Siegfried Pammer beb31a729a ported VB.NET formatting strategy to ITextEditor 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Daniel Grunwald 2c9c5991ea Fixed memory leak in GotoDialog. 16 years ago