4894 Commits (2e63f132705ba2ead97f3b651bea233c01b2122d)
 

Author SHA1 Message Date
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
Daniel Grunwald b9e1ce7c02 Store string resources as .resx instead of .resources in the repository. 16 years ago
Daniel Grunwald 4ecf8be05c profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 16 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 16 years ago
Daniel Grunwald 511a9016f8 Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way. 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