Problem description: Why is there no efficient way to do this in one or many cells? (I frequently need to use the menu, which means three or four steps for something which I should be able to do in one step.) I am not a programmer, so I lack the ability to do this myself. Steps to reproduce: 1. .... 2. .... 3. .... Current behavior: Expected behavior: Operating System: Mac OS X Version: 3.6.5.2 release
I think this is an enhancement request, so changing importance level. Also this applies to all OS's, changed the platform as well.
Temporary solution is to use http://extensions.libreoffice.org/extension-center/wrap-unwrap-insert-copied-row-or-column-and-paste-value. But the "wrap text" toolbar icon should be added to LO ASAP.
Seems like there's still no Wrap Text icon in LO 4.3.
Well the easiest workaround is to click the checkbox in the sidebar. :D I couldnt find an .uno command for this, so its not a simple process of just adding it to the menu.
(In reply to Jay Philips from comment #4) > Well the easiest workaround is to click the checkbox in the sidebar. :D > > I couldnt find an .uno command for this, so its not a simple process of just > adding it to the menu. Is this about the "Wrap text" checkbox from the Alignment panel? In that case the command is .uno:WrapText, and it can be found in the customization dialog under the Format category with the title "Automatic Row Break". Unfortunately it has no icon.
(In reply to Maxim Monastirsky from comment #5) > Is this about the "Wrap text" checkbox from the Alignment panel? In that > case the command is .uno:WrapText, and it can be found in the customization > dialog under the Format category with the title "Automatic Row Break". > Unfortunately it has no icon. Well that was my assumption from the bug description. So do you think we should rename the title as i was searching through all the categories looking for 'Wrap' and didnt find anything that i thought resembled it. I'll start working on an icon. Any suggestions on where in the toolbar the button should be placed?
(In reply to Jay Philips from comment #6) > So do you think we > should rename the title as i was searching through all the categories > looking for 'Wrap' and didnt find anything that i thought resembled it. Yes, this probably would be a good idea.
> Well that was my assumption from the bug description. So do you think we > should rename the title as i was searching through all the categories > looking for 'Wrap' and didnt find anything that i thought resembled it. I'll > start working on an icon. > > Any suggestions on where in the toolbar the button should be placed? I renamed to "FORMATTING: Icon in Calc toolbar - wrap text alignment". I think the button should be in the alignment part of Formatting toolbar, right from Merge and Center Cells.
(In reply to Timur from comment #8) > I think the button should be in the alignment part of Formatting toolbar, > right from Merge and Center Cells. I thought so as well after seeing it in Excel. :D
I hope it will be done, and backported to LO 4.3.
(In reply to Timur from comment #10) > I hope it will be done, and backported to LO 4.3. Doubt it can be backported as there is a UI freeze.
(In reply to Timur from comment #10) > I hope it will be done, and backported to LO 4.3. I wonder why do you need anything backported to 4.3, when you can add it yourself to the toolbar? (right click->Customize Toolbar...->Add->Format->Automatic Row Break)
I did some initial work on an icon, using the icon metaphor from other office suites, and here is the result. ( https://redmine.documentfoundation.org/attachments/download/341/text%20wrap.png )
(In reply to Jay Philips from comment #13) > I did some initial work on an icon, using the icon metaphor from other > office suites, and here is the result. ( > https://redmine.documentfoundation.org/attachments/download/341/text%20wrap. > png ) Looks good!
Patch sent - https://gerrit.libreoffice.org/#/c/12163/1
Yousuf Philips committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=80f49553518e6d344dae81358b8d7fb5f24c3cf1 fdo#60349 - FORMATTING: Icon in Calc toolbar for wrap text It will be available in 4.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 84278 has been marked as a duplicate of this bug. ***
*** Bug 67325 has been marked as a duplicate of this bug. ***
Very nice. (In reply to Maxim Monastirsky from comment #12) > (In reply to Timur from comment #10) > > I hope it will be done, and backported to LO 4.3. > I wonder why do you need anything backported to 4.3, when you can add it > yourself to the toolbar? (right click->Customize > Toolbar...->Add->Format->Automatic Row Break) Well, I didn't know about it. I only looked for "Wrap". But finally for 4.3 it's not about me, because I used the wrap extensions (meaning I solved it somehow), but about majority of others who don't customize the toolbar. And I'm still on 4.2, so it'll take long before I go to 4.4, and probably many users. Although I understand if that can't be done.
How about for 4.3, we backport the icon and add a hidden entry in the formatting toolbar to enable it. What do you think Maxim?
(In reply to Jay Philips from comment #20) > How about for 4.3, we backport the icon and add a hidden entry in the > formatting toolbar to enable it. What do you think Maxim? Not sure, the rules of the UI freeze aren't clear to me. But keep in mind that there is also a string freeze, so the title change could be also problematic.
(In reply to Maxim Monastirsky from comment #21) > Not sure, the rules of the UI freeze aren't clear to me. But keep in mind > that there is also a string freeze, so the title change could be also > problematic. Yes i wasnt planning to change the string as the icon should tell it all. ;D Any idea who is should get approval about this from?
Okay it has been backported as hidden in the toolbar, so users can easily enable it if they want and the label was left as is. https://gerrit.libreoffice.org/12254
Hi, as said on IRC, even if the string freeze rule can be broken for few strings to be added, it should always be worth the work it will create (extract the strings, update Pootle tremplate, translate in x languages, commit the changes, etc). So we do that when it's really mandatory to fix an issue or a feature. I don't think it's the case here :) Sophie
So the 4.3 patch is in and will be in the next release. :D
In 4.3.5 I can see the icon in the toolbar (not visible by default), but it's still "Automatic Row Break" instead of "Wrap text" as it's named in sidebar?
Unfortunately changing the name of the button doesnt outweigh the extra work by others that would need to go into it.
*** Bug 88054 has been marked as a duplicate of this bug. ***