333 Commits (8b507a58ac8c48d7343aee68b75c8427af4c953f)

Author SHA1 Message Date
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
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 ca45c905f3 Fixed SD2-931: Undo after inserting code template 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 355a5f4b59 Fixed SD2-955: Incorrect C# syntax highlighting with verbatim string literals. 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 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 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
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 ad8d980c80 Rewrote subversion DiffPanel using SplitContainers, fixes resizing problems. 20 years ago
Daniel Grunwald f860a723e0 Fixed forum-12405: BracketMatchingStyle bug in Text Editor Control - one line patch by Dan Fowler 20 years ago
Daniel Grunwald 6d85e67099 Speed up folding code a bit. 20 years ago
Daniel Grunwald cec58a8ed4 Fixed ExpressionFinder unit test, added unit tests for folding manager. 20 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Markus Palme 79889f6620 forum 12715 20 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 20 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 20 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 20 years ago
Daniel Grunwald 11bde7c539 Fixed SD2-1011: If statement indentation when no bracket used. 20 years ago
Daniel Grunwald 70a9f05362 Fixed SD2-1142: Indentation removes comments in VB code. 20 years ago
Daniel Grunwald dfe345a6f8 TextArea.IsInputChar now always returns true. This fixes SD2-747: Form containing the text editor and a button with a shortcut 20 years ago
Daniel Grunwald efe9804358 Fixed SD2-1163: Text is shown above text editor's limits when scrolling text horizontally. 20 years ago
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 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Matt Ward 5de660a1f5 Added incremental search. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald cf06a3a000 Prevent fold markers from disappearing if they have no text (fixes SD2-977) 20 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 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
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 20 years ago
Daniel Grunwald 4ad34ac866 Fixed SD2-844: \ is not an escape character in C# XML comments. 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