Package: abiword Description-md5: ce3726e526f8ea76d20e3def9d407546 Description-id: efficient, featureful word processor with collaboration AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . This package includes many of the available import/export plugins allowing AbiWord to interact with ODT, WordPerfect, and other formats. It also includes tools plugins, offering live collaboration with AbiWord users on Linux and Windows (using TCP or Jabber/XMPP), web translation and dictionary support, and more. . Additional plugins that require significant amounts of extra software to function are in the various abiword-plugin-* packages. Package: abiword-common Description-md5: 168081fc8391dc5eb8f29d63bb588273 Description-id: efisien, pengolah kata yang kaya fitur dengan kolaborasi --file-file utama AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . Paket ini berisi berkas-berkas utama yang digunakan pada semua arsitektur tanpa modifikasi. Package: abiword-dbg Description-md5: ed01e833aa92f61b62223baad88d7c89 Description-id: debugging symbols for abiword word processor AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . This package includes many of the available import/export plugins allowing AbiWord to interact with ODT, WordPerfect, and other formats. It also includes tools plugins, offering live collaboration with AbiWord users on Linux and Windows (using TCP or Jabber/XMPP), web translation and dictionary support, and more. . This package contains debugging symbols needed for debugging abiword. Package: abiword-plugin-grammar Description-md5: 6accdf3d3fd880aac171af895fb8f340 Description-id: program tambahan untuk pemeriksaan tatabahasa bagi AbiWord AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . Paket ini mengandung sistem pemeriksa tatabahasa langsung bagi dokumen AbiWord. Package: acpi Description-md5: db6ab4efac863dec3b47725e9bbd40ae Description-id: Menampilkan informasi pada perangkat ACPI Berusaha untuk mereplikasi fungsi perintah 'lama' apm pada sistem ACPI, termasuk informasi kondisi baterei dan suhu. Program ini tidak mendukung ACPI suspend, hanya menampilkan informasi mengenai perangkat ACPI. Package: libabiword-3.0 Description-md5: 2574ef9e41c920826760e47a0ed6956c Description-id: efficient, featureful word processor with collaboration -- shared library AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . This package contains the shared library, enabling other applications to integrate AbiWord functionality. Package: libabiword-3.0-dev Description-md5: 920d78a20ddaa977e87f549ec91b6c92 Description-id: efficient, featureful word processor with collaboration -- development files AbiWord adalah aplikasi pengolah kata yang efisien dan kaya fitur. Aplikasi ini cocok untuk memenuhi berbagai kebutuhan pengolahan kata, dan dapat diperkaya dengan berbagai plugin. . This package contains development files for software linking against libabiword-3.0. Package: vim-snipmate Description-md5: b32d99279c72a1dbfce80f206863cd65 Description-id: Vim script that implements some of TextMate's snippets features. SnipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a . . For instance, in a C file using the default installation of snipMate.vim, if you type "for" in insert mode, it will expand a typical for loop in C: . for (i = 0; i < count; i++) { . Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2014-09-03 08:41+0200 PO-Revision-Date: 2014-05-06 13:30+0000 Last-Translator: FULL NAME Language-Team: LANGUAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2014-09-04 17:55+0000 X-Generator: Launchpad (build 17196) . To go to the next item in the loop, simply over to it; if there is repeated code, such as the "i" variable in this example, you can simply start typing once it's highlighted and all the matches specified in the snippet will be updated. . snipMate.vim has the following features among others: . - The syntax of snippets is very similar to TextMate's, allowing easy conversion. - The position of the snippet is kept transparently (i.e., it does not use marks/placeholders inserted into the buffer), allowing you to escape out of an incomplete snippet, something particularly useful in Vim. - Variables in snippets are updated as-you-type. - Snippets can have multiple matches. - Snippets can be out of order. For instance, in a do...while loop, the condition can be added before the code.