pyscripter / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
26 stars 11 forks source link

Selecting multiple lines then hitting the TAB key should indent those lines instead of deleting them #59

Closed jonjbar closed 1 year ago

jonjbar commented 1 year ago

Steps to reproduce

Observation

The lines are deleted and replace by a tabulation.

Expected

Those lines should be indented their indentation should be decreased based on the state of the SHIFT key.

pyscripter commented 1 year ago

Are you sure eoTabIndent is in options and the Tab key is linked to the ecTab command?

The above are the defaults.

pyscripter commented 1 year ago

Cannot reproduce with the default options of SynEdit.

jonjbar commented 1 year ago

I can confirm that "eoTabIndent" was not checked. When it is, it works as expected. Sorry about that 😞