1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 19 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 19 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 19 years ago
Daniel Grunwald f27917180e Move files to match new namespace structure. 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 3df97ea2d9 Fixed SD2-891: Content of VB 'With' statement not converted correctly to C# 19 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 19 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 19 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 19 years ago
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 19 years ago
Daniel Grunwald d4abe4a752 NRefactory now preserves blank lines. 19 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 19 years ago
Daniel Grunwald 3c18394e4b New feature: move class to file 19 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 19 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 19 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 19 years ago
Daniel Grunwald 4ad34ac866 Fixed SD2-844: \ is not an escape character in C# XML comments. 19 years ago
Daniel Grunwald 63e20cbdbe Fixed SD2-886: Converted VS2003 solution does not show correct configurations 19 years ago
Daniel Grunwald bd739ec808 Fixed SD2-745 and SD2-871 (patch by John Simons) 19 years ago
Daniel Grunwald 53c8c4d56c Fixed forum-8951: C# parser bug with "default(T)". 19 years ago
Daniel Grunwald f521b44db3 Fixed SD2-883: C# to VB conversion error when having a 'while()' statement in one line 19 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 19 years ago
Daniel Grunwald 3c9dc9f139 Fixed forum-8579: "Goto Matching Brace" doesn't work if "Highlighting matching braces" is deactivated 19 years ago
Daniel Grunwald 2ed82fd4cb Fixed some bugs reported in the forum. 19 years ago
Daniel Grunwald 80d967e240 Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier) 19 years ago
Mike Krüger 406e362462 Fixed vb.net syntax coloring bug 19 years ago
Daniel Grunwald 79f22303b6 Fixed VB parser bug: Using statement can have multiple variable declaration expressions. (forum-8651) 19 years ago
Daniel Grunwald 515b955432 Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread. 19 years ago
Daniel Grunwald 29b56d32d0 Fixed forum-8723: exception when loading designer for form containing enum TypeDeclarations. 19 years ago
Daniel Grunwald b2a3cc4ead More bugfixes for the C# <-> VB converter. 19 years ago
Daniel Grunwald 06680fb191 Improved C#<->VB converter. 19 years ago
Daniel Grunwald 8d441d6f05 Fixed forum-8452: VB parser bug 19 years ago
Daniel Grunwald bdb690af14 Adjust vertical scroll bar for visible text range only. Improves text editor performance when editing large files. 19 years ago
Daniel Grunwald 7ea51e06df Fixed forum-8340: error inserting code template in empty file 19 years ago
Daniel Grunwald b0a4b07005 CodeDOMOutputVisitor.cs now supports arrays - fixes forum-8320 19 years ago
Daniel Grunwald 959ca301c5 Fixed SD2-831: Text editor jumping after copy and paste 19 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 19 years ago
Daniel Grunwald 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 19 years ago
Daniel Grunwald e56e0f6f8a Rewritten TextView.PaintLinePart. Text markers now can start or end inside TextWords; the highlight marker now can be placed inside a TextWord. 19 years ago
Daniel Grunwald 2de421c5a9 Fixed C# <-> VB conversion bugs. 19 years ago
Daniel Grunwald 059d8e0873 Fixed SD2-821: Cursor position after generating event handler 19 years ago
Daniel Grunwald aac539edf7 Fixed SD2-808: Indenting comment when typing colon character or ( ) 19 years ago
Daniel Grunwald e9ff406a9e Fixed SD2-646: Highlighting bug for multiline comments 19 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 20 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 20 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 20 years ago