Eusebiu Marcu
0a986b486a
Collapse all in project browser pad and class browser pad
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
Daniel Grunwald
84ed7ca178
Avoid test failure on build server when unit tests for several branches are running concurrently.
15 years ago
mkonicek
f6077076b2
Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult)
...
-> Find references and context menu on constructor definitions work
Please Daniel check if this is OK and also tell me if fixes like this are already useless because of the new NRefactory. (next thing I would like to fix are Find references to interface members).
15 years ago
Siegfried Pammer
d9f3afd5b2
SD-1592: DottedLineMargin got same color as line numbers
15 years ago
Siegfried Pammer
ef888b4c22
SD-1592: color of line numbers is now customisable
15 years ago
Siegfried Pammer
d7a6c74a91
SD-1592: color for non-printable characters is now customisable
15 years ago
Matt Ward
8c0fbdc203
Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open
15 years ago
Siegfried Pammer
b467d76b21
updated default colors for BracketHighlightRenderer (now with transparency)
15 years ago
Siegfried Pammer
bbe1cdb13a
use WpfDesigner color picker in ColorPicker button
15 years ago
Siegfried Pammer
8405f8c707
moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj
15 years ago
Siegfried Pammer
f5a56a05bd
SD-1592: color used for bracket highlighting is now customisable
15 years ago
Daniel Grunwald
f96b37170c
Fix build.
15 years ago
Daniel Grunwald
6dfa03cd02
Add maxLength parameter to Value.AsString() method.
15 years ago
Daniel Grunwald
9aa18af3d1
Truncate argument values in CallStackPad.
...
This avoids performance problems when long strings are passed as arguments.
15 years ago
Daniel Grunwald
7ec189fc1d
Add 200ms timeout to CaretReferencesRenderer.
15 years ago
Siegfried Pammer
9f130b0233
fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception.
15 years ago
Siegfried Pammer
3dc2b5b105
fixed unreachable code and added a documentation comment to the Clear()-method.
15 years ago
Siegfried Pammer
85715b044d
dispose unneeded AXml data after parsing files without IViewContent
15 years ago
Matt Ward
58b32c7005
Fix null reference exception in IronPython resolver when class member has a null IReturnType.
15 years ago
Daniel Grunwald
794a0f8af7
Fix "interaction problem between code completion and scrolling" ( http://community.sharpdevelop.net/forums/t/12215.aspx )
15 years ago
Daniel Grunwald
b9b8378eae
Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus
15 years ago
Eusebiu Marcu
4d16b9d2a8
Merge branch '4.0' of https://github.com/icsharpcode/SharpDevelop into 4.0
15 years ago
Eusebiu Marcu
1c446023e1
Fix SD-701 - Moving the mouse over multiple references to the same object leaves the tooltip displayed
15 years ago
Siegfried Pammer
5c45af55b3
working on SD-1592: converted C++, HTML, JavaScript and Java highlighting to new format
15 years ago
Siegfried Pammer
d43ee6b81c
working on SD-1592: translated Coco-Mode.xshd to the new format
15 years ago
Siegfried Pammer
2e248e72e1
working on SD-1592: translated ASPX.xshd to the new format
15 years ago
Siegfried Pammer
f7c9cb8c1c
working on SD-1592: translated PHP-Mode.xshd to the new format
15 years ago
Matt Ward
9c333a8e6c
Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception
15 years ago
Daniel Grunwald
3b45327b37
Fix SD-1787 - Memory Leak in ContextActionsBulbPopup
15 years ago
Daniel Grunwald
5205d52d1f
Add setter to TextDocument.UndoStack.
15 years ago
Eusebiu Marcu
daf172e700
Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion)
15 years ago
Eusebiu Marcu
73b5a6660a
Fix SD-1782 - Interaction between bookmarks and breakpoints
15 years ago
Eusebiu Marcu
7547363c98
Fix SD-1779 - Attach to process form does not show .NET 2.0 processes
15 years ago
Daniel Grunwald
890ecbb23c
AvalonEdit: calculate WideSpaceWidth instead of simply using FontSize/2.
15 years ago
Siegfried Pammer
a5ac7aa860
fixed SD-1778 - No Xaml completion for TextBlock FontFamily
15 years ago
Matt Ward
996193282c
Fix null reference when completion window closed and completion list selection changed event fired afterwards.
15 years ago
Daniel Grunwald
2f53cc69da
Fix build.
15 years ago
Daniel Grunwald
021db4c9fa
Use InvariantCulture instead of Ordinal in CompletionList filtering.
15 years ago
Daniel Grunwald
12f96be5bf
Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo()
15 years ago
Siegfried Pammer
b83553d64c
fixed http://community.sharpdevelop.net/forums/t/12320.aspx
15 years ago
Matt Ward
10b427cfaf
Fix SD-1657 - Grid adorner - File no longer marked as dirty when just moving the mouse over the column header.
15 years ago
Daniel Grunwald
55edf3e0c4
Merge remote branch 'origin/reports' into 4.0
15 years ago
peterforstmeier
042aecda37
Cleanup from FxCop
15 years ago
Daniel Grunwald
da47da368f
Remove "Beta 4" from setup.
15 years ago