I can't speak for leegold, but I also have this problem -- with PHP files (hypertext lexer). I'm using CVS on both Windows and GTK, so I assume there's something in my config that breaks it. I haven't tracked down the problem yet. Any help is greatly appreciated!

Here's are the config parameters that I think are most relevant:

# User config
chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
chars.numeric=0123456789
chars.alphanumeric=$(chars.alpha)$(chars.numeric)

# PHP config
word.characters.$(file.patterns.php)=$(chars.alphanumeric)_$

# Auto-indentation
statement.indent.$(file.patterns.php)=121 do else for foreach if switch while
statement.end.$(file.patterns.php)=127 ;
statement.lookback.$(file.patterns.php)=20
block.start.$(file.patterns.php)=127 {
block.end.$(file.patterns.php)=127 }

# Autocomplete
autocomplete.hypertext.ignorecase=1
autocomplete.hypertext.start.characters=$->
autocomplete.hypertext.fillups=(

# Call Tips
calltip.hypertext.ignorecase=1
calltip.hypertext.word.characters=$->_$(chars.alpha)
calltip.hypertext.parameters.start=(
calltip.hypertext.parameters.end=)
calltip.hypertext.parameters.separators=,
calltip.hypertext.end.definition=)

-Geoff


Robert Roessler wrote:
leegold wrote:
When I do Contrl-E it goes correctly to the matching bracket. But if I
do Cntrl-E again nothing happens.

IMO, it should go back to the original matching bracket. Every time I
hit Contol_E the cursor should go to a matching bracket if it's at a
bracket - the command should not stop working after one time.

Is there a fix for this?

As ALWAYS when reporting a problem, please provide version and platform information... and in this case, the source language would be of use too.

BTW, this functionality works fine in all its permutations for me.

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to