1497 Commits (c09ab8c07238d142bd36b4129794137a5fec7d35)

Author SHA1 Message Date
Siegfried Pammer 045f41469c added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic 15 years ago
mkonicek 5c7d95490b Object graph and collection visualizer are not shown for strings anymore. 15 years ago
Daniel Grunwald 56d8146303 Fixed memory leak in SharpDevelopCompletionWindow 15 years ago
Matt Ward e6ee67e72a Message now shown in dialog when Entity Framework Data Model wizard fails with an error. 15 years ago
Matt Ward 1b99485b88 Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file. 15 years ago
mrward cbe272ce6b Use XML highlighting for file extensions defined in XMLEditor.addin file. 15 years ago
mrward 14de7f0723 Associate supported MSBuild project files with XML editor. 15 years ago
mrward ca3c59d455 Add support for xml completion with the NuGet nuspec XML schema. 15 years ago
Matt Ward 540b66cc37 Ignore FileLoadException thrown when attempting to load an unverifiable assembly. 15 years ago
Daniel Grunwald 5280d731ce Deactivate code completion when non-default input handler (e.g. incremental search) is used. 15 years ago
Matt Ward 90e3b939a3 Fix null reference exception when dragging controls from the toolbox to a WiX dialog when a project has not been opened. 15 years ago
Matt Ward 6e16bab319 Fix null reference exception when opening a WiX dialog in the designer. 15 years ago
mrward 85c7b54d85 Fix right click menu in XML tree view. 15 years ago
mrward 4b3a456fd0 Fix null reference when XmlTreeView not created and clipboard handler methods called. 15 years ago
Siegfried Pammer 067b671ad5 use MouseEventArgs instead of Mouse.GetPosition 15 years ago
Siegfried Pammer f59c66ba3d move MouseHover logic from TextView to separate class and make it reusable 15 years ago
Siegfried Pammer 72ae83ed8e implemented Daniel's suggestion #1: http://community.sharpdevelop.net/forums/p/12701/34494.aspx#34494 15 years ago
Siegfried Pammer cc7fb01bb8 fixed SD-1813 - ArgumentOutOfRangeException when moving mouse over green change marker at start of file (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1813&PROJID=4) 15 years ago
Siegfried Pammer 5c9b0b7ec5 implemented improvements suggested by Adam (BlueNinja) - http://community.sharpdevelop.net/forums/t/12701.aspx 15 years ago
Eusebiu Marcu 7acf7a7e42 Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)." 15 years ago
Eusebiu Marcu a491d12952 Lock view contents when debugger starts and refresh icon since we don't support EnC (yet). 15 years ago
Eusebiu Marcu 53565fa27e fix ChangeMarkerMargin error OnMouseMove when SyntaxHighlighting is null - http://community.sharpdevelop.net/forums/t/12633.aspx 15 years ago
Siegfried Pammer 272502e229 SD-1592: folding controls are customizable 15 years ago
Siegfried Pammer aeee313f0b added copy-button to diff-tooltip 15 years ago
Siegfried Pammer 0a4a65a94e reimplemented deletion as modification of data 15 years ago
Siegfried Pammer 4b7f38fe9b improved diff tooltip 15 years ago
Matt Ward da2ae63119 Fix invalid cast exception when assigning a stylesheet to an XML file. 15 years ago
Eusebiu Marcu de808da9ac Update tooltip for ChangeMarkerMargin when moving mouse on near diffs. 15 years ago
Eusebiu Marcu 9ca217c1df Fix WatchPad issues; 15 years ago
mrward c6e8e72a64 Fix off by one line and column numbers when validating xml. 15 years ago
Eusebiu Marcu d6e1593b8b Remove spaces from lines in DiffTooltip 15 years ago
Eusebiu Marcu 5fbc6ceef1 Added tooltip for ChangeMarkerMargin 15 years ago
Eusebiu Marcu 2894998e5a HiddenDef - Replace while(true) with do...while 15 years ago
Eusebiu Marcu a72baabcd2 v0.2 15 years ago
Eusebiu Marcu 2dc3ec2efc Hidden definitions v0.1 15 years ago
Daniel Grunwald c90c75fa79 Use only one ChangeWatcher instance in split view. 15 years ago
Siegfried Pammer 944c2369d2 optimized DocumentSequence 15 years ago
Siegfried Pammer c402ab82ed move IChangeWatcher, ChangeType and LineChangeInfo to AvalonEdit.AddIn 15 years ago
Siegfried Pammer 2b2f7926d6 remove debug code from DefaultChangeWatcher and ChangeMarkerMargin 15 years ago
Siegfried Pammer 807157d19d added remarks to baseDocument initialization 15 years ago
Siegfried Pammer 6ad839c0fe optimize DocumentSequence.Equals using hash codes of lines 15 years ago
mkonicek df5acd812d Added comments to CaretReferencesRenderer. 15 years ago
Siegfried Pammer e3e72b80e6 ChangeMarkerMargin: optimized refresh performance on load and save 15 years ago
Siegfried Pammer 966fe142f2 added DocumentSequence - works on a per line basis, not per character 15 years ago
mkonicek 62a6e2cd99 Context actions optimization - removed one unnecessary call to EditorContext ctor. 15 years ago
Siegfried Pammer 52bb2f5ac5 change marker now shows deletions 15 years ago
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 15 years ago
Siegfried Pammer b3f1dc804a implemented line number mapping 15 years ago
Siegfried Pammer ee09fe7c73 second try to port MyersDiff 15 years ago
Daniel Grunwald 7f0d78b734 ContextActionsRenderer: increase delay to 500ms to improve performance when typing in large files. 15 years ago