Bug 64059 - Gideon/KATE does not remember state of default breakpoint/bookmark menu selection
Summary: Gideon/KATE does not remember state of default breakpoint/bookmark menu selec...
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 05:33 UTC by Jon Smirl
Modified: 2003-11-03 22:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2003-09-11 05:33:58 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

When I select default breakpoint/bookmark in the left margin of KATE. This selection should be remembered accross sessions.
Comment 1 Jens Dagerbo 2003-11-03 12:48:11 UTC
Hmm.. I guess. I hardly think this qualifies as a bug, but...

If implemented, should this be remembered on 
1. "session basis" - last set value for this project
or
2. "application wide" - last set value is used for all projects all the time

?
Comment 2 Jon Smirl 2003-11-03 17:25:54 UTC
It is definitely broken right now. I can set the default to breakpoint, then open another file and it jumps back to bookmark.
Comment 3 Jens Dagerbo 2003-11-03 17:31:29 UTC
hmm.. good point. I hadn't noticed. Definitely qualifies as a bug.
Comment 4 Jens Dagerbo 2003-11-03 18:18:10 UTC
Upon closer inspection, this one might present a problem...

The mark selection menu is part of katepart, so responsibility for persisting the selected option would have to lie there. But.. wouldn't this mean that the selected option would be enforced for all applications that embeds katepart, as I doubt katepart can (or should attempt to) tell the difference?

Reassigning to katepart. As far as I can tell, we can't affect it. Leaving it up to the kate developers to figure out if it is currently possible to implement this feature.
Comment 5 Christoph Cullmann 2003-11-03 20:41:47 UTC
its simple to fix in kate, will let this value be remembered in config global for all views, if kdevelop is clever enough to give it's own kconfig objects to the read/writeConfig methodes of ktexteditor that won't influence other apps using katepart (and kate or kwrite even not if they are not that clever, as we store our stuff in the katerc or kwriterc)
Comment 6 Christoph Cullmann 2003-11-03 22:18:18 UTC
fixed in cvs now