6106 Commits (b27c4aa9248d6845f2a01d83e25273d2431e705e)
 

Author SHA1 Message Date
Daniel Grunwald 31d7fcb8f1 AvalonEdit perf optimization: when the selection changes, don't redraw the whole selection but only the text added/removed from the selection. 15 years ago
Siegfried Pammer af6ed353ce fixed SD2-1452 - VB Parser: dictionary access in with block 15 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 15 years ago
Siegfried Pammer 7482ad64a2 added some missing VB .NET templates 15 years ago
Siegfried Pammer 0471aa9cc8 implemented properties in EF Parser; 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Kumar Devvrat 1d94e769fa - Support changing DockPanel.Dock through quick operations. 15 years ago
Kumar Devvrat 42fbcbc050 Fix build 15 years ago
Kumar Devvrat 05151dfa48 - Implement IServiceProvider members in MockViewContent's. Hopefully fixes build. 15 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 15 years ago
Daniel Grunwald 153ddd46aa Fix bug in global styles that caused crash on startup. 15 years ago
Siegfried Pammer a5d19c3267 - implemented Overrides-CC 15 years ago
Siegfried Pammer 8d087bbd83 - fixed bugs in ExpressionFinder 15 years ago
Siegfried Pammer 1e1e4cd46b fixed bugs in ExpressionFinder and inconsistent completion results 15 years ago
Siegfried Pammer 1da056e7c4 fixed FindExpression after parameter list opening brace 15 years ago
Siegfried Pammer e5b7980240 implemented completion of existing expression when pressing Ctrl+Space 15 years ago
Siegfried Pammer f8797e9c04 fixed selection handling in ExtractPropertiesAsStyleCommand 15 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 15 years ago
Daniel Grunwald 0abe633156 Fixed build. 15 years ago
Siegfried Pammer a245aa9cb9 save only changed snippets in the SharpDevelop options 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
Siegfried Pammer fcb46391af implemented completion for Return 15 years ago
Siegfried Pammer a7e313349c fixed imports-completion after newline 15 years ago
Matt Ward 61331f6699 Code coverage addin is now working again. 15 years ago
Peter Forstmeier 1e70b9b93e Work on Layouter 15 years ago
Siegfried Pammer 97b04446bd fixed CC on invalid expressions 15 years ago
Siegfried Pammer 7b31564b8d fixed CC for New-expressions like 15 years ago
Siegfried Pammer 0c0b4b151f CC is now working at the beginning of the first parameter 15 years ago
Siegfried Pammer 48f95300e4 implemented recursion of types inside types 15 years ago
Siegfried Pammer f85b849478 implemented Interfaces and fixed build 15 years ago
Siegfried Pammer 155eb1a698 implemented Enums 15 years ago
Siegfried Pammer e7e141401b enabled completing existing expressions on ctrl+space 15 years ago
Daniel Grunwald 8b052cb414 Fix forum-11540: C# parser fails on "using global::System;" 15 years ago
Siegfried Pammer 0a4557c9a1 fixed code completion in first parameter 15 years ago
Siegfried Pammer 20cbf34bd8 - reintroduced Identifier-Blocks 15 years ago
Matt Ward b893e70e4b Restructured code coverage unit tests. 15 years ago
Peter Forstmeier 87938cb647 Adjust Directory name 15 years ago
Peter Forstmeier 40b3fb239b Remove TestExporter, adjust Namespaces 15 years ago
Peter Forstmeier 57e8de7087 Enhance PdfRectangle created by DisplayRectangle, small cleanups 15 years ago
Siegfried Pammer aab8d9b0e0 - moved some expression contexts to CSharpExpressionContext 15 years ago
Siegfried Pammer 956ec3bbe3 added VB specific Parameter expression context 15 years ago
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 15 years ago
Peter Forstmeier fb6ddc87af More exact display of long text in small Textfield 15 years ago
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 15 years ago
Siegfried Pammer fa4738ee2a fixed some code completion bugs 15 years ago
Siegfried Pammer 6f56216b3e added infrastructure for VB code completion tests 15 years ago
Siegfried Pammer e89b10cea5 added code snippets for Try-Catch and Using and Properties 15 years ago
Siegfried Pammer c57c78e844 - added New Keyword in Type context 15 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 15 years ago