Translations:Kdevelop4/Manual/Meet KDevelop/11/de: Difference between revisions

From KDE UserBase Wiki
(Initiale Übersetzung)
 
(No difference)

Latest revision as of 18:14, 6 May 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdevelop4/Manual/Meet KDevelop)
If you hover the mouse over the symbol <code>var</code> in function <code>bar</code> you get the option to see all uses of this symbol. Clicking on it will only show you the uses of this variable in function <code>bar</code> because '''KDevelop''' understands that the variable <code>var</code> in function <code>foo</code> has nothing to do with it. Similarly, right clicking on the variable name allows you to rename the variable; doing so will only touch the variable in <code>bar</code> but not the one with the same name in <code>foo</code>.

Wenn Sie mit der Maus über das Symbol var in der Funktion bar fahren, werden Sie die Option erhalten, alle Verwendungen des Symbols zu sehen. Wenn Sie darauf klicken, werden Sie lediglich die Benutzungen dieser Variable in der Funktion bar sehen, weil KDevelop versteht, dass die Variable var in der Funktion foo nichts damit zu tun hat. Wenn Sie auf die Variable rechtsklicken werden Sie die Möglichkeit erhalten, die Variable zu übersetzen. Genau wie bei der Verwendung wird dies nur die Variable in bar betreffen, jedoch nicht die Variable mit dem selben Namen in foo.