7035 Commits (7e006da63c0e393590a82bb457c6f4516e987e02)
 

Author SHA1 Message Date
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) 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) 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 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. 15 years ago
Daniel Grunwald 7ec189fc1d Add 200ms timeout to CaretReferencesRenderer. 15 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!) 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
Eusebiu Marcu 31df59031a Merge remote branch 'eusebiu/Parallel' 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