kdevelop + kde3 (suse8) - bug ?

Simon Hausmann hausmann at kde.org
Mon May 6 21:53:04 UTC 2002


On Mon, May 06, 2002 at 09:30:51PM +0200, Bernd Gehrmann wrote:
> On Monday 06 May 2002 16:15, you wrote:
> 
> > I think b) should be fairly easy to implement, utilizing the
> > BrowserArgs structure when can be passed along with a openURL call.
> >
> > I guess the serviceType field could be used for that, much like
> >
> > text/plain;charset=utf8
> 
> Ah, that's what I missed :-) Is that field set to the http content type
> header when the text part is embedded in Konqueror?

Konqueror always sets the serviceType field for embedded parts, but
it doesn't set this charset attribute. It seems currently only the
http ioslave sends the charset (if available) , through the metaData
interface.

That being said, a part can't rely on that field (charset) being
set, and Konqueror can't set it. But in the specialized case of
kdevelop I guess maybe kdevelop (as caller) could set it, if it
knows? (does it?)

> I'm still confused though. The BrowserExtension object in kate
> belongs to the view, but the file is opened in the document.
> So when a file is loaded, there isn't necessarily a browser
> extension?

No idea about kate's design :) . But a view sounds indeed like the
wrong 'location' .

Simon




More information about the KDevelop-devel mailing list