Re: [PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg

2019-03-04 Thread Ismael Luceno
On 21/Feb/2019 12:47, Junio C Hamano wrote: > Ismael Luceno writes: > > >> I am not sure if going > >> back by one character from where the current insertion cursor is and > >> further go back to the wordstart would give the beginning of the > >> word to the left of the cursor, though. > >

Re: [PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg

2019-02-21 Thread Junio C Hamano
Ismael Luceno writes: >> I am not sure if going >> back by one character from where the current insertion cursor is and >> further go back to the wordstart would give the beginning of the >> word to the left of the cursor, though. > > ... > Current implementation doesn't behave correctly wh

Re: [PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg

2019-02-21 Thread Ismael Luceno
On 20/Feb/2019 12:05, Junio C Hamano wrote: > Ismael Luceno writes: > > > - Control+BackSpace: Delete word to the left of the cursor. > > - Control+Delete : Delete word to the right of the cursor. > > > > Originally introduced by BRIEF and Turbo Vision between 1985 and 1992, > > they were adopt

Re: [PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg

2019-02-20 Thread Junio C Hamano
Ismael Luceno writes: > - Control+BackSpace: Delete word to the left of the cursor. > - Control+Delete : Delete word to the right of the cursor. > > Originally introduced by BRIEF and Turbo Vision between 1985 and 1992, > they were adopted by most CUA-Compliant UIs, including those of: OS/2, >

[PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg

2019-02-15 Thread Ismael Luceno
- Control+BackSpace: Delete word to the left of the cursor. - Control+Delete : Delete word to the right of the cursor. Originally introduced by BRIEF and Turbo Vision between 1985 and 1992, they were adopted by most CUA-Compliant UIs, including those of: OS/2, Windows, Mac OS, Qt, GTK, Open/Libr