Kig/FAQ/uk: Difference between revisions
(Created page with ";Як імпортувати файл макросу?") |
(Created page with ":Після отримання файла макросу з певного джерела, ви можете імпортувати його до '''Kig''' у один з оп...") |
||
Line 8: | Line 8: | ||
;Як імпортувати файл макросу? | ;Як імпортувати файл макросу? | ||
: | :Після отримання файла макросу з певного джерела, ви можете імпортувати його до '''Kig''' у один з описаних нижче способів (опис для типової системи Linux): | ||
:*''Global installation'' (requires the root privileges), install a macro for every '''Kig''' users on that machine: place it in <tt>$KDEDIR/share/apps/kig/builtin-macros/</tt>. The new macro(s) will be available in '''Kig''' the next time you start '''Kig'''. | :*''Global installation'' (requires the root privileges), install a macro for every '''Kig''' users on that machine: place it in <tt>$KDEDIR/share/apps/kig/builtin-macros/</tt>. The new macro(s) will be available in '''Kig''' the next time you start '''Kig'''. |
Revision as of 12:34, 15 September 2012
Домівка » Програми » Освіта » Kig » Kig/FAQ/uk
У цьому розділі ви можете знайти відповіді на поширені питання щодо Kig, надані звичайними користувачами програми. Якщо у вас виникають якісь питання або ви вважаєте, що у цьому списку питань чогось не вистачає, будь ласка, зв’яжіться з автором англомовної версії цієї сторінки.
Користування Kig
- Як імпортувати файл макросу?
- Після отримання файла макросу з певного джерела, ви можете імпортувати його до Kig у один з описаних нижче способів (опис для типової системи Linux):
- Global installation (requires the root privileges), install a macro for every Kig users on that machine: place it in $KDEDIR/share/apps/kig/builtin-macros/. The new macro(s) will be available in Kig the next time you start Kig.
- Local installation, install a macro only for the user which installed it: in Kig, select , click on the Import button, select the macro file(s) you want to import, and you're done.
- You can find some Kig macros in the Macro Repository.
- Is it possible to edit a Python script? How?
- It is possible with Kig 0.10.6 (shipped with KDE 3.5.4) and above versions. To edit a Python script, just right click on the object produced by the script, and select . Then edit the script and a click on will apply your changes.
- Have a look at the Kig Python scripting API Documentation.