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
Daniel Grunwald
84ed7ca178
Avoid test failure on build server when unit tests for several branches are running concurrently.
15 years ago
Daniel Grunwald
78aa6429bc
Merge branch '4.0'
15 years ago
Daniel Grunwald
5990c898ec
ICSharpCode.Core: memory optimization: use common XmlNameTable for all addins being loaded.
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
mkonicek
1681740ef4
Move statement up/down - basic version with comments.
15 years ago
mkonicek
27306d3f29
Move statement - moves also class members up/down.
15 years ago
mkonicek
85341978e6
Basic implementation of Move statement up / down.
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
mkonicek
3eb705c21f
Extend selection - refactoring.
15 years ago
Siegfried Pammer
d7a6c74a91
SD-1592: color for non-printable characters is now customisable
15 years ago
mkonicek
bb888bf171
Extend selection - moved to separate file.
15 years ago
mkonicek
a201a4b412
Extend selection - fix for one-line methods.
15 years ago
mkonicek
c3eb3c38a6
Extend selection works with comments (CTRL+W, will be a command in menu).
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
mkonicek
819d85012e
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
15 years ago
mkonicek
bbb1b3edc8
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
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
mkonicek
dccf197fb0
Editor context actions - Fix: "Check for (not) null" is only offered if the type of the assigned expression is reference type. Now the actions is offered pretty much only in the situations where it makes sense.
15 years ago
mkonicek
c20aafaee4
Editor context actions - added context action which inserts null checks - for expressions like "a.b.c" inserts "if (a != null && a.b != null)".
15 years ago
Eusebiu Marcu
dca04142c4
add GraphSharp dependencies to setup
15 years ago
Eusebiu Marcu
cc5e41fa01
Remove unused assembly reference
...
Add GraphSharp to installer
15 years ago
Eusebiu Marcu
590e641d9b
remove copy local flags
15 years ago
peterforstmeier
239fb0a454
RowRendering Event, cleanup
15 years ago
mkonicek
2232a63936
Context actions - Fix: "Check for (not) null" is only offered for expressions where it makes sense (method call, property access, variable access, "as" typecast).
15 years ago
mkonicek
1e8e0353c0
Context actions - Fix: "Add check for null" is offered only for parameter definitions of non-abstract methods.
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