~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to utilities/advancedrename/parser/options/README

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ADDING NEW OPTIONS:
 
2
 
 
3
Just copy the 'dummyoption' class in here and change it to your needs.
 
4
A little explanation has been added to the class.
 
5
Take a look at all the other option classes to see how they work.
 
6
 
 
7
After you implemented your new rename option, you need to register it with one of the parsers.
 
8
Right now only one parser exists, it is called 'DefaultRenameParser' and can be found in
 
9
'utilities/advancedrename/parser/'