Daniel Grunwald
4c8a325a5e
ProfilerView: bring errors pad to front only if there were errors executing the query.
15 years ago
Siegfried Pammer
c3b06c0517
CaretHighlightAdorner animation is no longer played when stepping
15 years ago
mkonicek
0eebf076af
Merge origin/master to local master.
...
Conflicts:
src/AddIns/DisplayBindings/AvalonEdit.AddIn/AvalonEdit.AddIn.csproj (2 files were added, didn't merge the project file automatically)
15 years ago
Siegfried Pammer
c51c4a525d
fixed SD-1725 - BadImageFormatException when profiling .NET 4 WinForms application
15 years ago
Daniel Grunwald
02b5a9bd37
Merge branch '4.0'
15 years ago
Daniel Grunwald
29d5331f55
Update StringResources.
15 years ago
Daniel Grunwald
79bfc43b10
Merge remote branch 'origin/reports' into 4.0
15 years ago
peterforstmeier
1db7ea0d76
Wizard can work with Views from SqlServer
15 years ago
Daniel Grunwald
6cb64ebefd
Fix SD-1786 - DockPanel - Crash (NullReferenceException in DockingManager.ShowFlyoutWindow)
15 years ago
Daniel Grunwald
7f0d78b734
ContextActionsRenderer: increase delay to 500ms to improve performance when typing in large files.
15 years ago
Daniel Grunwald
710b0e8f30
Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky)
15 years ago
Daniel Grunwald
0dd221f463
Fixed CaretHighlightAdorner animation.
15 years ago
Daniel Grunwald
27d20d4daf
Remove dictionary from HeightTree.
15 years ago
peterforstmeier
190ef0a401
cleanup
15 years ago
peterforstmeier
01d754d617
Add StringResources for Wizard
15 years ago
Daniel Grunwald
f4b0c54f2d
Minor performance improvement for AvalonEdit (e.g. when indenting all lines in the file).
15 years ago
Daniel Grunwald
c744659edb
Use same icon for "collapse all" as in search results pad.
15 years ago
Siegfried Pammer
e9ea4767b7
replaced CaretHighlight control by animated rectangle geometry
15 years ago
Matt Ward
93e5a5dcd3
Update NUnit to version 2.5.9
15 years ago
Daniel Grunwald
adac4478bb
Handle exception when downloading children in TocEntry.
15 years ago
Daniel Grunwald
c59338ab22
Avoid NullReferenceException in LazyCodeCompletionBinding when binding can not be created.
15 years ago
peterforstmeier
361932eb6a
ReportWizard
15 years ago
Siegfried Pammer
71ebb24fcd
fixed NullReferenceException in VBNetExpressionFinder.FindFullExpression (Crash #1554 )
15 years ago
Siegfried Pammer
bc4c41c036
renamed FocusHighlight to CaretHighlight to avoid confusion
15 years ago
Siegfried Pammer
274f6d6596
added an option to deactivate the focus highlight
15 years ago
Siegfried Pammer
2ae57c2021
removed orange search result marker, replaced by focus highlight
15 years ago
Siegfried Pammer
e379983c8a
display a focus highlight when moving the caret by JumpTo()
15 years ago
Daniel Grunwald
0c9ddb5f74
Update to AvalonDock 1.3.3585.
15 years ago
Daniel Grunwald
b130c95019
Make TextRunProperties setter private.
15 years ago
Siegfried Pammer
eece1ecd85
fixed SD-1583 - Finalize() is visible in C# override completion
15 years ago
Siegfried Pammer
998a9db966
fixed SD-1780 - Xaml code completion tooltip hides completion window
15 years ago
Siegfried Pammer
66cfa9957e
fixed background color of ColorPicker popup
15 years ago
Siegfried Pammer
f45bf5e1d7
created new ctor with optional parameters in ProfilerOptions for better usability
15 years ago
Daniel Grunwald
000d891754
Add "embedded image" sample AddIn.
15 years ago
Daniel Grunwald
7b8e65a2d3
Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList.
15 years ago
Daniel Grunwald
1d25ed2fd1
Fix bug in WPF designer: ChangeGroup was left open when creating a control by clicking on the design surface ( http://community.sharpdevelop.net/forums/t/12410.aspx )
15 years ago
Daniel Grunwald
754cb29bfd
Fix off-by-one error in profiler's "Go to definition".
15 years ago
Matt Ward
d9c2ae3a33
Fix SD-1794 - Replace all in selection does not replace any text
15 years ago
Eusebiu Marcu
cde9c67d1b
fix build - implement CollapseAll in MockUnitTestsPad
15 years ago
Eusebiu Marcu
301352be07
add collapse all to unit tests pad
15 years ago
Eusebiu Marcu
0a986b486a
Collapse all in project browser pad and class browser pad
15 years ago
peterforstmeier
7d42a1dac2
Cleanup
15 years ago
Daniel Grunwald
7b011cf067
Make FoldingManager independent of TextView.
...
This allows using a single FoldingManager in multiple TextViews.
15 years ago
peterforstmeier
77bb7ced64
File/Preview and File/Print use Exporter#s (same as in ReportViewer), the standard print code (Renderer's) will not be further developed
15 years ago
Eusebiu Marcu
4ca5aa4757
Center the geometry of the builder
15 years ago
Matt Ward
be8c299f6a
WPF designer now looks in project references for assemblies when opening the designer.
15 years ago
Daniel Grunwald
3e13c25cb1
Fixed performance issue in Ctrl-Space completion.
15 years ago
Daniel Grunwald
b62ec44d37
Fixed performance issue when scrolling down for the first time in a long document.
...
The Highlighter is calling OnHighlightStateChanged() once for each line in the document when the highlighting is initialized for the first time. For each of those calls, we were calling Redraw() to invalidate the following line.
Now we avoid these unnecessary Redraw() calls by ignoring all OnHighlightStateChanged() calls for all 'scanned' lines (all lines other than the one currently being colorized).
15 years ago
Daniel Grunwald
43a01803db
Optimize initializing TextDocument.
15 years ago
Matt Ward
3c808b1b04
Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter
15 years ago