Translations:Kdevelop5/Manual/Meet KDevelop/12/da: Difference between revisions

From KDE UserBase Wiki
(Created page with "Hvis du lader musen svæve over symbolet <code>var</code> i funktionen <code>bar</code>, så får du mulighed for at se alle anvendelser af dette symbol. Klikker du på det, s...")
 
(No difference)

Latest revision as of 07:14, 27 August 2017

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 (Kdevelop5/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.