tags:

views:

68

answers:

1

How do I set up jEdit to pick up the dollar sign as part of the variable name when selecting a "word" in php mode?

+1  A: 

In jEdit 4.3pre14, open the Global Options from the Utilities menu. Select Editing from the tree and add $ to Extra Word Characters and apply the changes. You can either apply this change to all editing modes or only php.

Mark