Menu |
ResourceToolkit addin for SharpDevelop - FeaturesThe ResourceToolkit addin provides tooltips and code completion for resource entries in C# and VB.NET. The resource access techniques that are detected by the addin are described under "Supported resource reference types". Here are some screenshots from inside SharpDevelop that show the capabilities of the addin. Code completionThe code completion window pops up when the beginning of a resource access is detected and shows a list with all resource keys in the accessed resource file(s). If you select one, the key name will be inserted as string literal. TooltipsFurthermore, you get a tooltip when you point on a resource reference showing the file the resource is in and its value: In-place string resource creationThe code completion window also contains an "Add new" entry. If you select that, a dialog window will pop up where you can enter a new string resource key and value. The new entry will be automatically added to the associated resource file without having to open the resource editor and the key will be inserted as string literal. In-place string resource editingWhen you right-click on a valid resource referencing expression, you will get a context menu entry depending on the state of the resource. If the resource key is found, the resource value can be edited. Otherwise, a new resource with the key in the expression can be added. New features since 2006-10-03 (integrated in SharpDevelop 2.1)"Find references" and "Rename""Find references" and "Rename" commands are now available for resource keys. "Find missing resource keys" and "Find unused resource keys"Two new commands are available in the tools menu:
"Find missing resource keys" resolves all resource references in the whole solution and then lists those where the resource key cannot be found in the resource file. However, it does not list resource keys where the resource file cannot be found. |
| Modified: 2008-07-22 | Copyright © 2006-2009 Christian Hornung - chhornung@googlemail.com |