648 Commits (38a00c9455aa6c49476a6fa446512e32a935f62c)

Author SHA1 Message Date
Daniel Grunwald c9b9615253 Revert text editor selection patch from revision 2469, it was causing problems like http://community.sharpdevelop.net/forums/thread/16254.aspx 19 years ago
Daniel Grunwald e66c63052e Change background color of inactive pads. 19 years ago
Daniel Grunwald 27c4022855 Apply our patches to the docking library; remove patches that are not required anymore from patchnotes.txt 19 years ago
Daniel Grunwald 1d0aa5bfe4 Update to DockPanel Suite v2.0. 19 years ago
Daniel Grunwald 15406c3a1f Applied text editor selection patch by Troy Simpson. 19 years ago
Daniel Grunwald e98edfac8c Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter 19 years ago
Daniel Grunwald 40b92e149e VB token list: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 39bfcc0013 Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me" 19 years ago
Daniel Grunwald 5fcfe9be4e When going to the definition of a CompoundClass, go to the shortest file name. This prevents going to the Designer.cs part instead of the main part. 19 years ago
Daniel Grunwald db19e3b31b Fixed SharpDevelop.Build.VisualBasic.targets to set PlatformFamilyName/PlatformID default values when the .vbproj file does not specify any. 19 years ago
Daniel Grunwald cea87a1bcc Fixed SD2-1329: Index was out of range when cutting text. 19 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 15da21072b Fixed forum-15559: C# lexer reports error on identifiers like @_ABC 19 years ago
Daniel Grunwald 3e4222ba45 When deleting directories in the project browser, use Subversion's delete command for directories under version control. 19 years ago
Matt Ward c0cd7a201c Aga.Controls now builds into the SharpDevelop/bin folder so it can be shared by the Class Diagram and the Debugger addin. Updated the installer to reflect this change. 19 years ago
Daniel Grunwald 33ea15dfff Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime). 19 years ago
Daniel Grunwald 55493dcbc3 Fixed SD2-1290: Bookmark position incorrect after pasting several lines before it 19 years ago
Daniel Grunwald b74d53be68 Fixed SD2-1248: Adding many warnings in the current file to the error drawer takes a long time - do not refresh text editor after each individual error/warning 19 years ago
Matt Ward 5029cbe998 Text editor opens files with FileShare.ReadWrite and not FileShare.Read. This allows the text editor to load a file that is locked and being written to by another process the same as Notepad can. 19 years ago
Daniel Grunwald e6bdcac3ae Fixed SD2-1282: Completion inside Select Case statement 19 years ago
Daniel Grunwald 8620427755 Fixed SD2-1286: Nested With statements result in stack overflow 19 years ago
Daniel Grunwald a594307239 Some XML documentation for ICSharpCode.Core. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
David Srbecký 18fc86e2b7 Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad 19 years ago
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