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

From KDE Wiki Sandbox
(Created page with "Якщо ви наведете вказівник миші на символ <code>var</code> у функції <code>bar</code>, середовищем буде пункт дл...")
 
m (moved Translations:Kdevelop4/Manual/What is KDevelop?/11/uk to Translations:Kdevelop4/Manual/Meet KDevelop/11/uk: Part of translatable page Translations:Kdevelop4/Manual/Meet KDevelop/11/uk.)
 
(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>.

Якщо ви наведете вказівник миші на символ var у функції bar, середовищем буде пункт для показу всіх використань цього символу. Якщо ви натиснете цей пункт, середовище покаже всі використання змінної у функції bar, оскільки KDevelop розуміє, що змінна var у функції foo це зовсім інша змінна. Крім того, клацання правою кнопкою миші на назві змінної надасть вам змогу перейменувати її. Середовище виконає заміну змінної лише у функції bar, але не чіпатиме зміну з тією самою назвою у функції foo.