1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Matt Ward c2ac5dad22 Fixed SD2-1127. Can now comment out a region of text between two existing block comments. 19 years ago
Matt Ward aaec0f764a Fixed SD2-1072. The caret position is validated when the TextAreaControl is entered. 19 years ago
Daniel Grunwald 492c46df04 Allow clicking "through" icons in the text editor icon bar margin if they don't handle the mouse event. 19 years ago
David Srbecký 9f7af675e0 Added Andrey Gliznetsov's Advanced TreeView 19 years ago
Daniel Grunwald cc9430b8dc Fixed SD2-1087: Setting IEditable.Text does not update undo stack 19 years ago
Daniel Grunwald f0bccb60c4 Fixed in rev. SD2-870: 'Hide mouse cursor while typing' make cursor remain hidden on mouse motion 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 137ebabd5a Fixed SD2-1040: External subs declarations not converted correctly from VB to C# 19 years ago
Daniel Grunwald 4a374bf942 Fixed SD2-1071: Explicit bounds in array assignment not converted correctly between C#<-->VB. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 259a31692e Fixed code-completion problem introduced in last revision. 19 years ago
Daniel Grunwald 8c2dfd9573 Fixed scope of loop variable in ForStatement. 19 years ago
Daniel Grunwald ca45c905f3 Fixed SD2-931: Undo after inserting code template 19 years ago
Daniel Grunwald 2209a49fcf Reverted docking library patch from revision 1181. Hopefully this will fix SD2-1244: Layout change causing InvalidOperationException in DockPane 19 years ago
Daniel Grunwald febc16e23b Fixed SD2-936: Insight window filename incorrect after renaming file 19 years ago
Daniel Grunwald d2ed72122d Fixed SD2-740: Right clicking a class bookmark 19 years ago
Daniel Grunwald a62ddf0575 Fixed forum-13686: Read-only custom line not so read-only 19 years ago
Daniel Grunwald f5793ea348 Fixed some problems reported in the forum. 19 years ago
Daniel Grunwald 37dbcbdeab Fixed SD2-1078: XML comments color set to black by default. 19 years ago
Daniel Grunwald f5c4ab918b Fixed SD2-1156: JumpTo line position puts cursor at the bottom of the text editor 19 years ago
Daniel Grunwald 988ddfc1de Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter 19 years ago
Daniel Grunwald 355a5f4b59 Fixed SD2-955: Incorrect C# syntax highlighting with verbatim string literals. 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Daniel Grunwald 19a53c7f2c Add test for SD2-1110 (currently broken, let's see if the build server catches unit test errors) 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald e9dc0db183 Prevent StackOverflowException when loading assemblies with cyclic dependencies into the forms designer. Fixes SD2-1177: Forms Designer for .NET 1.1 projects (System.dll and System.Xml.dll depend on each other) 19 years ago
Daniel Grunwald 2132d1df6d Fixed SD2-1191: Using Shift + Backspace with completion window removes extra text 19 years ago
Daniel Grunwald ef7b2d0da0 Fixed CodeCompletionWindow mouse wheel handling. 19 years ago
Daniel Grunwald ecf6c52e82 On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name. 19 years ago
Markus Palme 73f0c70429 SD2-1201: IfElseStatement does not have Location and Parent set 19 years ago
Daniel Grunwald 42e58920d7 Fixed SD2-1140: Exception is thrown trying to show completion menu on VB delegate or event declarations. 19 years ago
Daniel Grunwald c838ffb4ad Fixed SD2-1190: Exception is thrown selecting all text and then cutting/deleting it. 19 years ago
Daniel Grunwald 0729800650 Fixed SD2-1180: Changed event inserted at wrong position 19 years ago
Matt Ward b34730f04a Fixed SD2-1207 - Closing a file with the code completion window still open disposes the text editor before the completion window causing a null reference exception. The AbstractCodeCompletion window now checks that TextAreaControl's scroll bars are not null when it closes. 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald c7e62da426 Fixed SD2-1202: NullReferenceException for incomplete type argument list 19 years ago
Daniel Grunwald 4a7de549c2 Fixed building of VB compact framework projects (SD2-1196) 19 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 19 years ago
Daniel Grunwald f399bed9de Fixed SD2-1079: Cast statements not converted correctly from C# to VB. 19 years ago
Daniel Grunwald 5691c03e96 Fixed SD2-1181: Remove unused imports removes using statements required for type arguments 19 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 19 years ago
Daniel Grunwald ad8d980c80 Rewrote subversion DiffPanel using SplitContainers, fixes resizing problems. 19 years ago
Daniel Grunwald f860a723e0 Fixed forum-12405: BracketMatchingStyle bug in Text Editor Control - one line patch by Dan Fowler 19 years ago
Markus Palme a0db909e8f SD2-1161: Refactor icons don't show for VB generic interface declarations in the editor. 19 years ago
Daniel Grunwald 6d85e67099 Speed up folding code a bit. 19 years ago
Markus Palme 9b8e8de67b added SharpCoco source code 19 years ago
Markus Palme c72b88aa50 keep directory 19 years ago
Markus Palme 2a40620a58 fixed parser generation 19 years ago