1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Mike Krüger b978482653 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 1e6aefef7e * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: fixed bracket 17 years ago
Mike Krüger 175c1b9082 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 92086ff64b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Respected the 17 years ago
Mike Krüger c16eaaff79 * NRefactory.csproj: 17 years ago
Mike Krüger f514596684 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Mike Krüger f71ba19cae * Src/Parser/IParser.cs: 17 years ago
Daniel Grunwald 986adf1754 Fixed two bugs introduced by Layers. 17 years ago
Daniel Grunwald 8fe42afbd7 AvalonEdit: Minor bugfixes / API improvements. 17 years ago
Daniel Grunwald b4abfae690 AvalonEdit: add support for layers (gives users more control about z-order than adorners). 17 years ago
Mike Krüger ec18084e7a * Output/SnippetConversion.cs: 17 years ago
Mike Krüger 594359f77f * Src/PrettyPrinter/VBNet/VBNetOutputFormatter.cs: Use 17 years ago
Daniel Grunwald 0c8e66a620 When moving text using drag'n'drop, combine text removal on drag and text insertion on drop into a single undo group. 17 years ago
Daniel Grunwald 65d02dc1e4 Normalize newlines on copy/paste. Moved LineManager.NextDelimiter into NewLineFinder. 17 years ago
Daniel Grunwald 7d39cff890 More changes to the handling of invalid visual lines. 17 years ago
Daniel Grunwald ea4dd216fd Made AvalonEdit work without 'DoEvents'. 17 years ago
Christian Hornung 066ef2d4c3 Fixed SD2-1529 - Forms designer rewrites array field declarations. 17 years ago
Daniel Grunwald f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Daniel Grunwald 30c368da42 Fixed namespace handling in Boo code completion. 17 years ago
Daniel Grunwald 6f8e954129 Add DispatcherErrorHandler allow WPF addins to use SharpDevelop's unhandled exception dialog. 17 years ago
Mike Krüger 21d4f3cfc5 * cs.ATG: 17 years ago
Mike Krüger cc5006261d checked in some changes from monodevelop. 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago
Siegfried Pammer d99197c07c Added translation for ExtractMethodForm 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Daniel Grunwald efc40af0ff Fixed SD2-1504: Tooltip not shown when code folded 17 years ago
Daniel Grunwald 24b1a71f09 Fixed bug introduced in revision 3744 (see SD2-1383) 17 years ago
Daniel Grunwald 97b8985230 Make FormattedTextElement and FormattedTextRun public. 17 years ago
Siegfried Pammer 6eaee68ad4 fixed SD2-1383 - Long file name displayed in view title 17 years ago
Daniel Grunwald 363aced498 Fixed SD2-1499: Parser null reference exception when parsing an incomplete VB.NET class 17 years ago
Daniel Grunwald 759f7933a2 Fixed SD2-1488: Tooltips not visible on secondary monitor 17 years ago
Daniel Grunwald 146d61722d FxCop fixes for AvalonEdit. 17 years ago
Daniel Grunwald d5eaa4e07e Fixed VB compact framework targets. 17 years ago
Matt Ward 24adea7110 Fixed SD2-1333 - Unable to scroll horizontally when a file is first opened. 17 years ago
Daniel Grunwald 1012755da5 Fixed SD2-783: GDI Handle leak 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald 2921e6f48b NRefactory: ensure Parent property is correctly set for all nodes 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald abdf370ea4 Fixed SD2-1469: Argument out of range exception in expression finder 17 years ago
Daniel Grunwald c197764697 Fixed SD2-1476: Return value attributes not converted correctly 17 years ago
Matt Ward 11575009d5 Path to FxCop 1.36 now detected. 17 years ago
Daniel Grunwald e9eba2d44b 'default' keyword was missing in completion list in field initializers. 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Daniel Grunwald f976eb0c79 AvalonEdit: handle Shift-Tab 17 years ago
Daniel Grunwald 7181ed1237 NRefactory: set parent property on PropertyGetSetRegion, EventAddRemoveRegion, TemplateDefinition. 17 years ago