Kig/FAQ: Difference between revisions
< Kig
(Marked up for translation) |
(Marked this version for translation) |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{{EduBreadCrumbs|parent=Kig}} | {{EduBreadCrumbs|parent=Kig}} | ||
<!--T:2--> | |||
This section is meant to answer frequently asked questions about '''Kig''' that I get from users. If you still have any questions or think a question is missing here, please let me know. | This section is meant to answer frequently asked questions about '''Kig''' that I get from users. If you still have any questions or think a question is missing here, please let me know. | ||
==Using Kig== | ==Using Kig== <!--T:3--> | ||
<!--T:4--> | |||
;How can I import a macro file? | ;How can I import a macro file? | ||
<!--T:5--> | |||
:Once you have a macro file, you can import it into '''Kig''' using one of these instructions (tailored for a typical Linux system): | :Once you have a macro file, you can import it into '''Kig''' using one of these instructions (tailored for a typical Linux system): | ||
<!--T:6--> | |||
:*''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'''. | ||
<!--T:7--> | |||
:*''Local installation,'' install a macro only for the user which installed it: in '''Kig''', select <menuchoice>Types -> Manage Types</menuchoice>, click on the Import button, select the macro file(s) you want to import, and you're done. | :*''Local installation,'' install a macro only for the user which installed it: in '''Kig''', select <menuchoice>Types -> Manage Types</menuchoice>, click on the Import button, select the macro file(s) you want to import, and you're done. | ||
<!--T:8--> | |||
:You can find some '''Kig''' macros in the [[Special:myLanguage/Kig/Macros|Macro Repository]]. | :You can find some '''Kig''' macros in the [[Special:myLanguage/Kig/Macros|Macro Repository]]. | ||
<!--T:9--> | |||
;Is it possible to edit a Python script? How? | ;Is it possible to edit a Python script? How? | ||
<!--T:10--> | |||
: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 <menuchoice>Edit Script...</menuchoice>. Then edit the script and a click on <menuchoice>Finish</menuchoice> will apply your changes. | :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 <menuchoice>Edit Script...</menuchoice>. Then edit the script and a click on <menuchoice>Finish</menuchoice> will apply your changes. | ||
<!--T:11--> | |||
: Have a look at the [http://edu.kde.org/kig/manual/scripting-api/index.html '''Kig''' Python scripting API Documentation]. | : Have a look at the [http://edu.kde.org/kig/manual/scripting-api/index.html '''Kig''' Python scripting API Documentation]. | ||
<!--T:12--> | |||
[[Category:Education]] | [[Category:Education]] | ||
</translate> | </translate> |
Latest revision as of 10:23, 15 September 2012
Home » Applications » Education » Kig » FAQ
This section is meant to answer frequently asked questions about Kig that I get from users. If you still have any questions or think a question is missing here, please let me know.
Using Kig
- How can I import a macro file?
- Once you have a macro file, you can import it into Kig using one of these instructions (tailored for a typical Linux system):
- 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.