|
Post by MrHiggins on Dec 14, 2021 9:26:18 GMT -5
Hi, With the liberty BASIC editor when selecting a block of text and then press tab it clears the selected block. I would like it to indent the selected block like it does in other editors? Don't know if any others feel similar to me on this as I am constantly clearing instead of indenting. 
|
|
|
Post by Carl Gundel on Dec 14, 2021 11:33:41 GMT -5
Hi, With the liberty BASIC editor when selecting a block of text and then press tab it clears the selected block. I would like it to indent the selected block like it does in other editors? Don't know if any others feel similar to me on this as I am constantly clearing instead of indenting. Liberty BASIC v5.0 doesn't support the indenting feature you're looking for either I'm afraid. If it does appear, it probably won't until at least v5.1.
|
|
|
Post by MrHiggins on Dec 14, 2021 13:40:05 GMT -5
Thanks Carl for considering it for the future, much appreciated 
|
|
|
Post by Carl Gundel on Dec 14, 2021 20:17:46 GMT -5
Thanks Carl for considering it for the future, much appreciated  One thing that you will appreciate with the current v5 work is a proper undo/redo function so that when you accidentally delete stuff, you can reliably undo it. 
|
|
|
Post by PaulDZ on Dec 14, 2021 23:54:32 GMT -5
Hi, With the liberty BASIC editor when selecting a block of text and then press tab it clears the selected block. I would like it to indent the selected block like it does in other editors? Don't know if any others feel similar to me on this as I am constantly clearing instead of indenting. Liberty BASIC v5.0 doesn't support the indenting feature you're looking for either I'm afraid. If it does appear, it probably won't until at least v5.1. When you do consider this, please consider a "un-tab" feature also. It can come in very handy. Also, will you be considering the block commenting/un-commenting also?
|
|
|
Post by MrHiggins on Dec 15, 2021 2:43:45 GMT -5
When you do consider this, please consider a "un-tab" feature also. It can come in very handy. Also, will you be considering the block commenting/un-commenting also? I second this as well. For the un indent editors usually use shit + tab I have found.
|
|
|
Post by Rod on Dec 15, 2021 2:53:50 GMT -5
I am pretty sure we have had code beautifiers discussed in the past. Does anyone have any auto indent code?
|
|
|
Post by tsh73 on Dec 15, 2021 4:16:15 GMT -5
I'm afraid that's different kind of a beast. Tab/Shift TAB - indents as *I* want, *right now* (and may be tomorrow I will change my mind) Auto ident code indents as program author decided back then. Even if that author was you back then, right now you can have different opinion.
|
|
|
Post by Carl Gundel on Dec 15, 2021 7:56:35 GMT -5
Liberty BASIC v5.0 doesn't support the indenting feature you're looking for either I'm afraid. If it does appear, it probably won't until at least v5.1. When you do consider this, please consider a "un-tab" feature also. It can come in very handy. Also, will you be considering the block commenting/un-commenting also? Sure, why not? 
|
|
|
Post by MrHiggins on Dec 15, 2021 9:16:36 GMT -5
Another one that is similar to this request that Visual Studio and Visual Code have is pressing ALT + UP to move a line up and ALT + DOWN to move a line down. I use it all the time.
|
|