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

From KDE UserBase Wiki
(Importing a new version from external source)
 
m (moved Translations:Kdevelop4/Manual/What is KDevelop?/11/da to Translations:Kdevelop4/Manual/Meet KDevelop/11/da: Part of translatable page Translations:Kdevelop4/Manual/Meet KDevelop/11/da.)
 
(No difference)

Latest revision as of 18:14, 3 June 2011

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>.

Hvis du lader musen svæve over symbolet var i funktionen bar, så får du mulighed for at se alle anvendelser af dette symbol. Klikker du på det, så får du kun anvendelserne af denne variabel i funktionen bar fordi KDevelop forstår, at variablen var i funktionen foo ikke har noget at gøre med den. Tilsvarende kan du omdøbe en variabel ved at højreklikke på den; dette vil kun påvirke variablen i bar og ikke variablen af samme navn i foo.