When customizing my Kate toolbar I ran afoul of something confusing: there are two sets of Save and Save As... icons; one set in Main Toolbar <kate> and the other in Main Toolbar <KatePartView>. I initially used the <kate> ones, which appeared in the default Toolbar Customization dialog, but was disconcerted to find that clicking on Save opened the Sessions -> Save dialog. Eventually I found the ones in <KatePartView>, which save files. Would it be possible to change at least the text that goes with the Session Save icons to avoid such confusion?
Leslie
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2018/09/29 11:27 AM, J Leslie Turriff wrote:
When customizing my Kate toolbar I ran afoul of something confusing: there are two sets of Save and Save As... icons; one set in Main Toolbar <kate> and the other in Main Toolbar <KatePartView>. I initially used the <kate> ones, which appeared in the default Toolbar Customization dialog, but was disconcerted to find that clicking on Save opened the Sessions -> Save dialog. Eventually I found the ones in <KatePartView>, which save files. Would it be possible to change at least the text that goes with the Session Save icons to avoid such confusion?
Leslie
Thanks Leslie, you are using R14.1.0 prebuilds right? The double "save" command is a mistake from my side, didn't noticed the duplication when developing the new Kate's session panel code. Will change the names to something better. Thanks for reporting this.
Cheers Michele
On 2018-09-28 22:22:08 Michele Calgaro wrote:
On 2018/09/29 11:27 AM, J Leslie Turriff wrote:
When customizing my Kate toolbar I ran afoul of something confusing: there are two sets of Save and Save As... icons; one set in Main Toolbar <kate> and the other in Main Toolbar <KatePartView>. I initially used the <kate> ones, which appeared in the default Toolbar Customization dialog, but was disconcerted to find that clicking on Save opened the Sessions -> Save dialog. Eventually I found the ones in <KatePartView>, which save files. Would it be possible to change at least the text that goes with the Session Save icons to avoid such confusion?
Leslie
Thanks Leslie, you are using R14.1.0 prebuilds right?
About Trinity Desktop Environment says R14.0.5.
The double "save" command is a mistake from my side, didn't noticed the duplication when developing the new Kate's session panel code. Will change the names to something better. Thanks for reporting this.
Cheers Michele
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2018/09/29 03:05 PM, J Leslie Turriff wrote:
Thanks Leslie, you are using R14.1.0 prebuilds right?
About Trinity Desktop Environment says R14.0.5.
ah really? perhaps the "save session" command was already there from before and I just reused the same. I will check and in any case adjust to a better name. Cheers Michele
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2018/09/29 03:05 PM, J Leslie Turriff wrote:
On 2018-09-28 22:22:08 Michele Calgaro wrote:
On 2018/09/29 11:27 AM, J Leslie Turriff wrote:
When customizing my Kate toolbar I ran afoul of something confusing: there are two sets of Save and Save As... icons; one set in Main Toolbar <kate> and the other in Main Toolbar <KatePartView>. I initially used the <kate> ones, which appeared in the default Toolbar Customization dialog, but was disconcerted to find that clicking on Save opened the Sessions -> Save dialog. Eventually I found the ones in <KatePartView>, which save files. Would it be possible to change at least the text that goes with the Session Save icons to avoid such confusion?
Leslie
Well, it turns out it is not as quick as a simple rename, because Standard Actions are used in the code. I have opened a new Issue in our TGW to keep track of this.
https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/8
Cheers Michele
On 2018-09-29 07:45:02 Michele Calgaro wrote:
On 2018/09/29 03:05 PM, J Leslie Turriff wrote:
On 2018-09-28 22:22:08 Michele Calgaro wrote:
On 2018/09/29 11:27 AM, J Leslie Turriff wrote:
When customizing my Kate toolbar I ran afoul of something confusing: there are two sets of Save and Save As... icons; one set in Main Toolbar <kate> and the other in Main Toolbar <KatePartView>. I initially used the <kate> ones, which appeared in the default Toolbar Customization dialog, but was disconcerted to find that clicking on Save opened the Sessions -> Save dialog. Eventually I found the ones in <KatePartView>, which save files. Would it be possible to change at least the text that goes with the Session Save icons to avoid such confusion?
Leslie
Well, it turns out it is not as quick as a simple rename, because Standard Actions are used in the code. I have opened a new Issue in our TGW to keep track of this.
https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/8
How strange; one would think it's only standard for Kate, but perhaps also for Kwrite and Kedit as well? In any case, thank you.
Leslie
J Leslie Turriff wrote:
How strange; one would think it's only standard for Kate, but perhaps also for Kwrite and Kedit as well? In any case, thank you.
I admire people that go into that level of detail. It might be that it was always there, but you are the first one to notice it in the 10+y the code exists
FYI: I opened kwrite and the set of icons is not in both, but only in the parts kedit does not have parts.
regards
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2018/09/30 07:47 AM, deloptes wrote:
FYI: I opened kwrite and the set of icons is not in both, but only in the parts kedit does not have parts.
regards
The second set of icons is linked to the code for Kate's sessions, which is probably not present in KWrite or KEdit. Cheers Michele