Jump to content

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

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "'''KDevelop''' показує підказку, зокрема тип змінної (тут: <code>container</code>), де цю змінну оголошено (''конте..."
 
(No difference)

Latest revision as of 12:24, 23 March 2020

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/Working with source code)
'''KDevelop''' shows me a tooltip that includes the type of the variable <code>container</code>, where this variable is declared (the ''container'', which
here is in the surrounding function <code>operator()(AreaIndex *index))</code>, what it is (a variable, not a function, class or namespace) and where it is declared (in line 376, just a few lines up in the code).

KDevelop показує підказку, зокрема тип змінної (тут: container), де цю змінну оголошено (контейнер, яким тут є функція-обгортка operator()(AreaIndex *index), оскільки це локальна змінна), тип даних (змінна, не функція, клас або простір назв) та місце оголошення (у рядку 376, декількома рядками коду вище).