52 Commits (d54cf7c844366eb77b15d33f3b96ca536e44120d)

Author SHA1 Message Date
Daniel Grunwald 0f3a0732fb Snippets: make ${Caret} work as expected when ${Selection} isn't used. 13 years ago
Daniel Grunwald ab95b18a3f Refactored parser service. 13 years ago
Daniel Grunwald d38eb13e71 AnalyticsMonitorService: move to new services infrastructure 14 years ago
Daniel Grunwald 2fc9ff16e3 Fixed snippet options. 14 years ago
Daniel Grunwald 7aea1ca75e Rewritten ICSharpCode.Core.Properties: 14 years ago
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Siegfried Pammer d579a21ab7 add using-snippet 14 years ago
Siegfried Pammer 3da54df351 finish CreateProperties code generator 14 years ago
Daniel Grunwald f31bca1de7 newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding. 14 years ago
Daniel Grunwald a2add0b62e WIP 14 years ago
Siegfried Pammer 045f41469c added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic 15 years ago
Siegfried Pammer 5679ccc74a reset ctor snippet to version with public; do not generate public or static in the code 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 5afefddcfb InsertCtor inserts static ctor in static class 15 years ago
Siegfried Pammer 6a89a4470c moved AnchorSnippetElement integration to AnchorSnippetElementProvider 15 years ago
Siegfried Pammer 6f0dacc881 - created DefaultSnippetElementProvider for standard SnippetElements 15 years ago
Daniel Grunwald 63a5936468 When saving code snippets, remove any completely empty snippets (might have been added accidentally by clicking into the grid's empty row). 15 years ago
Daniel Grunwald d5fe7a31e5 Fix http://community.sharpdevelop.net/forums/t/11768.aspx by making sure the CodeSnippet properties cannot be null. 15 years ago
Daniel Grunwald b271d6b2a9 Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx 15 years ago
Siegfried Pammer 8ba3ec3ac8 added keyword mapping for VB snippets 15 years ago
Siegfried Pammer 21511453dd fixed isUserModified detection in CodeSnippet 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 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 e89b10cea5 added code snippets for Try-Catch and Using and Properties 15 years ago
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 15 years ago
Siegfried Pammer 2868186abc - added some code snippets for loops and conditional statements 15 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 15 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 15 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 15 years ago
Martin Koníček 04fbe5ad03 Switch snippet code improved based on Daniel's advice. 15 years ago
Martin Koníček de1fefa9a9 Implemented switch snippet which inserts switch body dependent on switch condition. For enum condition prefills are enum cases. For non-enum condition inserts generic switch body with one case, like the old snippet. 15 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 15 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 7dfe0ac44a added ISnippetElementProvider 16 years ago
Daniel Grunwald 2af09d613b Fixed small selection bug in snippet completion window (Ctrl+J). 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago