4872 Commits (3bc647a0f3e0e69dbaeed177995589a0ca94a9fb)
 

Author SHA1 Message Date
Daniel Grunwald 13e1fa6bb0 Fixed IsAccessible for "protected internal" members. (forum-9974) 16 years ago
Siegfried Pammer 75cec19ac1 - updated English translation 16 years ago
Daniel Grunwald f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago
Christian Hornung d413a6fb9d Fixed SD2-1588 - Automatic SVN add of forms designer .resx file fails. 16 years ago
Daniel Grunwald 1bab5625a5 Fix SD2-1584 - VB .NET snippet parser crashes on invalid syntax 16 years ago
Daniel Grunwald 85c0da5716 Fix SD2-1587 - Duplicate sections added to solution file on each save 16 years ago
Siegfried Pammer 44564f9f2f fixed SD2-1526 - Save As shows a Save As dialog box for each view attached to the file 16 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 16 years ago
Siegfried Pammer eec0d0d072 Added missing resource strings for the profiler 16 years ago
Siegfried Pammer 5eedcede92 small bug fix in XamlColorizer 16 years ago
Siegfried Pammer c7a37f8443 - Top 20 displays user code only 16 years ago
Daniel Grunwald 588f77c0e0 Temporarily disable FileChangeWatcher while renaming files. Should fix forum-10029. 16 years ago
Siegfried Pammer 213808103c missed to commit some changes (never commit around 12 PM!) 16 years ago
Siegfried Pammer 566b84c281 Profiler: 16 years ago
Siegfried Pammer 9dbff240b9 Profiler: 16 years ago
David Srbecký 769ff4a479 Fixed bug in type resolution from name 16 years ago
David Srbecký e46df2b648 Unified and extended tests for testing metadata reading 16 years ago
Christoph Wille 421bc5a195 RC 2 designation of setup 16 years ago
Daniel Grunwald 598a05e716 Reparse when return is pressed. 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
David Srbecký e2cc44f997 Fixed debugger unit tests - there was a state that depended on the order the tests are run in 16 years ago
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