151 Commits (bc52b86150f11966fd091a7e8ce3dc1edab6c74d)

Author SHA1 Message Date
Daniel Grunwald bc52b86150 Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor. 20 years ago
Markus Palme 165f9fe9e5 patch from Troy Simpson improving gutter selection 20 years ago
Markus Palme b0d238f8c8 patch from Troy Simpson improving texteditor gutter selection behaviour 20 years ago
Matt Ward 8a1e9ad624 SD2-1002. Right clicking in the text editor no longer extends the text selection. 20 years ago
Matt Ward 5de660a1f5 Added incremental search. 20 years ago
Daniel Grunwald cf06a3a000 Prevent fold markers from disappearing if they have no text (fixes SD2-977) 20 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 20 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 20 years ago
Daniel Grunwald bd739ec808 Fixed SD2-745 and SD2-871 (patch by John Simons) 20 years ago
Daniel Grunwald 3c9dc9f139 Fixed forum-8579: "Goto Matching Brace" doesn't work if "Highlighting matching braces" is deactivated 20 years ago
Mike Krüger 406e362462 Fixed vb.net syntax coloring bug 20 years ago
Daniel Grunwald bdb690af14 Adjust vertical scroll bar for visible text range only. Improves text editor performance when editing large files. 20 years ago
Daniel Grunwald 7ea51e06df Fixed forum-8340: error inserting code template in empty file 20 years ago
Daniel Grunwald 959ca301c5 Fixed SD2-831: Text editor jumping after copy and paste 20 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 20 years ago
Daniel Grunwald 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 20 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. 20 years ago
Daniel Grunwald 059d8e0873 Fixed SD2-821: Cursor position after generating event handler 20 years ago
Daniel Grunwald aac539edf7 Fixed SD2-808: Indenting comment when typing colon character or ( ) 20 years ago
Daniel Grunwald e9ff406a9e Fixed SD2-646: Highlighting bug for multiline comments 20 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 20 years ago
Daniel Grunwald 704ea9be70 BooAdvancedHighlighter: only resolve references that in the visible part of the document 20 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 20 years ago
Daniel Grunwald 6255ccddd2 Fixed SD2-696: Code completion list background is transparent when containing one item 20 years ago
Daniel Grunwald a9dcb57f75 Fixed SD2-736: When editing the C# highlighting, the Environment section cannot be changed 20 years ago
Daniel Grunwald d595bff51e Implemented code-completion for Boo's CallableTypeReference. 20 years ago
Daniel Grunwald 3f5b19ca38 Fixed SD2-768: Context menu location when opened via Shift+F10 20 years ago
Daniel Grunwald 1a6fa98461 Added simple ASPX syntax highlighting, added Web application project template by Tom Schröter. 20 years ago
Daniel Grunwald 947d735076 Default syntax highlighting strategy can be extended - patch by Robert Zaunere. 20 years ago
Matt Ward 4808223c7b SD2-378. Selected item's text in bookmark, breakpoint and search results pad now displayed using SystemColors.HighlightText. 20 years ago
Matt Ward 985dfffb70 SD2-413 - Bookmark marker not redrawn correctly after being partially covered by another window. 20 years ago
Matt Ward ea64b543f7 SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 20 years ago
Daniel Grunwald e871bbbb6c Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
Daniel Grunwald 2e030b8b2a Fixed Forum-5038: using "Go to line number" does not clear the selection. 20 years ago
Daniel Grunwald 8c8f945005 Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened. 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
Daniel Grunwald fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard 20 years ago
Daniel Grunwald e6dc607e4f Fixed copy-paste into RTF editors when text contained backslash. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7604eb6050 Fixed SD2-644: Exception when selecting text 20 years ago
Daniel Grunwald e23de4ea60 Fixed VB output visitor: Named attribute arguments 20 years ago
Daniel Grunwald 77b1f00f71 Fixed problem introduces in last revision. 20 years ago
Daniel Grunwald 2f6560630d Fixed problem with highlighting strategy ("default" words had explicit background info set, which caused problems with the CustomLineManager) 20 years ago
Daniel Grunwald a55d3ff4f4 Fixed BOO-613: Exception thrown when double clicking on '"' at the end of the document. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 46f232a188 Use IntPtr instead of int in SendMessage P/Invoke declaration. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago