|
From: Chris P. <li...@fo...> - 2008-05-21 22:35:26
|
I'm constantly bitten by jedit trying to auto-complete values for me
when I edit css files. I have both a feature request, and a question.
First, if I recall correctly, the auto-complete option is stored in
the mode file -- does anyone know what it is so I can turn it off for
css files, if not globally in all of jedit (I generally type faster
than it takes to wait for and then navigate the little menu)?
Second, most of my annoyance with the auto-complete is that it ignores
content to the right of the cursor, such that (assuming | is my
cursor) if I am set up like this, trying to adjust indent levels:
#id {
color: #abc;
width:|5px;
}
If I linger for more than about half a second before pressing tab to
try to indent the "5px" bit, I end up with "percentage5px" and no tab
(happens to be the first option in the tab-complete list). It would
be really nice if the tab-complete honored content to the right of the
cursor, or didn't activate at all if the cursor is followed by a \w
character.
-Chris
|