On 2017-08-26 10:26 AM, Lars Paulsen wrote:
Hi All,

I would like to know if there is a way to tabify/untabify a portion of selected text? I know I can mark text and change the indentation with tab/shift tab and that will also delete tabs (if configured).

But it does only delete the tab on the start of the line before the first token. E.g. '-->token-->nextToken;' becomes '....token-->nextToken;' ('.' = one space, '-->' = one tab).
I would like it to become '....token....nextToken;'.

How can I do that, only for a selection - not for the whole document.


I've wanted that a few times as well. One reasonable way would be to change the `Document->Replace [tabs|spaces] with [tabs|spaces]` options to only affect the current selection if there is one. It just requires someone who cares enough to implement it :)

Regards,
Matthew Brush
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to