4034 Commits (3.1-RC2)
 

Author SHA1 Message Date
Siegfried Pammer 9e12c504eb fixed some localization issues in Profiler options panels 16 years ago
Matt Ward 31d9f8203e Update string resources. 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
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 16 years ago
Matt Ward 70942e3ac3 Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double. 16 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 16 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 16 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 16 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 16 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 16 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 16 years ago