4033 Commits (ec8557da3d8ff126dd1e7225baf1602ce31eb7cb)

Author SHA1 Message Date
Christoph Wille 64fd1de804 RTM information updated 16 years ago
Daniel Grunwald dc26f5bdec Fixed compiler warning in Boo AddIn. 16 years ago
Daniel Grunwald 63f0226ed5 Fixed forum-10068: members from COM Interop assembly not shown in code completion. 16 years ago
Daniel Grunwald 98fe76ebe4 Fixed forum-10067: incorrect indentation for nested if-statements without braces. 16 years ago
Siegfried Pammer 4d195d078b fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception 16 years ago
Siegfried Pammer b6fcec94d0 added workaround to fix http://community.sharpdevelop.net/forums/p/10063/27905.aspx 16 years ago
Daniel Grunwald ff2e75afb8 Revert r4902. 16 years ago
Mike Krüger 7772c03684 * Src/PrettyPrinter/IOutputAstVisitor.cs: Exposed some properties 16 years ago
Daniel Grunwald ab01f26709 Disable IME when ICSharpCode.TextEditor is used in .NET 4.0. 16 years ago
Siegfried Pammer 9e12c504eb fixed some localization issues in Profiler options panels 16 years ago
Daniel Grunwald 7f2f49377d Fixed ArgumentOutOfRangeException in Boo forms designer and added workaround for another possible ArgumentOutOfRangeException (also when leaving the designer). 16 years ago
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 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
Christoph Wille 421bc5a195 RC 2 designation of setup 16 years ago
Daniel Grunwald 598a05e716 Reparse when return is pressed. 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
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
Matt Ward 2c72d347f9 Code coverage results now read from new PartCover 2.3's new results file format. 16 years ago
Matt Ward 3789094bbd Update COM Guids written to registry for PartCover 2.3 16 years ago
Christian Hornung 34cd8c436d Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped. 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 4ecf8be05c profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 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
Daniel Grunwald 5624365c38 Fix unit tests. 16 years ago
Daniel Grunwald 5a692a7100 Replace equals sign with space to match new PartCover command line syntax. 16 years ago
Daniel Grunwald c7acc102a8 Upgrade to PartCover 2.3. 16 years ago
Daniel Grunwald 1a9f2ab7f0 Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog 16 years ago
Mike Krüger 1b44fac5a9 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 16 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 16 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 16 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 16 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 16 years ago