4481 Commits (6dd81bc8ab60821572f66799ab9f24c35b10256d)

Author SHA1 Message Date
Siegfried Pammer 2ae57c2021 removed orange search result marker, replaced by focus highlight 16 years ago
Siegfried Pammer e379983c8a display a focus highlight when moving the caret by JumpTo() 16 years ago
Siegfried Pammer 998a9db966 fixed SD-1780 - Xaml code completion tooltip hides completion window 16 years ago
Siegfried Pammer f45bf5e1d7 created new ctor with optional parameters in ProfilerOptions for better usability 16 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) 16 years ago
Daniel Grunwald 754cb29bfd Fix off-by-one error in profiler's "Go to definition". 16 years ago
Matt Ward d9c2ae3a33 Fix SD-1794 - Replace all in selection does not replace any text 16 years ago
Eusebiu Marcu cde9c67d1b fix build - implement CollapseAll in MockUnitTestsPad 16 years ago
Eusebiu Marcu 301352be07 add collapse all to unit tests pad 16 years ago
peterforstmeier 7d42a1dac2 Cleanup 16 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 16 years ago
Matt Ward be8c299f6a WPF designer now looks in project references for assemblies when opening the designer. 16 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 16 years ago
Daniel Grunwald 84ed7ca178 Avoid test failure on build server when unit tests for several branches are running concurrently. 16 years ago
mkonicek 1681740ef4 Move statement up/down - basic version with comments. 16 years ago
mkonicek 27306d3f29 Move statement - moves also class members up/down. 16 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 16 years ago
Siegfried Pammer ef888b4c22 SD-1592: color of line numbers is now customisable 16 years ago
mkonicek 3eb705c21f Extend selection - refactoring. 16 years ago
Siegfried Pammer d7a6c74a91 SD-1592: color for non-printable characters is now customisable 16 years ago
mkonicek bb888bf171 Extend selection - moved to separate file. 16 years ago
mkonicek a201a4b412 Extend selection - fix for one-line methods. 16 years ago
mkonicek c3eb3c38a6 Extend selection works with comments (CTRL+W, will be a command in menu). 16 years ago
Matt Ward 8c0fbdc203 Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open 16 years ago
Siegfried Pammer b467d76b21 updated default colors for BracketHighlightRenderer (now with transparency) 16 years ago
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 16 years ago
Siegfried Pammer f5a56a05bd SD-1592: color used for bracket highlighting is now customisable 16 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. 16 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)". 16 years ago
Eusebiu Marcu cc5e41fa01 Remove unused assembly reference 16 years ago
Eusebiu Marcu 590e641d9b remove copy local flags 16 years ago
peterforstmeier 239fb0a454 RowRendering Event, cleanup 16 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). 16 years ago
mkonicek 1e8e0353c0 Context actions - Fix: "Add check for null" is offered only for parameter definitions of non-abstract methods. 16 years ago
Daniel Grunwald f96b37170c Fix build. 16 years ago
Daniel Grunwald 6dfa03cd02 Add maxLength parameter to Value.AsString() method. 16 years ago
Daniel Grunwald 9aa18af3d1 Truncate argument values in CallStackPad. 16 years ago
Daniel Grunwald 7ec189fc1d Add 200ms timeout to CaretReferencesRenderer. 16 years ago
mkonicek 2a826a7a5f Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!) 16 years ago
Siegfried Pammer 3dc2b5b105 fixed unreachable code and added a documentation comment to the Clear()-method. 16 years ago
Siegfried Pammer 85715b044d dispose unneeded AXml data after parsing files without IViewContent 16 years ago
Matt Ward 58b32c7005 Fix null reference exception in IronPython resolver when class member has a null IReturnType. 16 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 16 years ago
Eusebiu Marcu 1c446023e1 Fix SD-701 - Moving the mouse over multiple references to the same object leaves the tooltip displayed 16 years ago
Daniel Grunwald 3b45327b37 Fix SD-1787 - Memory Leak in ContextActionsBulbPopup 16 years ago
Eusebiu Marcu 124cd8e359 Using DragScroll viewer 16 years ago
Eusebiu Marcu 7547363c98 Fix SD-1779 - Attach to process form does not show .NET 2.0 processes 16 years ago
Eusebiu Marcu 46f254874e add effects to refresh button for pin tooltip 16 years ago
Eusebiu Marcu 1326cb47e7 Parallel stacks - Tasks view v0.1 16 years ago
Daniel Grunwald a15456e274 Show version number on start page. 16 years ago