Translations:KDevelop4/Manual/Working with source code/76/qqq: Difference between revisions

From KDE Wiki Sandbox
(Blanked the page)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Это сообщение не имеет описания. Если вы знаете, где или как это сообщение используется, то можете помочь другим переводчикам, добавив к нему описание.

Latest revision as of 18:27, 22 August 2015

Information about message (contribute)
Это сообщение не имеет описания. Если вы знаете, где или как это сообщение используется, то можете помочь другим переводчикам, добавив к нему описание.
Message definition (KDevelop4/Manual/Working with source code)
* '''Snippets''': This provides sequences of text that one uses over an over and doesn't want to write every time. For example, in the project from which the picture above was created, there is a frequent need to write code like <br />
{{Input|1=<nowiki>for (typename Triangulation&lt; dim&gt;::active_cell_iterator cell
     = triangulation.begin_active();
   cell != triangulation.end();
   ++cell)</nowiki>}}<br />This is an awkward expression but it will look almost exactly like this everytime you need such a loop &mdash; which would make it a good candidate for a snippet.

Это сообщение не имеет описания. Если вы знаете, где или как это сообщение используется, то можете помочь другим переводчикам, добавив к нему описание.