Neverendingo (Talk | contribs) m (Text replace - "<code>" to "<syntaxhighlight lang="text">") |
Neverendingo (Talk | contribs) m (Text replace - "</code>" to "</syntaxhighlight>") |
||
Line 16: | Line 16: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
VolumeSet(VolumeGet() + 10); | VolumeSet(VolumeGet() + 10); | ||
− | </ | + | </syntaxhighlight> |
It should be something like: | It should be something like: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 26: | Line 26: | ||
</someNewTagName> | </someNewTagName> | ||
</action> | </action> | ||
− | </ | + | </syntaxhighlight> |
==== Frontend ==== | ==== Frontend ==== | ||
* Merge add action and edit action dialog into one dialog | * Merge add action and edit action dialog into one dialog | ||
* KNewStuff for profiles | * KNewStuff for profiles |
See the feature plan for KDE 4.4.
In this section are some ideas and features listened, were discussing about. Maybe these will be implemented in a further release of kdelirc.
VolumeSet(VolumeGet() + 10);
It should be something like:
<action objid="Player" class="volumeup">
<name>Increase volume</name>
<comment></comment>
<someNewTagName>
VolumeSet(VolumeGet() + 10);
</someNewTagName>
</action>