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

From KDE UserBase Wiki
(Created page with "'''KDevelop''' показує підказку, зокрема тип змінної (тут: <code>DoFHandler<dim&rt;active_cell_iterator</code>), де цю змінну ог...")
 
No edit summary
 
Line 1: Line 1:
'''KDevelop''' показує підказку, зокрема тип змінної (тут: <code>DoFHandler&lt;dim&rt;active_cell_iterator</code>), де цю змінну оголошено (''контейнер'', яким тут є функція-обгортка <code>get_maximal_velocity</code>, оскільки це локальна змінна), тип даних (змінна, не функція, клас або простір назв) та місце оголошення (у рядку 1314, декілька рядків коду).
'''KDevelop''' показує підказку, зокрема тип змінної (тут: <code>DoFHandler&lt;dim&gt;active_cell_iterator</code>), де цю змінну оголошено (''контейнер'', яким тут є функція-обгортка <code>get_maximal_velocity</code>, оскільки це локальна змінна), тип даних (змінна, не функція, клас або простір назв) та місце оголошення (у рядку 1314, декілька рядків коду).

Latest revision as of 14:10, 12 August 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/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 показує підказку, зокрема тип змінної (тут: DoFHandler<dim>active_cell_iterator), де цю змінну оголошено (контейнер, яким тут є функція-обгортка get_maximal_velocity, оскільки це локальна змінна), тип даних (змінна, не функція, клас або простір назв) та місце оголошення (у рядку 1314, декілька рядків коду).