Jump to content

Translations:KDevelop4/Manual/Working with source code/34/de: Difference between revisions

From KDE UserBase Wiki
DaGeRe89 (talk | contribs)
Initiale Übersetzung
 
(No difference)

Latest revision as of 14:56, 9 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/Working with source code)
'''KDevelop''' shows me a tooltip that includes the type of the variable (here: <code>DoFHandler&lt;dim&gt;active_cell_iterator</code>), where this variable is declared (the ''container'', which here is the surrounding function <code>get_maximal_velocity</code> since it is a local variable), what it is (a variable, not a function, class or namespace) and where it is declared (in line 1314, just a few lines up in the code).

KDevelop zeigt Ihnen einen Tooltip der den Typ der Variable beinhaltet (hier: DoFHandler<dim>active_cell_iterator), wo die Variable deklariert ist (der container der hier die umgebende Funktion get_maximal_velocity ist, weil es eine lokale Variable ist), was es ist (eine Variable, keine Funktion, keine Klasse und keine Namensraum) und wo die Variable deklariert ist (in Zeile 1314, nur ein paar Zeilen über dem Code).