333 Commits (8b507a58ac8c48d7343aee68b75c8427af4c953f)

Author SHA1 Message Date
Daniel Grunwald 8b507a58ac Use Dictionary instead of Hashtable in BrushRegistry to prevent boxing of Color objects. Use Pen.DashPattern instead of Pen with HatchBrush for dotted pens. 17 years ago
Daniel Grunwald dbaed14afa Memory usage optimization for the Text Editor as suggested in forum-8629. 17 years ago
Daniel Grunwald 650e909244 Fixed forum-8538: incorrect selection on Undo/Redo. 17 years ago
Daniel Grunwald 20fad3dd84 Forum-8545: Fixed color of +/- sign in folding marker. 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 18 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 18 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 18 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 18 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 18 years ago
Daniel Grunwald 72bc6eddad SD2-611 - Auto-Complete tooltip does not word wrap when displayed on the left 18 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 18 years ago
Daniel Grunwald 0ab5c4b55e At "Caret Line" to text editor (disabled by default) - based on patch by Troy Simpson. 18 years ago
Daniel Grunwald ce47d3c5db Throw descriptive exception when escape character '@' is at the end of a highlighting expression. 18 years ago
Daniel Grunwald f60b4cbb8f Fixed NullReferenceExceptions when Clipboard.GetData returns null. 18 years ago
Daniel Grunwald 8b11b9d6e7 r7325@daniel-notebook (orig r3356): daniel | 2008-08-14 22:29:59 +0200 18 years ago
Daniel Grunwald 0b36168819 r7323@daniel-notebook (orig r3354): daniel | 2008-08-14 18:09:24 +0200 18 years ago
Daniel Grunwald b3d8bda1a8 Don't throw exception when an SDK tool is not found. 18 years ago
Daniel Grunwald f18f9a6817 Add "Add check for null" and "Add range check" commands to C# refactoring menu. 18 years ago
Daniel Grunwald 13814fa026 Raise TextAnchor.Deleted events before LineManager.LineCountChanged. 18 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 18 years ago
Daniel Grunwald d2b66aed54 When the code-completion window is opened with Ctrl+Space/"complete when typing", deleting the completed text with backspace closes the code-completion window. 18 years ago
Daniel Grunwald cb0ac968c0 Fixed overwriting selected text by pasting. 18 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 18 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 18 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 18 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 18 years ago
Daniel Grunwald 6c80e7b99b Added managed Caret implementation to the TextEditor. 18 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 18 years ago
Daniel Grunwald 4d258e1545 Don't validate the caret position when a nested EndUpdate() call, only do so on the final EndUpdate() call. 18 years ago
Daniel Grunwald be4618829d Validate caret position after document updates; the caret could get outside the document after refactorings. 18 years ago
Daniel Grunwald ac524be22c Fixed bug that prevented caret position update when confirming code completion with Enter. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Daniel Grunwald 7970b7720d Fixed caret update when scrolling. 18 years ago
Daniel Grunwald 9cdbc0f174 Fixed forum-7725: A zombie caret stays visible when closing a code completion dropdown with Esc. 18 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 18 years ago
Daniel Grunwald 985ca71e1b Add SimpleWorkbenchLayout (a very simple layout which is not using the docking library, all pads are fixed on the left side) 18 years ago
Daniel Grunwald 5f1c768d62 Moved IHighlightingStrategy.GetRuleSet and IHighlightingStrategy.GetColor into a separate interface. 18 years ago
Daniel Grunwald bc1cff71af Fixed forum-7627: FindWordStart function bug 18 years ago
Daniel Grunwald 392ef70922 Fixed SD2-1297: Implement "safe saving" 18 years ago
Daniel Grunwald 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago
Daniel Grunwald 6bfa9f37c2 NRefactory: add support for evaluating C# preprocessing directives 18 years ago
Daniel Grunwald 2d0d13aae7 Fixed forum-7331: Deleting .cs code template group causes code completion to throw NullReferenceException 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald 347af114dd Fixed code completion after new-expression "new SomeClass().Member". 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Matt Ward 849b934739 XML editor now uses the text editor's CodeCompletionWindow instead of its own custom version. 18 years ago
Daniel Grunwald 996079f1d1 Fixed forum-6858: Bug in New Project/New File Dialog: LastSelectedCategory is not saved correctly for sub-categories. 19 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 19 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 19 years ago