Select and delete text in Cmder - cmder

I'd like to select the text and delete.
The behaviour of the Cmder is a little bit confusing.
If I select text leftward(e.g Shift+Left arrow, Shift+Home), I can delete the selected text, But when I select text using rightward(Shift+Right arrow, Shift+End), I can't delete.
Is this by design? or am I missing something?
Below is the description of those hotkeys
Shift+Left
Start text selection, ignored in Far, may be disabled on ‘Mark & Paste’ and ‘App distinct’ pages: Select(0,-1)
Shift + Right
Start text selection, ignored in Far, may be disabled on ‘Mark & Paste’ and ‘App distinct’ pages: Select(0,1)

There is a checkbox in Settings -> Mark/Copy -> Start selection with Shift+Arrow which you must set. Without it, it won't work.

Related

C++Builder: "highlight brace pair" option mess text selection

C++Builder: Community Edition
In Options → Editor there is Highlight brace pair tick.
I really like this feature. But it makes hell to select something. Eg I got:
msg(p, "You cannot create or extend houses near other house doors.");
If I'm trying to select this text:
You cannot create or extend houses near other house doors.
It selects also quotes:
"You cannot create or extend houses near other house doors."
But I don't need to select quotes! No matter how I try to select it - with mouse or keyboard - it adds to selection quotes.. If I disable "Highlight brace pair" option - it works as it should.
Please help - is there some way to have this option and normal selection?
Darn, I got it.
To select text without quotes you need to select it from right to left. So if you select text from left to right - it includes quotes. If from right to left - nope :)

How to automatically select OpenOffice Calc cells based on a formula?

I can select cells with a mouse to copy them to clipboard.
Is there a way to have them selected based on a formula?
Go to Edit -> Find and Replace. Under Other options, Search in Formulas is the default setting.
Enter what you want to search for in the Find box, then press Find All. After the dialog is closed, the cells will still be selected.

How to change TAB to SPACEs and set their amount in Brackets editor?

I'm using Brackets editor http://brackets.io/ and I'd like to change behavior when I click TAB key it will put 4 SPACEs instead and also I'd like to change amount of spaces added.
Is it possible to do this adjustment?
In the lower right corner of the editor, you'll see text saying Spaces: 4 or the like.
You can click Spaces (or Tab) to toggle between those and click the number to change it.

How to remove this text box?

How do i remove this text box from my excel table ? If i try to write something in that box, it overlap the next cell, but i can write in that box but it has a limited number of character,so if i write more than 11 characters, my box will have the same size, but the text will be pushed.
- the box
- more than 11 characters
I don't know how it appeared but i would like to remove it . Thanks.
Right-click in the textbox and from the context menu, pick Delete

Combo box not focusable

Is there any way we can set the combo box not focusable? Because every time I select an item from combo box (drop down list), the keyboard shows up and the text from drop down list can be edited. I can't find any property from property inspector to disable this up. Or maybe we can disable this one programmatically in which I don't know.
Consider using an Option Menu (unlike a Combo Box an Option Menu has no field which a user can type into - and therefore no unwanted appearance of the keyboard)
Dave
The default script for a combo box is a menuPick handler. Whether or not you use the functionality of that handler or not, you would add this line at the end of that handler:

Resources