Troubles with wordDelimiters
Nicolas Tardieu
niko.karin at gmail.com
Fri May 2 20:52:51 CEST 2008
Hello,
I have troubles with the default word delimiters. Here is an example ;
consider the following line :
aVecteurLambdaIntegre.multMatriceVecteur(aMatriceMasseLambda,
aVecteurLambda);
and suppose that my cusor is the following position shown by [myCursor] :
aVecteurLambdaIntegre.multMatriceVecteur(aMatriceMasseLambda,
[myCursor]aVecteurLambda);
If I press [Ctrl+RightArrow], the cursor does not stop at the ")" or at the
";" or at the end of the line, but it jumps to the next line.
Note that I am using the default word delimiters settings that contains the
")" and the ";".
Is it a bug?
How can I change this behaviour?
Can I specify that "\n" is a word delimiter?
Thanks,
Nicolas
More information about the Discuss
mailing list