333 Commits (8b507a58ac8c48d7343aee68b75c8427af4c953f)

Author SHA1 Message Date
Daniel Grunwald 5edf2f6842 Fixed bug in text editor drag+drop that could cause an undo group to stay open. 19 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 19 years ago
Daniel Grunwald a8c71399b6 Fixed SD2-1378: Bookmarks behave incorrectly when removing text 19 years ago
Daniel Grunwald 9dbecc48ee Implemented SD2-1371: Use recycle bin to delete files. 19 years ago
Daniel Grunwald 2fb0252633 Fixed removing lines in the text editor. 19 years ago
Daniel Grunwald 1eabdccf12 Add TextAnchor to text editor. 19 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 19 years ago
Daniel Grunwald f21b08932d TextView.VirtualTop: X was a column number, Y a pixel position. Now both are pixel positions. 19 years ago
Daniel Grunwald d8653d3205 Fixed forum-18069: Text selection lags mouse depending on font 19 years ago
Daniel Grunwald 9afa0e7ebe RunProject command: compile project before running it. 19 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 19 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 19 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 19 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 19 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 19 years ago
Daniel Grunwald 326db119e1 Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers. 19 years ago
Daniel Grunwald e49d2b4493 TextEditor: Fixed UpdateToEnd when there are folded regions. 19 years ago
Daniel Grunwald e8a0736262 TextAreaMouseHandler: This patch by Troy Simpson fixes an issue with selecting text via double-click, then following-up with a gutter selection. 19 years ago
Daniel Grunwald 5b6a66edab Applied text editor selection patch by Troy Simpson. 19 years ago
Daniel Grunwald c09f7049f4 Fixed forum-17570: text editor saves an additional empty when saving a file. 19 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 19 years ago
Daniel Grunwald 988c450347 Revert text editor selection code to that currently used by SD 2.1 - keyboard selection was broken by an old version of Troy Simpson's patch. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Daniel Grunwald f3787b6fc0 Fixed import of VS2003 projects that were saved with system encoding. 19 years ago
Daniel Grunwald a627f020d5 Disable IME on 64-bit Windows. 19 years ago
Daniel Grunwald 797979974d Syntax highlighting: Allow keyword groups without keywords to fix SD2-1354: Saving an empty keyword list using the highlighting editor causes the highlighting file to become invalid 19 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 19 years ago
Daniel Grunwald 06388697e0 Update language resources. 19 years ago
Daniel Grunwald ad7a0b1646 Fixed inferring type argument for a method with an IEnumerable<T> parameter when an array is passed to the method. (backported from 3.0.0.2506) 19 years ago
Christian Hornung 444f6b6341 Fixed the mouse cursor staying hidden after typing when the text area loses focus without the mouse being moved (e.g. when the user types some code and then opens a modal dialog box by using keyboard shortcuts only). 19 years ago
Daniel Grunwald f5ec7a15b8 Replace List<LineSegment> with an augmented red-black tree that supports all operations (Insert, Remove, GetSegmentByOffset, GetSegmentByIndex and adjusting the line's offsets after insertions) in O(lg n) time (with n=number of lines in document). 19 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 19 years ago
Markus Palme 17b30fc31d TextEditor selection patch from Troy Simposon 19 years ago
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 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 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 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 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 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
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