Translations:KDevelop4/Manual/Working with source code/73/ru: Difference between revisions

From KDE UserBase Wiki
(Created page with "* '''Обозреватель кода''': в зависимости от положения курсора в файле, этот инструмент показывает ...")
 
(No difference)

Latest revision as of 10:10, 24 July 2013

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)
* '''Code Browser''': Depending on your cursor position in a file, this tool shows things that are related. For example, if you are on an <code>#include</code> line, it shows information about the file you are including such as what classes are declared in that file; if you are on an empty line at file scope, it shows the classes and functions declared and defined in the current file (all as links: clicking on them brings you to the point in the file where the declaration or definition actually is); if you are in a function definition, it shows where the declaration is and offers a list of places where the function is used.
  • Обозреватель кода: в зависимости от положения курсора в файле, этот инструмент показывает вещи, которые связаны между собой. Например, если вы находитесь на #include, он покажет информацию о включаемом файле, вы в том числе, например, какие классы объявленные в том файле. Если вы находитесь на пустой строке, он показывает классы и функции, объявленные и определенных в текущем файле (все они представлены в виде ссылок: нажав на них, вы попадете в точку в файле, где находится их объявление или определение), если вы находитесь в определении функции, он показывает, где она объявлена и предлагает список мест, где функция используется.