4481 Commits (6dd81bc8ab60821572f66799ab9f24c35b10256d)

Author SHA1 Message Date
Matt Ward da2ae63119 Fix invalid cast exception when assigning a stylesheet to an XML file. 16 years ago
Eusebiu Marcu de808da9ac Update tooltip for ChangeMarkerMargin when moving mouse on near diffs. 16 years ago
Eusebiu Marcu 529abc2e3d support starting urls and attach to the default process (browser or other) 16 years ago
Eusebiu Marcu 9ca217c1df Fix WatchPad issues; 16 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 16 years ago
mrward c6e8e72a64 Fix off by one line and column numbers when validating xml. 16 years ago
Eusebiu Marcu d6e1593b8b Remove spaces from lines in DiffTooltip 16 years ago
Eusebiu Marcu 5fbc6ceef1 Added tooltip for ChangeMarkerMargin 16 years ago
Eusebiu Marcu 7cb1f38325 fix SD-1796 - Unable to debug IIS applications after attaching to aspnet_wp.exe 16 years ago
mkonicek b47a93ab1e Code completion for generic types inserts only e.g. "List<" instead of "List<T>". 16 years ago
peterforstmeier e6a9713527 Fix ImageItem 16 years ago
peterforstmeier 39eecd3d0a Extract included classes to seperate Files 16 years ago
peterforstmeier 20f5ec1954 RoundedRectangle in Pdf 16 years ago
peterforstmeier 5dccb4d1ca remove unused file 16 years ago
peterforstmeier df7f687ebd Rectangle with rounded corners. 16 years ago
mrward 57400acf44 Fix build. 16 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 16 years ago
Eusebiu Marcu 2894998e5a HiddenDef - Replace while(true) with do...while 16 years ago
Eusebiu Marcu 41bbfec826 remove unused indexes 16 years ago
Eusebiu Marcu a72baabcd2 v0.2 16 years ago
Eusebiu Marcu 2dc3ec2efc Hidden definitions v0.1 16 years ago
peterforstmeier efe555b0ec Fix UnitTest's (Remove SetCulture), small fix in Addin.BaseImageItem.cs 16 years ago
Daniel Grunwald c90c75fa79 Use only one ChangeWatcher instance in split view. 16 years ago
Siegfried Pammer 944c2369d2 optimized DocumentSequence 16 years ago
Siegfried Pammer c402ab82ed move IChangeWatcher, ChangeType and LineChangeInfo to AvalonEdit.AddIn 16 years ago
Siegfried Pammer 2b2f7926d6 remove debug code from DefaultChangeWatcher and ChangeMarkerMargin 16 years ago
Siegfried Pammer 807157d19d added remarks to baseDocument initialization 16 years ago
Siegfried Pammer 6ad839c0fe optimize DocumentSequence.Equals using hash codes of lines 16 years ago
mkonicek df5acd812d Added comments to CaretReferencesRenderer. 16 years ago
Siegfried Pammer e3e72b80e6 ChangeMarkerMargin: optimized refresh performance on load and save 16 years ago
Siegfried Pammer 966fe142f2 added DocumentSequence - works on a per line basis, not per character 16 years ago
mkonicek 62a6e2cd99 Context actions optimization - removed one unnecessary call to EditorContext ctor. 16 years ago
Siegfried Pammer 52bb2f5ac5 change marker now shows deletions 16 years ago
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 16 years ago
Siegfried Pammer b3f1dc804a implemented line number mapping 16 years ago
Siegfried Pammer ee09fe7c73 second try to port MyersDiff 16 years ago
Daniel Grunwald 2a5459a0b9 Fixed ArgumentOutOfRangeException in CodeCoverageControl.OpenFile (http://community.sharpdevelop.net/forums/t/12456.aspx). 16 years ago
Daniel Grunwald 4c8a325a5e ProfilerView: bring errors pad to front only if there were errors executing the query. 16 years ago
Siegfried Pammer c51c4a525d fixed SD-1725 - BadImageFormatException when profiling .NET 4 WinForms application 16 years ago
peterforstmeier 1db7ea0d76 Wizard can work with Views from SqlServer 16 years ago
Daniel Grunwald 7f0d78b734 ContextActionsRenderer: increase delay to 500ms to improve performance when typing in large files. 16 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 16 years ago
Daniel Grunwald 0dd221f463 Fixed CaretHighlightAdorner animation. 16 years ago
peterforstmeier 01d754d617 Add StringResources for Wizard 16 years ago
Daniel Grunwald c744659edb Use same icon for "collapse all" as in search results pad. 16 years ago
Siegfried Pammer e9ea4767b7 replaced CaretHighlight control by animated rectangle geometry 16 years ago
Daniel Grunwald adac4478bb Handle exception when downloading children in TocEntry. 16 years ago
peterforstmeier 361932eb6a ReportWizard 16 years ago
Siegfried Pammer bc4c41c036 renamed FocusHighlight to CaretHighlight to avoid confusion 16 years ago
Siegfried Pammer 274f6d6596 added an option to deactivate the focus highlight 16 years ago