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

From KDE UserBase Wiki
(Created page with "Если Вы наведёте курсор мыши на лексему <code>var</code> в функции <code>bar</code>, Вы получите возможность уви...")
 
(No difference)

Latest revision as of 05:15, 17 September 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 понимает, что переменная функции foo по имени var не имеет ничего общего с переменной с тем же именем из функции bar. Точно так же правый клик на переменной позволит Вам переименовать переменную. Это коснётся только переменной в функции bar, а переменная из функции foo окажется нетронутой, не смотря на одинаковое имя.