333 Commits (8b507a58ac8c48d7343aee68b75c8427af4c953f)

Author SHA1 Message Date
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
Daniel Grunwald e54926242a Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) 20 years ago
Daniel Grunwald a2e8ac5a5c Fixed SD2-606: Scrolling search window to the left corrupts text 20 years ago
Daniel Grunwald b2d5e30003 Fixed SD2-549: Scrolling split window after expanding a region 20 years ago
Daniel Grunwald aa02f22658 Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered). 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
Daniel Grunwald dd15782372 Fixed SD2-569: Wrong file name used for new Link items. 20 years ago
Daniel Grunwald 8688cca5cf Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie'). 20 years ago
Matt Ward a7c53534e1 Set the DesignerSerializationVisibility to hidden for the TextEditorControlBase properties Document and TextEditorProperties. This prevents the forms designer from generating code that cannot be compiled when the text editor control is added to a form at design time. 20 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 21 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 21 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 21 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 21 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 21 years ago
Markus Palme 49bd71eea7 IME patch from Shinsaku Nakagawa 21 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 21 years ago
Daniel Grunwald 9128a01c7b Fixed SD2-544: Tooltip stays visible when user starts typing 21 years ago
Daniel Grunwald cba44d45b9 Fixed SD2-547: Incorrect text line selected after scrolling text editor window 21 years ago
Daniel Grunwald ab7edc9537 When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts). 21 years ago
Daniel Grunwald b842af5b4c Fixed some small bugs. 21 years ago
Daniel Grunwald fb12258ca6 Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). 21 years ago
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 21 years ago
Daniel Grunwald c6a905105d Fixed UTF8 auto-detection. (Thanks to Christian Hornung) 21 years ago
Matt Ward 834d5bf387 Fixed ObjectDisposedException generated when running XSL transform after splitting the XSLT Output window. The TextAreaControl/TextArea classes were not removing document event handlers when disposed. 21 years ago
Daniel Grunwald eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. 21 years ago
Daniel Grunwald 04b763d047 Display TreeGrid in debug mode (currently without content). 21 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Mathias Simmack ac5d144c8d updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself) 21 years ago
Markus Palme a89751b639 fixed problem with disposed window 21 years ago
Markus Palme dc487c7331 Texteditor now uses DeclarationViewWindow instead of ToolTip (part of SD2-498) 21 years ago
Daniel Grunwald 4a3b169576 Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document. 21 years ago
Daniel Grunwald 4d14446434 Add InterpreterWrapper.boo. 21 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 21 years ago
Daniel Grunwald e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. 21 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 21 years ago
Daniel Grunwald 3ad811d6da Add missing file headers. 21 years ago
Daniel Grunwald 7e7413ce36 Update component library, tried to fix exception when switching back from the form designer when deleting controls from the form so that the caret position is after the end of the document. 21 years ago
Matt Ward cf7db885d6 Added more MSBuild file extensions so they are syntax highlighted. 21 years ago
Daniel Grunwald 986a361923 Fixed SD2-479. 21 years ago
Markus Palme 278feb767e SD2-453: ported CustomLineManager from Fidalgo 21 years ago
Markus Palme fe3e18a8f2 Patch from Shinsaku Nakagawa. Fixes two IME problems: 21 years ago
Daniel Grunwald abd9f2604d Fixed SD2-458: Tab is always replaced with 4 spaces 21 years ago
Matt Ward d8bcf5d980 Added support for commenting/uncommenting a selection of xml. 21 years ago
Daniel Grunwald 0ac8a0bd47 Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). 21 years ago
Matt Ward 538974e08e Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property. 21 years ago
Daniel Grunwald ff3ac00775 Improved handling of proportional fonts. 21 years ago
Daniel Grunwald 8f8218c216 Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work) 21 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 21 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 21 years ago