The autocomplation shortcut Ctrl+a does not work, and usually is used to select all the content of the editor.
How can I change this shortcut in Ctrl-space?
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
en mi caso, Alt+A me abre el menu "help", no autocompleta
dans mon cas, Alt+A m'ouvre le menu "aide", ça n'autocomplète pas
in my case, Alt+A opens the "help" menu, it doesn't autocomplete
Loïc (ubuntu Gutsy)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No se que lenguaje estas usando, pero el traductor
de tu distribución debe haber cambiado la traducción
original de "_Help" a "_Ayuda" en lugar de "A_yuda"
como está en el CVS de cssed.
Esto hace que Alt + A sea asignado como aceleradore
del menu "Ayuda".
Haz la prueba y cambia de lenguaje.
Para hacerlo, abre una ventana del terminal y escribe:
LANG=C && cssed
El fallo es mio ya que no debí usar Alt + letra
para las aceleradoras, pero la solución más
sencilla es avisar al traductor que cambió
el texto para que lo revierta al original.
Un saludo.
-------------------------------------
Hi, lalejand.
I don't know what language you are using, but it looks
like the translator on your distro, changed on the
translation files, the "_Help" translation to "_Ayuda"
instead of "A_yuda" as it is on cssed's cvs.
This drives Alt + A to be asigned as an accelerator
to the "Ayuda" menu.
Take a try and change the language.
To do it, just open a console window and type:
LANG=C && cssed
It's my fault as I should not have used the Alt + key
accelerators, but the easiest solution is to ask the
translator who changed this text, to revert it to the
original one.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The autocomplation shortcut Ctrl+a does not work, and usually is used to select all the content of the editor.
How can I change this shortcut in Ctrl-space?
regards
The autocompletion shortcut is Alt+A.
Ctrl+A does select all text in the document.
http://cssed.sourceforge.net/manual/accelerator-keys.html
Autocompletion only works in CSS documents,
Hola,
en mi caso, Alt+A me abre el menu "help", no autocompleta
dans mon cas, Alt+A m'ouvre le menu "aide", ça n'autocomplète pas
in my case, Alt+A opens the "help" menu, it doesn't autocomplete
Loïc (ubuntu Gutsy)
Hola, lalejand.
No se que lenguaje estas usando, pero el traductor
de tu distribución debe haber cambiado la traducción
original de "_Help" a "_Ayuda" en lugar de "A_yuda"
como está en el CVS de cssed.
Esto hace que Alt + A sea asignado como aceleradore
del menu "Ayuda".
Haz la prueba y cambia de lenguaje.
Para hacerlo, abre una ventana del terminal y escribe:
LANG=C && cssed
El fallo es mio ya que no debí usar Alt + letra
para las aceleradoras, pero la solución más
sencilla es avisar al traductor que cambió
el texto para que lo revierta al original.
Un saludo.
-------------------------------------
Hi, lalejand.
I don't know what language you are using, but it looks
like the translator on your distro, changed on the
translation files, the "_Help" translation to "_Ayuda"
instead of "A_yuda" as it is on cssed's cvs.
This drives Alt + A to be asigned as an accelerator
to the "Ayuda" menu.
Take a try and change the language.
To do it, just open a console window and type:
LANG=C && cssed
It's my fault as I should not have used the Alt + key
accelerators, but the easiest solution is to ask the
translator who changed this text, to revert it to the
original one.
Regards.
Hola,
soy francés pero vivo en España. Utilizo CSSED en francés.
Tienes razón, haciendo LANG=C && cssed, luego el alt+a funciona. Si no lo hago, alt+a me abre la ayuda ("Aide" con la "A" subrayada).
La versión que tengo dice que no ha habido traducción y que el francés es el lenguaje por defecto de CSSED.
Loïc
Hay una traducción al frances, pero de todos modos tengo que cambiar las aceleradoras.
Voy a ver si preparo un release, para arreglar estos problemas, y ademas añadir otras funcionalidades que hay en CVS.
Un saludo.