Daniel Grunwald
c9b9615253
Revert text editor selection patch from revision 2469, it was causing problems like http://community.sharpdevelop.net/forums/thread/16254.aspx
...
(but keeping change to TextArea.cs - mouse cursor is arrow when it passes over selected text)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2482 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e66c63052e
Change background color of inactive pads.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2474 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
27c4022855
Apply our patches to the docking library; remove patches that are not required anymore from patchnotes.txt
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2473 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1d0aa5bfe4
Update to DockPanel Suite v2.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2472 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
15406c3a1f
Applied text editor selection patch by Troy Simpson.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2469 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e98edfac8c
Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2454 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
40b92e149e
VB token list: "Off" and "Explicit" are not reserved words.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2453 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3b20e9e076
VB parser: "Off" and "Explicit" are not reserved words.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2452 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
39bfcc0013
Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me"
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2437 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cea87a1bcc
Fixed SD2-1329: Index was out of range when cutting text.
...
Replace DoEvents() with a timer to make waiting for the second clipboard set operation non-blocking.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2432 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0b013d8405
Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom.
...
Keep the Z-Order when moving multiple elements between containers.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2421 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
15da21072b
Fixed forum-15559: C# lexer reports error on identifiers like @_ABC
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2419 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3e4222ba45
When deleting directories in the project browser, use Subversion's delete command for directories under version control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2406 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2402 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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).
...
CecilReader now reads attributes for class members.
BooProject now references Boo.Lang.Useful so that code-completion can find it.
Fixed UnknownScriptTag in HTML-Mode.xshd.
Fixed possible deadlock in SearchClassReturnType.cs
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2384 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
55493dcbc3
Fixed SD2-1290: Bookmark position incorrect after pasting several lines before it
...
Make bookmarks pad not show breakpoints and breakpoints pad not show bookmarks.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2367 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2358 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e6bdcac3ae
Fixed SD2-1282: Completion inside Select Case statement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2337 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8620427755
Fixed SD2-1286: Nested With statements result in stack overflow
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2331 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a594307239
Some XML documentation for ICSharpCode.Core.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2318 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1808336a1c
Merged SD 2.1 rev. 2226:2312 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2314 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
15d7aadd27
Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views.
...
Removed SharpQuery.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2313 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
18fc86e2b7
Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2311 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c2ac5dad22
Fixed SD2-1127. Can now comment out a region of text between two existing block comments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2300 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
aaec0f764a
Fixed SD2-1072. The caret position is validated when the TextAreaControl is entered.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2298 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2296 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
9f7af675e0
Added Andrey Gliznetsov's Advanced TreeView
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2295 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cc9430b8dc
Fixed SD2-1087: Setting IEditable.Text does not update undo stack
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2262 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f0bccb60c4
Fixed in rev. SD2-870: 'Hide mouse cursor while typing' make cursor remain hidden on mouse motion
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2241 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7dfd63273a
Improved VB -> C# converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2202 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
137ebabd5a
Fixed SD2-1040: External subs declarations not converted correctly from VB to C#
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2200 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4a374bf942
Fixed SD2-1071: Explicit bounds in array assignment not converted correctly between C#<-->VB.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2199 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
773461f3fb
Fixed SD2-928: Code generation options are ignored
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2198 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9944060a99
Remove GetClass overload that doesn't take a TypeParameterCount
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2195 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9b7a082e24
Add partial C# 3.0 support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2191 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
259a31692e
Fixed code-completion problem introduced in last revision.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2175 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8c2dfd9573
Fixed scope of loop variable in ForStatement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2174 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ca45c905f3
Fixed SD2-931: Undo after inserting code template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2158 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
febc16e23b
Fixed SD2-936: Insight window filename incorrect after renaming file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d2ed72122d
Fixed SD2-740: Right clicking a class bookmark
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2146 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a62ddf0575
Fixed forum-13686: Read-only custom line not so read-only
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2141 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f5793ea348
Fixed some problems reported in the forum.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
37dbcbdeab
Fixed SD2-1078: XML comments color set to black by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2123 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f5c4ab918b
Fixed SD2-1156: JumpTo line position puts cursor at the bottom of the text editor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
988ddfc1de
Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2116 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
355a5f4b59
Fixed SD2-955: Incorrect C# syntax highlighting with verbatim string literals.
...
Fixed SD2-1093: XML syntax highlighting error having an element ending in a "\" character.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2115 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago