close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#447 closed enhancement (fixed)

Eliminar funcionalidad Ctrl-K sobre el editor

Reported by: apuente Owned by: Jorge
Priority: highest Milestone:
Component: Interface Version: head
Severity: minor Keywords:
Cc:

Description

La combinación de teclas Ctrl-K, además de detener la ejecución de un archivo TOL, borra bloques de texto del editor. Esto supone que si compilamos un archivo abierto en el editor y luego detenemos su ejecución pulsando varias veces Ctrl-K, se borrarán varios bloques de texto del archivo abierto en el editor. Sería útil que la combinación Ctrl-K no actuase sobre el editor, ya que es habitual pulsarla más de una vez para detener la ejecución.

Change History (4)

comment:1 Changed 18 years ago by apuente

Severity: blockerenhancement

comment:2 Changed 18 years ago by Jorge

Owner: changed from jgarcia to Jorge

i'll take care ...

comment:3 Changed 18 years ago by Jorge

Status: newassigned

comment:4 Changed 18 years ago by Jorge

Resolution: fixed
Status: assignedclosed

now the default binding on Text is disabled:

[27] Control-k deletes from the insertion cursor to the end of its

line; if the insertion cursor is already at the end of a line,
then Control-k deletes the newline character.

the fix will be available in release 1.1.4, also at trunk.

Note: See TracTickets for help on using tickets.