4851 Commits (18f32ada9716c9e1e2176ec797dd99bba322697d)
 

Author SHA1 Message Date
David Srbecký 9d5ae9f098 Removed some redundant debugger tests; Re-enabled some old tests 16 years ago
Siegfried Pammer 482e3c3640 Profiler: fixed "Find references" for methods without source code 16 years ago
Siegfried Pammer 3e95b10b69 implemented Find References for the profiler tree view 16 years ago
Siegfried Pammer 28804bf2ea Profiler: 16 years ago
David Srbecký b5952382f6 Renamed debugger tests. The tests now have a prefix specifying which class they test. 16 years ago
Daniel Grunwald 79495c2499 Set /32BIT+ on booc.exe 16 years ago
Daniel Grunwald 3627244b26 Missing StringParser.Parse call in ApplicationSettings panel 16 years ago
Daniel Grunwald 6b028b752c Put new build options into the UI (BOO-1228) 16 years ago
Daniel Grunwald 1dfb9d1134 Update to Boo 0.9.2.3383. 16 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) 16 years ago
Daniel Grunwald 75b4682d7f Expand foldings when the caret is moved into them. 16 years ago
Daniel Grunwald fad3a5583b Update strings in main menu and toolbar when changing the language. 16 years ago
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
Matt Ward 2c72d347f9 Code coverage results now read from new PartCover 2.3's new results file format. 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
Matt Ward 3789094bbd Update COM Guids written to registry for PartCover 2.3 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
Christian Hornung 34cd8c436d Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped. 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
Christian Hornung 679866ec5a NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers. 16 years ago
Christian Hornung ce43d8fd7f ReflectorAddIn: Fixed finding nested classes and members thereof. 16 years ago
Daniel Grunwald 1e7b6e0785 Fix build. 16 years ago
Daniel Grunwald 2d27ca98aa Fix build. 16 years ago