file list and other things
Joseph Wenninger <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kate |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm trying among other things to add a new feature to the kate commandline and to the interfaces. That feature is more or less a bugfix for a problem, which will arise soon and means again an incompatible plugin interface for the kate application. Which is not acceptable after 3.1 till 4.0. We should try to stay BC to "older" plugins after the 3.1 release. kate --plugin someplug filename This would allow us to easily startup kate and hand the initialisation over to a plugin. The file "filename" is some config script, which could contain data depending on the plugin it is handled by: a complete project file (document list + plugins + view positions ...) a file list only (that should be the first prove of concept) ...... I think this is the easiest to configure (.desktop) and possibly most powerfull aproach Kind regards Joseph Wenninger