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
Severity: | blocker → enhancement |
---|
comment:2 Changed 18 years ago by
Owner: | changed from jgarcia to Jorge |
---|
comment:3 Changed 18 years ago by
Status: | new → assigned |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
i'll take care ...