All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)* '''Snippets''': This provides sequences of text that one uses over and over and doesn't want to type repeatedly. For example, in the project from which the picture above was created, there is a frequent need to write code like: <syntaxhighlight lang="cpp" line>if(vcs->isVersionControlled(source)) {
   VcsJob* job=vcs->copy(source, target);
   if(job) {
       return job->exec();
   </syntaxhighlight>The code segment will look exactly like this every time you need to use such a segment of code &mdash; which would make it a good candidate for a snippet.
 h Ukrainian (uk)* '''Фрагменти''': на цій панелі буде наведено фрагменти тексту, які використовують вами регулярно, і які ви не хочете повторно вводити кожного разу. У прикладі, на основі якого було створено знімок екрана, була потреба часто використовувати фрагмент коду <syntaxhighlight lang="cpp" line>if(vcs->isVersionControlled(source)) {
   VcsJob* job=vcs->copy(source, target);
   if(job) {
       return job->exec();
   </syntaxhighlight>Цей вираз завжди використовуватиметься у такій формі кожного разу — чудовий кандидат на включення до списку фрагментів.